/*RESET*/

html, body, div, span, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Helvetica, Arial, sans-serif;
}
body 
{
	line-height: 1;
}
ol, ul 
{
	list-style: none;
}
blockquote, q 
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins 
{
	text-decoration: none;
}
del
{	
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}
a
{
	margin-top:0em;
	text-decoration:none;
	
}
a:hover
{
	
	margin-top:0em;
	
}
html, body
{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/* STYLE */

/* Wrapper for head logo*/
#header
{
	width:46.88em;
	position:relative;
	margin:0 auto;
	padding-left:8.13em;
}

/* Hidden H1 text for SEO to allow us to use logo and still have company name */
#header h1 a
{
	margin:3.13em auto;
	display:block; 
	min-width:37.13em; 
	min-height:10.81em;
	background:url(../images/logo.jpg);
	background-repeat:no-repeat;
	text-indent:-624.94em;
}

/* The center blue bar */
#bar
{
	background:url(../images/bar.jpg);
	background-repeat:repeat-x;
	height:8.63em;
	width:100%;
	margin-bottom: 1.88em;
}

/* The main content area of the page */
#content
{
	position:relative;
	padding-top:2.81em;
	width:500px;
	margin:0 auto;
	font-size:1.13em;
	color:#bed73e;
	font-weight:bold;
	text-align:center;
}

/* Footer content */
#footer
{
	height:7.50em;
	position: relative;
	text-align:center;
	color:#455CA8;
}