/* CSS layout */
#masthead {
	background-image: url('images/mh_bg.jpg');
	background-repeat: repeat-x;
	background-color: #34184c;
	height: 121px;
	width: 100%;
	text-align: center;
}
#infobartop {
	width: 100%;
	height: 23px;
	background-image: url('images/infobartop_bg.gif');
	background-repeat: repeat-x;
	text-align: center;
}
#infobarbtm {
	width: 100%;
	height: 61px;
	background-image: url('images/infobarbtm_bg.gif');
	background-repeat: repeat-x;
	text-align: center;
}
#page_content {
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 5px;
	font-family: Verdana;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
#splash {
	color: #ffffff;
	text-align: center;
	width: 1050px;
	height: 583px;
	border: 0px #000000 solid;
}
#join {
	color: #ffffff;
	text-align: center;
	width: 1050px;
	height: 420px;
	border: 1px #000000 solid;
}
#scroll {
	color: #ffffff;
	text-align: center;
	width: 900px;
	height: 120px;
	border: 1px #000000 solid;
}
#footer {
	background-color: #d2c7db;
	text-align: center;
	padding-top: 10px;
	width: 1050px;
}
body {
	margin: 0px;
	background-color:  #34184c;
	font-family: Verdana;
	font-size: 12px;
}
img {
	border: 0px;
}
input {
	background-color: #d2c7db;
	border: 1px solid #34184c;
	font-family: Arial, Helvetica, sans-serif;
	color: #34184c;
	font-size: 8pt;
	font-weight: bold;
}
a:link {
	font-family: Verdana;
	color: #800000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	color: #800000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	color: #800000;
	text-decoration: underline;
}
a:link.join {
	font-family: Arial;
	color: #151300;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
a:visited.join {
	font-family: Arial;
	color: #151300;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.join {
	font-family: Arial;
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-family: Arial;
	color: #151300;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 1px;
}
h2 {
	font-family: Verdana;
	color: #34184c;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: -10px;
}
h4 {
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
h5 {
	font-family: Verdana;
	color: #FF00FF;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}