html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, caption, tbody, tfoot, thead, 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;
	z-index: auto;
}

span, object, iframe, a, img, q, label, legend, canvas, embed, output, mark, audio, video { vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
input:focus,textarea:focus,a,a:active,a:focus { outline: none; }
html { background-position: center top; }

body
{
	position: relative;
	width: 100%;
	z-index: 0;
	background: #000 url( images/Background3.gif ) no-repeat center center;
	line-height: 1;
	color: #8D8461;
	font: normal 1em Verdana, Arial, sans-serif;
}

#content { font-size: 1.2em; width: 78%; margin-left: 11%;}

ol, ul { list-style: none; }

a
{
	color: #D9C56F;
	text-decoration: none;
}
a:visited {color: #D9C56F;} 
a:active {color:#F5E386;}
a:hover { text-decoration: underline; color:#F5E386;}
a img { border: none; }

.center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	vertical-align: middle;
}

.left { float: left; }
.right { float: right; }
.middle { vertical-align: middle;}
.top 	{ vertical-align: top; }
.block { display: block; }
.nowrap {white-space:nowrap;}
.inline { display: inline; }
.spacer { height: 30px; }
.spacer2 { height: 10px; }
.halfline { line-height: 50%; }
.clear { clear: both; }
.news-date { color: #dd7927; }
.note { font-size: 140%; color: green; }
.bold { font-weight: 900;}
.gold { color: #996600; }
.stretched { letter-spacing: 0.4em; }
.small { font-size: 70%; }
.underline { text-decoration: underline; }

#header { 
	width:889px; 
	height:124px; 
	background:#37070a;
}

.menu
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 795px;
}

.menu li
{
	display: inline;
	padding: 0 15px 0 15px;
	color: #8D8461;
	background: #2F2A23;
	font: normal 100% "Times New Roman", serif;
	border: solid 1px #8D8461;
}

.menu a { color: #8D8461; }

.menu li a:hover
{
	color: #F5E386;
	text-decoration: none;
}

.sub-menu
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
}

.sub-menu li
{
	display: inline;
	padding: 0 15px 0 15px;
	color: #8D8461;
	background:#37070a;
}

.sub-menu a { color: #c8b975; }

.sub-menu li a:hover
{
	color: #F5E386;
	text-decoration: none;
}

ul.transparent-inline-block {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
} 

ul.transparent-inline-block li {
	display: inline-block;
	padding: 4px;
	margin: 4px;
	min-height: 100px;
	width: 30%;
	background-color: transparent;
	vertical-align: middle;
}