body {
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.dotbg {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #c70000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	line-height: 26px;
	font-size: 26px;
	letter-spacing: -.05em;
}
h2 {
	line-height: 17px;
	font-size: 17px;
	font-weight: bold;	
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #bebebe;
	text-decoration: none;
}
#content a {
	font-style: normal;
	font-weight: normal;
	color: #c70000;
	text-decoration: underline;
}
#content a:hover {
	color: #c70000;
	text-decoration: none;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	text-indent: 0px;
}
#nav ul {
text-indent: 0px;
padding-left: 0px;
margin-left: 0px;
}
#nav ul li a {
	background-color: #8f0f0f;
	color: #FFFFFF;
	line-height: 45px;
	font-weight: normal;
	text-decoration: none;
	background-color: #8f0f0f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
#nav ul li a:hover {
	background-color: #b3b4b7;
	color: #000000;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #bebebe;
	text-decoration: none;
}


.newsbg {
	background-image: url(../images/news_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
