html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	padding-top: 75px;
	background-color: #f0f0f0;
	font-family: Arial, Sans, Tahoma, Verdana, Halvetica;
	font-size: 9pt;
	color: #333;
}

#wrapper 		{ width: 950px; margin: 0 auto; border: solid 1px #a0a0a0; -webkit-border-radius: 10px; -moz-border-radius: 10px; background-color: #FFF; }
#wrapper_footer 	{ width: 950px; margin: 0 auto; }/* wraps the powered by icon */

#pageContent {
	margin: 20px;
}

#header {
	background-color: #f0e5d0;
	height: 50px;
	border-bottom: solid 1px #a0a0a0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

#cntdwn	{	
	font-size:9pt;
	color:#0254EB;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

.clearer 						{ clear:both; height:1px; overflow:hidden; margin-top:-1px; }