/* Start of CMSMS style sheet 'StarterSite - Header' */
#header {
	background-position: center top;
	margin-bottom: 8px;
	margin-top: 0px;
	height: 177px;
	background-repeat: no-repeat;
	background-image: url(images/header_bg.jpg);
	background-color: #000;
	color: white;
	width: 100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding: 0px
}

#headerwidth{ 
	height: 177px; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	color: white; 
	width: 960px;
	margin-left:auto; 
	margin-right:auto;
	padding: 0px;
} 

.headerlogo{
	margin:0;
	width:100%;
	height:177px;
	display:block;
	position:relative;
	float:left; 
}
/* End of 'StarterSite - Header' */

