/* Reset */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style:none;
}

body {
	background-image:url(img/body_bg_w_fade.png);
	background-repeat:repeat-x;
	background-color:#000;
}

#wrapper {
	background:url(img/wrapper_bg_w_fade.png) no-repeat;
	width:1024px;
	margin:0 auto;
}

/************* Header **************/

header {
	background:url(img/header_bg_2.jpg) no-repeat;
	width:696px;
	height:374px;
	margin:0 auto;
}

header h1 {
	text-indent:-9999px;
}

header h1 a {
	background:url(img/logo.png) no-repeat;
	display:block;
	width:620px;
	height:100px;	
}

/************ Navigation *************/

nav {
	background:url(img/nav_bg_w_guages_2.jpg) no-repeat;
	width:730px;
	height:120px;
	margin:0 auto;
}

nav ul {
	padding-left:52px;
}

nav ul li {
	float:left;
	font-weight:bold;
	font-size:24px;
	font-style:italic;
	text-indent:-9999px;
}

nav ul li a {
	color:#000;
	text-decoration:none;
}

nav ul li a:hover {
	color:#ff6600;
}

/************* Content ****************/

#content {
	margin:70px 0 0 0;
}

#content h1 {
	color:#ff6600;
	padding:30px 0 10px 0;
	font-size:24px;
	font-weight:bold;
	text-align:center;	
}

/************* Footer ****************/

#footer_container {
	background:url(img/footer_container_bg.jpg);
	width:100%;
	min-width:1024px;
	height:374px;
}

footer {
	margin:0 auto;
	width:1024px;
}

footer h1 {
	padding:40px 0 0 0;
	color:#fff;
}