@charset "UTF-8";
body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
#container {
	background: #4f4f4f;
		
}
#header {
	margin: 0px;
	padding: 0px;
}
#mainContentholder {
	background: #4f4f4f url(/gfx/bgcontent.png) repeat-y;
	width: 980px; 
	margin: 0px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	text-align: left;
}
#mainContent {
	margin: 0px;
	padding:0px;
	
}

#footer {
	background:#FFFFFF;
	margin: 0px;
	padding: 0px;
}
h1 {
	color:#FFFFFF;
}
.clearer {
	clear:both;
	height:1px;
	font-size:1px;
	overflow:hidden;
}
#headershadow {
	margin: 0 auto;
	background:#4f4f4f url(/gfx/bgheadershadow.png) repeat-x;
}
#flashheader {
		width: 980px;
		height: 170px;
}