<style type="text/css">

#wrapper {
	width: 855px;
	margin: 0, 10, auto, auto;
	background-image:assets/bgfile.gif;
	background-repeat: repeat-y;
}
body {
	font-family:Arial, Helvetic, sans-serif;
	font-size:medium;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background:#FFC;

}

#nav	{
	clear: both;
	height: 30px;
	width: 760px;
	background-color:#FF6632;
}

#contenttop }
	clear:both;
	height: 63px;
	width: 830px;
	background-repeat: no-repeat;
}
#content {
	width:830px;
}

#leftcol {
	text-align: left;
	float: left;
	width: 365px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

#rightcol {
	text-align: left;
	float: left;
	width: 365px;
	margin-top: 5px;
}

#singlecol{
	clear: both;
	width: 750px;
	margin-left: 10px;
}


#footer {
	clear: both;
	height: 43px;
	background-image:assets/bgfile;
	background-repeat: no-repeat;
	padding-top: 10px;
}

</style>
 
