@charset "UTF-8";
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/containerbw.jpg);
	background-color: #FFF;
	border: thin double #413935;
}
#header {
	margin: 0px;
	height: 204px;
}
#nav {
	margin: 0px;
	height: 16px;
	width: 780px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #322B28;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
#nav  {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #CFC4B5;
}
#sidebar {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 230px;
}
#mainconttent {
	float: right;
	width: 520px;
	padding-right: 10px;
	padding-left: 10px;
}
#container #sidebar {
}
#nav a  {
}
#sidebar p a  {
	color: #666;
	font-style: italic;
	text-decoration: underline;
}
#sidebar h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: normal;
	font-weight: lighter;
	color: #261111;
}
a:visited {
	text-decoration: none;
	color: #D7CABA;
}
#mainconttent h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #826A47;
}
#mainconttent h1  {
	color: #413935;
}
#sidebar p  {
	font-size: 80%;
	line-height: 100%;
	color: #5A524D;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
#sidebar p  {
}
#sidebar p  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #968570;
}
#mainconttent p  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	line-height: normal;
	color: #8A7962;
}
#mainconttent ul  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #88765E;
}
#mainconttent h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #4D3F34;
}
#sidebar h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #7B6A5D;
	font-weight: bold;
}
#sidebar ul  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-weight: lighter;
	color: #776551;
}
#footer {
	clear: both;
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	color: #D1C6B6;
	background-color: #413935;
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #DED3C4;
}
a:hover {
	text-decoration: underline;
	color: #D7CABA;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#container #nav a {
	margin-right: auto;
	margin-bottom: auto;
}

