@charset "utf-8";


html, body {
	height:110%;
	margin:0;
	padding:0;
	background-color:#7C4B1A;
	font-family:Verdana, Geneva, sans-serif;
	color: #336699;
}
#wrapper {
	width: 990px;
	height: 100%;
	margin: 0 auto;
}
#white_wrapper {
	width: 990px;
	background-color:#FFF;
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
}
#container {
	width: 990px;
	height:100%;
	background: #FFFFFF;
}
#header {
	width: 990px;
	height:90px;
	clear:left;
}
#sidebar {
	width:325px;
	height:auto;
	font-family: verdana;
	font-size: 14 px;
	color: #336699;
	text-decoration: none;
	font-style: italic;
	text-align:center;
	float:left;
}
#content {
	width:660px;
	height:100%;
	float:left;
	font-size:14px;
}
.h1_new
{
font-family: verdana;
font-size: 18px;
color: #990000;
text-decoration: underline;
font-weight: bold;
}
.description
{
font-size: 13px;
margin-left:20px;
}
