html, body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	color: #FFFFFF;
}
#page {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	border: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

h1 {
	font-size: 1.75em;
	height: 60px;
	width: 100%;
	position: relative;
	top: 10px;
	line-height: 60px;
	margin: 0px;
	padding: 0px;
	background: #FF0000 url(../images/bg-header.jpg);
	text-indent: 60px;
	z-index: 1;
}

#deco {
	background: url(../images/bgdeco.jpg);
	margin: 0px;
	padding: 0px;
	height: 480px;
	width: 25px;
	position: absolute;
	z-index: 100;
	left: 20px;
	top: 5px;
}

#Tnav, #Bnav {
	position:relative;
	height: 25px;
	width: 100%;
	line-height: 25px;
	top: 20px;
}

#Bnav {
	position:relative;
	height: 25px;
	width: 100%;
	line-height: 25px;
	top: 20px;
	top: 30px;
}

#Tnav ul, #Bnav ul {
    margin: 0;
    padding: 0; 
    list-style-type: none;
	text-align:center; 
}

#Tnav ul li, #Bnav ul li {
    display: inline;
}

#Tnav ul li a, #Bnav ul li a {
	padding: 0.3em 1em;
	background: #B37425;
	color: #9B2D16;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #000000;
	font-size: .8em;
}

#Tnav ul li a:hover, #Bnav ul li a:hover {
	background: #9B2D16;
	color: #B37425;
	border: 1px solid #fff;
}

#Tnav ul li a.focus {
	padding: 0.3em 1em;
	background: #9B2D16;
	color: #B37425;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #fff;
}

#content {
	position: relative;
	width: 85%;
	top: 25px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	padding: 10px;
}

#content ul {
    margin: 0;
    padding: 0; 
    list-style-type: none;
}

#content ul li {
    display: inline;
}

#content ul li a  {
	padding: .5em .5em;
	background: #000;
	border: none;
}

#content ul li a:hover   {
	background: #000;
	border: none;
}

#content h2 {
	font-size: 1.25em;
}

.u {
	border-bottom: 3px double #FFFFFF;
}

#footer {
	position:relative;
	height: 25px;
	width: 85%;
	line-height: 25px;
	top: 50px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px dotted #CCCCCC;
}

#footer p {
	margin: .3em;
}

.promo {
	font-size: .8em;
	font-style: italic;
}

#content a, #footer a {
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}

#content a:hover, #footer a:hover {
	background: #9B2D16;
	color: #B37425;
}
img {
	border: none;
}
