@charset "utf-8";
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #E4E906;
}

body {
	margin: 0px;
	background-color: #000000;
}
.wrapper {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(BG3.jpg);
	background-repeat: repeat-y;
}
.wrapper .logo {
	float: left;
	height: 267px;
	width: 357px;
}
.wrapper  .splash {
	height: 267px;
	width: 619px;
	float: left;
	background-image: url(2.jpg);
	background-repeat: no-repeat;
}
.wrapper .splash .menu {
	height: 240px;
	width: 178px;
	float: right;
	position: relative;
	top: 0px;
}
.wrapper .splash .menu table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.wrapper .wrapper2 {
	width: 976px;
}

.wrapper .quote {
	height: 321px;
	width: 357px;
	float: left;
}

.wrapper .contentbox {
	width: 619px;
	height: auto;
	background-image: url(BG1.jpg);
	background-repeat: repeat-y;
	float: left;
}
.wrapper .wrapper2 .contentbox .contenttext {
	height: 10px;
	width: 525px;
	background-color: #CF464E;
	margin-right: auto;
	margin-left: auto;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


.footer {
	background-image: url(BG2.jpg);
	background-repeat: repeat-y;
	height: 70px;
	width: 976px;
	clear: both;
}
