html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong, sub, sup, b, u, i, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #0e2209;
	font: 0.625em Arial, Helvetica, sans-serif;
	color: #787878;
}
:focus {outline: 0;}
table {
border-collapse: collapse;
border-spacing: 0;
font-size: 100%;
}


/* Header */
#header {
	width: 821px;
	height: 349px;
	margin: 0 auto;
	position: relative;
	background: url(images/headerBg.jpg) no-repeat;
}
#header h2 {
	position: absolute;
	top: 63px;
	left: 135px;
	width: 37em;
	height: 1.5em;
	letter-spacing: 4px;
	color: #657462;
	font-size: 0.9em;
	font-weight: normal;	
}
#header a#homeLink {
	display: block;
	width: 350px;
	height: 40px;
	position: absolute;
	top: 18px;
	left: 123px;
	color: #000000;
	text-indent: -9999em;
}
#header ul {
	position: absolute;
	top: 112px;
	left: 45px;
	list-style: none;
	width: 253px;
	background: url(images/divider.gif) 0 0 no-repeat;
	padding: 1px 0 0 !important;
	padding: 5px 0 0;
}
#header ul li{
	height: 41px;
	margin:0 !important;
	margin:-3px;
	padding:0;
	background: url(images/divider.gif) 0 100% no-repeat;
}
#header ul li a{
	display: block;
	width: 253;
	line-height: 41px;
	text-indent: 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	color: #505050;	
	background: url(images/marker.gif) 13px 13px no-repeat;
}
#header ul li a:hover{
	text-indent: 41px;
	color: #363636;	
	background: url(images/marker.gif) 14px 13px no-repeat;
}



/* Page */
#page {
	width: 821px;
	background: url(images/pageBg.gif) 0 0 repeat-y;
	margin: 0 auto;
	padding:  0 0 15px 0;
}


/* Content */
#content {
	float: left;
	width: 545px;
	padding:0;
	margin: 0 0 0 10px;
	font-size: 1.2em;
}
#content h1 {
	margin: 0 0 5px;
	color: #ba0101;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
#content p, #content ul, #content ol {
	padding-bottom: 10px;
	line-height: 1.3em;
	text-align: justify;
}
#content a {
	text-decoration: none;
	color: #aeadad;
}
#content a:hover {
	text-decoration: underline;
}
#content strong {
	font-weight: normal;
}


/* Sidebar */
#sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 35px;
}
#sidebar img{
	margin: 26px 0 0;
	border: 0;
}


/* Footer */
#footer {
	width: 821px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	background: url(images/footerBg.gif) no-repeat;
}
#footer p {
	margin: 0;
	padding: 18px 0 0 665px;
	text-align: left;
}
#footer p strong {
	font-size: 1.2em;
	font-weight: normal;
}

.clear {clear:both; height:0; font-size:0}