body{
	background-color:#cccc66;
	color: #666666;
	font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	line-height:180%;
	margin:0;
	padding:0;
	text-align:center;
}
#wrapper {
	width:900px;
	background-color:#ffffff;
	padding:3px 3px 3px 3px;
}
#header{
	height:130px;
	background:url('../images/five.png') repeat-x;
	/*background:url('../images/hot.png') repeat-x;


background:url('../images/one.jpg') repeat-x;	*/
}
#navcontainer{
	height:35px;
	margin-top:-20px;
	background-color:#999933;
}
#navcontainer ul{
	font-family:Arial, Helvetica,sans-serif;
	padding-left:0px;
	list-style-type:none; 
	font-size:11px;
	}
#navcontainer ul li{
	float:left;
	padding-left:2px;
	padding-right:30px;
	padding-bottom:3px;
	padding-top:6px;
	position:relative;
}
#navcontainer ul li a{
	text-decoration:none; /* take the underline out */
	color:#ffffff; /* hyperlinks changing color */
	letter-spacing: .01em;
	font-size:12px;
	font-weight:bold;

}

#navcontainer  a:hover{
	text-decoration:underline;
}
#navcontainer  a:active{
	text-decoration:underline;
}
#content{
	/*background-color:yellow;*/
	width:900px;
	height:2000px;

}
#leftcontent{
	padding:0px;
	width:170px;
	float:left;
	height:500px;

}
#nav{
	float:left;
	width:130px;
	margin-bottom: 20px;

}
#nav ul{
	background-color:#999933;
	padding-bottom:1px;
	padding-right:0px;
	padding-left:2px;
}
#nav ul li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align:left;
	margin-left:0px;
	margin-left:0px;
}
#nav ul li a{
	color: #ECE9D8;
	background-color: #999933;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
#maincontent{
	width:700px;
	height:2000px;
	float:right;
	padding:2px;
	background-color:#ffffff;
	/*border:1px solid #98bf4d;*/
	/*background-color:#c8e895;*/
}
#footer{
	background-color:#999933;
	width:885px;
	height:80px;
	margin:15px 5px 5px 2px;
}
#footer-nav {
	text-align:center;
	padding:32px 10px 10px 10px;
	font-size: 20px;
}
#footer-nav li{
	display:inline;
	float:right;
}
#footer-nav li a{
	margin:0px 7px 10px 0px;
	color:#dbdbdb;
	font-family:Cordia New,Helvetica,sans-serif;
	text-decoration:none;
	
}
#footer-nav a :visited {
	text-decoration:none;
}
#footer-nav a:hover{
	text-decoration:underline;}
}
