body {
	font-family: Arial, Helvetica, sans-serif;
	background: cbc0a6;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#content{
	
	
	
	}
#wrapper{
	background-color:#cbc0a6;
	width: 800px;
	
	
	}
	
#header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #39486F;
}	
	

#leftsidebar{
	position:relative;
	background-color: #EBEBEB;
	float:left;
	width:190px;
	margin-left:10px;
	margin-right:5px;
	margin-bottom:30px;
	
	font-size: 14px;	
	}
	
#right{
	float:right;
	width:555px;
	position:relative;
	margin-right:10px;
	margin-bottom:30px;
	background-color: #FFFFFF;
	padding:7px;
	}
	

	
#clear{
clear:both;
}

#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}	
	
