/* Start of CMSMS style sheet 'Streets Structure' */
body {
	font-family: Georgia, 'Times New Roman', serif;
	color:  #e8dc8c;
	margin: 0;
	background-color: #0d0901;

}


#container {
        left: 50%;
	position: absolute;
	margin-top: 10px;
	margin-left: -378px;
	width: 700px;
	border: 8px solid #c4a141;
	background-image: url(http://utter.co.uk/images/main_bg01.jpg);
	background-color: #0e0706;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
	
	/* Fix IE. Hide from IE Mac \*/
/*#content { 	position: absolute; top: 50%; left: 50%; margin-top: -300px; margin-left:  } */
/* End */


#topbanner {
	float: left;
	margin: 280px 0px 0 60px;
	width: 640px;
	height: 56px;
	background: transparent;
}

* html #topbanner {
	margin-left: 30px; }

#contentholder {
	float: left;
	width: 660px;
	margin: 20px 0px 0 20px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #c4a141;
}

* html #contentholder {
	margin: 20px 0px 0 10px; }


/* Columns for the standard Streets Template */

#left_column {
	float: left;
	width: 53%;
}

#right_column {
       clear: right;
	float: right;
	width: 40%;
}

/* Column for the  Single Column Streets Template */

#single_column {
	float: left;
	width: 90%;
}


#footer {
	float: left;
clear: both;
	width: 100%;
	padding:5px;
}

/* End of 'Streets Structure' */

