@charset "utf-8";
body {
	background-color: #2f0101;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 14px;
	color: #310101;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #310101;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 1px;
}
h1 {
	margin: 0px;
	padding: 0px;
}


#wrapper {
	width: 824px;
	margin: 0px auto;
}
#navwrapper {
	width: 650px;
	margin: 20px auto 0px;
}

.navitem {
	text-align: center;
	vertical-align: middle;
	height: 29px;
	width: 125px;
	float: left;
	margin: 2px;
	background-image: url(../images/navbutton.jpg);
	color: white;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
}
.navitemhot {
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
	height: 29px;
	width: 125px;
	float: left;
	margin: 2px;
	background-image: url(../images/navbutton.jpg);
	color: white;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
}
.navitemhot a {
	color: #FFF;
	text-decoration: underline;
}


.navitem a {
	color: white;
	text-decoration: none;
}
.navitem a:hover {
	text-decoration: underline;
}

#contentwrapper {
	margin: 20px 0px;
}

#top_h_bar {
	background-image: url(../images/top_h_bar.gif);
	width: 824px;
	height: 15px;
}
#bottom_h_bar {
	background-image: url(../images/bottom_h_bar.gif);
	height: 15px;
	width: 824px;
}
#contentarea {
	background-image: url(../images/contentbg.gif);
	padding: 0px 15px;
}
.imgleft {
	padding: 3px;
	float: left;
	border: 1px solid #450503;
	margin: 0px 10px 10px 0px;
}
.imgright {
	padding: 3px;
	float: right;
	border: 1px solid #450503;
	margin: 0px 0px 10px 10px;
}
p {
	margin: 10px 0px;
}
.spacer {
	height: 1px;
	width: 1px;
}
