/* Inner styles */
@import url("innerstyles.css?v=1.9");

/* menubar styles */
@import url("menubar.css");


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,
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-style: inherit;
	vertical-align: baseline;
	}
/* Last Edit - 5-9-11 by Dan Polden */	
/* Changed: background:url(/images/body_bg.jpg) repeat-x left top #e60000; */
/* To: background: #e60000 url(/images/body_bg.jpg) repeat-x left top; */	
/* (Just moved the #e60000 to the beginning to validate css */	
body {
	background: #e60000 url(/images/body_bg.jpg) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.8%;
	}
/* menubar styles */	
#wrapper {
	width:100%;
	font-size:1.2em;
	background:url(/images/wrapper_bg.jpg) no-repeat center top;
	}
#container {
	width:1024px;
	margin:0 auto;
	}
#header {
	height:145px;
	padding:0 0 0 65px;
	background:url(/images/header_bg.png) no-repeat left bottom;
	}
#content {
	background:url(/images/content_bg.png) repeat-y left top;
	clear:both;
	padding:0 17px 0 16px;
	}
#footer {
	height:112px;
	color:#e9b2b2;
	padding:5px 30px 0 30px;
	background:url(/images/footer_bg.png) no-repeat left top;
	}

.clear{clear:both; font-size:1px; line-height:1px;}