/* standard elements */
* {
	border:0;
	margin:0;
	padding:0;
}
a {
	color:#567;
	text-decoration:none;
}
a:hover {
	color: #28E;
}
body {
	background: #F2F2F2 url(img/bg.gif) repeat-y center top;
	color: #555A60;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
	margin: 0;
}

h1 {
	font-size:170%;
	margin-bottom: 4px;
}
h2 {
	font-size:150%;
}

li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F6F6F6;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #456;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #4a3c21;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 730px;
}

/* title */
.title4 {
	font:1.2em "trebuchet ms", helvetica, sans-serif;
}
.title {
	float: left;
	margin-top: 22px;
	text-align: center;
	width: 220px;
}
.title h1 {
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #999;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.navigation {
	background: url(img/holder2.jpg) no-repeat;
	height: 40px;
	padding: 0 16px;
}
.navigation2 {
	background: url(img/holder.jpg) no-repeat;
	height: 100px;
	padding: 0 16px;
}
.navigation a {
	border-left: 1px solid #DDD;
	border-right: 1px solid #FFF;
	color: #89A;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 2px;
	padding: 28px 10px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #FFF url(img/navhover.gif) repeat-x;
	color: #28E;
	/* padding: 56px 18px 10px; */
}

/* holders */
.holder {
	background: url(img/bgholder.jpg) repeat-y;
	padding: 0 32px;
}
.holder_top,.footer {
	clear: both;
	background: url(img/holder2.jpg) no-repeat;
	height: 40px;
}

/* footer */
.footer {
	background-position: left bottom;
	color: #666;
	font-size: 1em;
	text-align: center;
}

/* navigation */
#navigation {	
	padding:0px 0px 20px 0px;
	height:28px;
	width:670px;
}
#navigation ul {
	list-style:none;
}

#navigation ul li {
	background: #6f8ee3;
	float:right;
	height:28px;
	list-style:none;
	width:92px;
}
#navigation ul li a {
	background: #FFF url(img/button.gif) repeat-x;
	color:#000;
	display:block;
	height:26px;
	line-height:20px;
	padding:3px 0 0;
	text-align:center;
	width:92px;
}
#navigation ul li a:hover {
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.75);opacity:.75;-moz-opacity:.75;
	color:#660033;
}
#navigation ul li a.active {
	background: #FFF url(img/button2.gif) repeat-x;
}