body {
	margin: 0;
	padding: 0;
	font: normal 83%/1.3em "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	color: #333;
	background: url(bk.jpg) repeat-y 50% 0px;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #3A171E;
}

#banner {
	height:200px;
	padding: 0px;
	margin: 0;
	border-bottom: 2px solid #3A171E;
	background: url(header.jpg) no-repeat center top;
	width: 800px;
	border-top: 2px solid #3A171E;
}

#content {
	padding: 0px;
	background: url(content.jpg) no-repeat center top;
	margin: 0px 0px 0;
	float: right;
	height: 500px;
	width: 635px;
	vertical-align: top;
}

#sidebar {
	float: left;
	width: 152px;
	margin: 0 5px 5px 2px;
	padding: 3px;
	line-height: 1.4em;
	font-weight: 500;
}

#footer {
clear:both;
padding: 3px;
margin: 0 0 0 0;
font-size: 14px;
text-align: center;
border-top: 2px solid #3A171E;
color: #330000;
background: #997D67;
}

#footer a:link, #footer a:visited {
color: #333;
border-bottom: none;
}

#footer a:hover {
	border-bottom: none;
	color: #663300;
}

#msg {
	font-size: 16px;
	color: #330000;
	background: #D9CEC6;
	font-weight: 500;
	line-height: 20px;
}


p {
	padding: 3px 5px 0px 5px;
	text-align: justify;
}

#content h1, #sidebar h1 {
margin: 5px;
font-size: 110%;
text-transform: uppercase;
padding: 3px;
border-bottom: 1px solid #dfd0b9;
border-top: 1px solid #dfd0b9;
color: #CC6600;
background: inherit;
}

h2 {
font-size: 110%;
padding: 5px;
margin:5px;
color: #508B4B;
background:#CFE4CD;

}

h3 {
margin: 0 3px 5px 3px;
padding: 3px;
text-align: left;
font-size: 16px;
color:#525A42;
background: inherit;
border-top: 1px solid #dfd0b9;
border-bottom: 1px solid #dfd0b9;
}



a {
	text-decoration: none;
	border-bottom: none;
	color: #333;
	background: inherit;
	font-style: normal;
	font-weight: bold;
}

a:hover {
	color: #663300;
	background: inherit;
	text-decoration: none;
}


#navcontainer { 
width: 150px; 
}

#navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font: 600 15px/22px Arial, Helvetica, sans-serif;
	color: #330000;
}

#navcontainer a {
	display: block;
	padding: 5px;
	width: 148px;
	color: #666;
}

#navcontainer a:link, #navlist a:visited {
text-decoration: none;
}

#navcontainer a:hover {
	color: #000000;
	text-decoration: none;
}
