/* CSS Document */
html { width: 100%; }

body {
	background-color: #475524;
	font: normal 11px "Lucida Sans", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
a:link { color: #6E0201; text-decoration: none; }
a:visited { color: #6E0201; text-decoration: none; }
a:hover { color: #a62020; text-decoration: none; }
a:active { color: #a62020; }

p, h1, h2, h3 { text-align: left; }

/* CLIENT */
h1 { font-size: 115%; letter-spacing: 1px; }
h2 { font-size: 105%; color: #904029; letter-spacing: 2px; }
h3 { font-size: 120%; margin: 10px 50px; }

#container { width: 640px; margin: 25px auto; height: auto; background-color: #3e240b; }
#left { float: left; width: 160px; margin: 0; background-color: #ffc; }

#center { margin: 0 165px 0 160px; background-color: #ffc; height: 440px; }
#center h1 { text-align: center; margin: 25px; padding-top: 15px; } 
#center p { 
	font-size: 11px; 
	font-weight: bold; 
	margin: 25px; 
	color: #3e240b; 
	text-align: center;
	}

#content { float: left; width: 475px; margin: 0; padding: 0; height: auto; background-color: #ffc; }
#content h1 { font-size: 14px; color: #a62020; padding-left: 25px; margin: 0; }
#content h2 { padding-left: 25px; }
#content p { line-height: 16px; padding: 0 25px; }
#content img { margin: 0; padding: 0; white-space: normal; }


/* NAVIGATION */
#navcontainer {
background: #3e240b;
width: 165px;
margin: 0;
padding: 0;
font-size: 11px;
font-weight: bold;
letter-spacing: 1px;
text-align: center;
text-transform: capitalize;
float: right;
height: auto;
}
ul#navlist {
text-align: center;
list-style: none;
padding: 0;
margin: 0 auto;
}
ul#navlist li { display: block; margin: 0; padding: 0; }
ul#navlist li a {
display: block;
width: 100%;
padding: 7px 0;
border-bottom: 1px #ffca86 solid;
color: #ffca86;
text-decoration: none;
background: #3e240b;
}
#navcontainer>ul#navlist li a { width: auto; }
ul#navlist li#active { background: #a62020; color: #ffca86; padding: 7px 0; border-bottom: 1px #ffca86 solid; }
ul#navlist li a:hover, ul#navlist li#active a:hover { color: #ffca86; background-color: #475524; }

/* FOOTER */
#footer { height: 25px; clear: both; margin: 0; padding: 10px; text-align: right; background-color: #475524; }
#footer p {
	font-size: 10px;
	text-align: right; 
	margin: 0;
	color: #ffc;
	letter-spacing: 1px;
	}
#footer a:link { color: #eee; text-decoration: none; }
#footer a:visited { color: #eee; text-decoration: none; }
#footer a:hover { color: #3e240b; border-bottom: 1px dotted; }
#footer a:active { color: #3e240b; }

.top { border-top: 1px #ffca86 solid; }
.bold { font-weight: bold; }