html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}
/*
gray d1d1d1
red dc2a20
blue 20528c

*/
body
{
	width: 100%;
	background:#fff;
	font-size:62.5%;
	color:#fff;
	margin: 0;
	padding: 0;
	font-family: verdana, san-serif;
	text-align: left;
	background: url("/images/greydots.gif") #333 fixed repeat center;
}

	a 
	{
		color:#fff;
		text-decoration:underline;
	}
	a:hover 
	{
		color:#fff;
		text-decoration:none;
	}

#main-container
{
	width: 88em;	
	margin: 0 auto;
	padding: 0;
	width: 88em;
	height: auto;
	text-align: left;
	background: #09f;
	font-size: 1.2em;
	line-height: 1.2;
}
	
	
	/* start header */
	#header
	{
	width: 88em;
	}
		
		#header
		{
			float: left;
			margin: 0;
			padding: 0;
			width: 88em;
		}
		
		#header img
		{
			width: 84em;
			margin: 0;
			padding: 1em 2em;
		}
	
	/* end header */
	
	#body-container
	{
	width: 88em;
	text-align:center;
	margin-left:75px;
	}
	
	#body-container p
	{
	width: 84em;
	text-align:center;
	margin:2em;
	font-weight:bold;
	margin-left:-55px;
	}
	
	#body-container p a
	{
	font-weight:bold;
	}
	
	#footer-container
	{
	width: 88em;
	min-height:10em;
	}
	
		
