@charset "UTF-8";

@font-face {
	font-family:"Bellerose";
	src:url(Bellerose.ttf) format("truetype");
}
html, body {
	background-color: #000000;
	background-image: url(http://www.detroitstreetrods.com/images/metalbg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	position: absolute;
	width: 100%;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
color:#003399;
text-decoration:none;
}
a:hover {
color:#CC0000;
text-decoration:none;
}
a:visited {
color:#003399;
text-decoration:none;
}
h1 {
	font-family: Bellerose, Arial;
	font-size: 36px;
	color: #003366;
	line-height: 30px;
	}
.logo {
	clear: left;
	float: left;
	margin-left: 20px;
	z-index: 1;
}
h2 {
	font-family: Bellerose, Arial;
	font-size: 20px;
	color: #CC0000;
	line-height: normal;
}
.rightside {
	clear: right;
	float: right;
	width: 260px;
	margin-right: 20px;
	margin-top: 10px;
}
.sideimages {
	margin-bottom: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.leftside {
	clear: right;
	float: left;
	width: 640px;
	margin-left: 30px;
	padding-bottom: 20px;	
}
.maincolumn {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.header {
	clear: both;
	float: left;
	width: 980px;
	position: relative;
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
}
.centerrow {
	clear: both;
	float: left;
	width: 980px;
	position: relative;
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
}
.navigation {
	clear: left;
	float: left;
	height: 30px;
	width: 950px;
	position: relative;
	background-image: url(images/navbg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-right: 30px;
	padding-bottom: 8px;
	text-align: right;
}
.footer {
	clear: both;
	float: left;
	height: 100px;
	width: 980px;
	position: relative;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}
#navlist {
	font-family: Bellerose, Arial;
	font-size: 20px;
	margin-right: 10px;
	color: #FFFFFF;
	line-height: 32px;
}

#navlist a:link {
	color: #FFFFFF;
	text-decoration:none
}
#navlist a:visited {
	color: #FFFFFF;
	text-decoration:none
}
#navlist a:hover {
	color: #003399;
	text-decoration:none
}
.topbanner {
	clear: right;
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}
.logobottom {
	clear: left;
	float: left;
	z-index: 1;
	margin-left: 20px;
}
.banner {
margin-top: -12px;
}
ul.images li{
	list-style-type: none;
	display:inline;
	float: left;
	text-align: center;
	margin-right: 15px;
	}
ul.menu, ul.tabs, ul.pager {
	display: inline;
	padding: 0;
	float: left;
	clear: both;
}
.menu li, .tabs li, .pager li {
	display: inline;
}
.menu li a, .tabs li a, .pager li a {
	font-family: OldStyle, Arial;	
	padding: 5px 10px;
}
.menu li a:hover, .tabs li a:hover, .pager li a:hover {
	color: #fff; background-color: #000;
	padding: 5px 10px;
}
.menu li a.active, .tabs li a.active, .pager-current {
	color: #fff; 
	background-color: #800;
	padding: 5px 10px;
}
.pager li a, .pager-current {
	padding: 5px 10px;
}