/*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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, 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;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

END RESET SCRIPT */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

html {
     overflow: -moz-scrollbars-vertical;
}

body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

body {
	text-align: center;
	background: #036;
	}

#container {
	width: 930px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	border: 1px solid black;
}
	
#header {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(images/headerbg2.jpg) repeat-x #000;
	border-top: 1px solid #555;
	height: 75px;
}

#headerhome {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(images/headerbg.jpg) repeat-x #000;
	border-top: 1px solid #555;
	height: 350px;
}

#logo {
	margin: 10px 0 0 10px;
	padding: 0;
	text-indent: -999em;
	background: url(images/Logo.png) no-repeat;
	width: 474px;
	height: 65px;
}

#Content {
	margin: 0;
	padding: 5px;
	background: #FFF;
}

#Content #ContentBox {
	margin: 0;
	padding: 0px;
	background: #FFF;
	overflow: hidden;
}

#Footer {
	background: #2e4972 url(images/footer.png);
	border-top: 1px solid #888;
	height: 22px;
	margin: 0;
	padding: 0;
}
#Footer p {
	float: right;
	margin: 5px;
	padding: 0;
	font-size: 10px;
	color: #AAA;
}

