/* standard stuff */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #627c4c;
}
a:hover {
	color: #784C7C;
	text-decoration:none;
}
body {
	background: #655A46 url(img/bg.gif);
	color: #3e4637;
	line-height:1.5em;
	font: normal 65% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,quote,ul {
	font-size: 1.2em;
	line-height:1.5em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.7em;
	margin-bottom:1em;
}
.quote {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em times,serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
h1,h2,h3 {
	color: #3e4637;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}
.right {
float:right;
}

.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}

.header {
	background: url(img/bgheader.gif) repeat-x;
	height: 120px;
	margin: 0 auto;
	width: 760px;
}

.title {
	padding: 30px;
}
.title h1 {
	color: #d1d0b5;
	font: normal 4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}


/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* navigation */
.sidenav {
	float: right;
	width: 218px;
}
.sidenav h1 {
	background: #BCB39F url(img/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #484a44;
	font-size: 1.3em;
	height: 22px;
	margin: 0;
	padding-left: 10px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #a6aa88;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #c6ccaf;
	color: #554;
	display: block;
	padding: 12px 5px 12px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #dcdfc1;
	color: #654;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 68%;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	background: #958463 url(img/bgfooter.gif) repeat-x;
	color: #D6F288;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}
.footer a {
	color: #5CBE58;
	text-decoration: none;
}
.footer a:hover {
	color: #E2304B;
	text-decoration: underline;
}