a {color: #963;}
a:hover {color: #C60;}

body {
	background: #eee url('images/bg.png') repeat-y center;
	color: #000;
	font: normal 62.5% Arial, sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Arial,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Arial,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('images/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 5px;}

#clear {clear: both;}

#container {
	background: #fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
#top {
	padding: 30px 10px 0;
}

#header {
	background: #fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 1.2em;
	height: 104px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
#header .left, #header .right {
	color: #fff;
	height: 104px;	
}
#header .left {
	background: #49515C url('images/header_right.gif') no-repeat 100% 0;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 780px;
}
#header .right {
	overflow: auto;
	width: 212px;
}
/* navigation */
#navigation {
	background: #D9E1E5 url('images/nav.png');
	border: 1px solid #ccc;
	height: 35px;
}
#navigation a {
	background: #D9E1E5 url('images/nav.png');
	border-right: 1px solid #ccc;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em Arial, sans-serif;
	line-height: 35px;
	padding: 0 20px;
	text-decoration: none;
}
#navigation a:hover {background-position: bottom; color: #234;}

/* wrapper */
#wrapper {
	margin-left: 213px;
	margin-top: 4px;
	border: 1px solid #ccc;
	background: url('images/bgmain.gif') repeat-y;
}

#sidenav {
	float: left;
	margin-top: 4px;
	width: 205px;
}
#sidenav h2 {
	color: #000;
	background: url('images/nav.png');
	font-size: 15px;
	text-align: center;
	margin: 0;
	border: 1px solid #ccc;
	margin-bottom: -12px;
	padding-left: 12px;
}
#sidenav ul {
	padding: 0;
	border: 1px solid #ccc;
	background: url('images/bgmain.gif') repeat-y;
}
#sidenav li {	border-left: 6px solid #C1CAD3; border-bottom: 1px dashed #000;}
#sidenav li:hover { border-left: 6px solid #C1CA00; }

#sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
#sidenav li a:hover {
	background: #eeeff0;
	color: #654;	
}

/* content */
#content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
#content #descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
#content li {
	list-style: url('images/li.gif');
	margin-left: 18px;
}
#content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
#footer {
	background: #49515C url('images/header_right.gif') no-repeat 100% 0;
	color: #fd5;
	border-top: 4px solid #fff;
	line-height: 35px;
	text-align: center;
}
#footer a {color: #fd5;}
#footer a:hover { font-weight:bold; }
