* {
	margin:0px;
	padding:0px;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	background: #000;
	margin: 0;
}
#background {
	background: url(../images/bg.jpg) no-repeat center fixed;
}
#wrapper {
	width: 900px;
	padding-top: 125px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	letter-spacing:-.5px;
	color:#f00;
}
/* Logo */
.logo {
	width: 270px;
	height: 185px;
	position: absolute;
	margin: -100px 0 0 0;
	padding: 0;
	z-index: 1000;
}	
.logo span {
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
/* Left Navigation */
.nav-left {
	padding: 0;
	margin: 0;
	width: 138px;
}
.nav-left li {
	width: 138px;
	height: 32px;
	list-style: none;
	padding: 10px 0 0 0;
	background: url(../images/home-nav-left-bg.png) no-repeat;
	text-align: right;
}
.nav-left a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
.nav-left li a {
	padding-right: 10px;
}
.nav-left a:hover {
	color: #8a0e0e;/*font dark red*/
}
/* Right Navigation */
.nav-right {
	margin-left: 738px;
	padding: 0;
	width: 138px;
	position: absolute;
}
html>/**/body .nav-right {
	margin-top: 0;
}
.nav-right li {
	width: 138px;
	height: 32px;
	list-style: none;
	padding: 10px 0 0 0;
	background: url(../images/home-nav-right-bg.png) no-repeat;
	text-align: left;
}
.nav-right a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
}
.nav-right a:hover {
	color: #8a0e0e;/*font dark red*/
}
#header {
	margin-right: 164px;
	width: 594px;
	height: 248px;
	background-color: #3d0404;/*main dark red*/
	border: 1px solid #7a1313;
	float: right;
}
#slideshow {
	margin-left: 5px;
	margin-top: 5px;
}
#body {
	margin-top: 35px;
	width: 100%;
}
img.welcome {
	border: 1px solid #7a1313;
	padding: 8px;
	background: #3d0404;
	float: left;
	margin-right: 20px;
}
.maintext {
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin:10px 0;
	line-height: 18px;
	color: #FFF;
}
.maintext a {
	color: #F00;
	text-decoration: none;
}
.maintext a:hover {
	color: #FFF;
	background: #8a0e0e;
}
#footerwrap {
	width: 100%;
	border-top: 2px solid #443b3b;
}
#footer {
	margin: 0 auto;
	padding-top: 5px;
	width: 900px;
	text-align: center;
}
#footer p {
	margin-top: 25px;
}
.footertext {
	font:normal 12px Arial, Sans-Serif;
	letter-spacing:.5px;
	color: #666;
}
.footertext a {
	color: #666;
	text-decoration: none;
}
.footertext a:hover {
	border-bottom:1px dotted #666;
}
