
/*	CSS Reset
---------------------------------------------------	*/
html, body, h1, h2, h3, h4, h5, h6, p, table, th, td, form, fieldset, ul, li, blockquote	{
	margin: 0;
	padding: 0;
}

/*	Body
---------------------------------------------------	*/
body	{
	background: #fff;
	color: #000;
	font: normal 12px/1.4 "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	position:relative;
}

div#flash-content, div#content { position:relative; margin:25px auto; width:800px; height:600px; }
div#content h2, div#content h3, div#content p { color:#0072BF;}
div#content p { margin:0 0 16px 0; }

div#footer { position:relative; margin:30px auto 0 auto; width:800px; text-align:center; }
div#footer p { color:#676767;}
div#footer p a  { color:#0072BF;}


div#footer p a:hover { text-decoration:none;}
