@charset "utf-8";
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	display: none;
}

body {
	background-color: #151515;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
a {
	color: #FF0000;
	text-decoration: none;
}
.borderlineup {
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/borderline_up.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	padding: 0px;
	font-size: 5px;
	line-height: 5px;
}
.borderlinedown {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../img/borderline_down.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	padding: 0px;
	font-size: 5px;
	line-height: 5px;
}



#wrapper {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E7E7E7;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.clear {
	clear: both;
}

#header {
	margin: 0px;
	background-image: url(../img/header_bg.jpg);
	height: 90px;
	width: 940px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#menu {
	background-image: url(../img/menu_bg.jpg);
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 940px;
}
#menu .button {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#menu .arrow {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.separator {
	background-image: url(../img/separator_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width: 940px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	overflow: hidden;
	height: 10px;
}
.content_top {
	background-image: url(../img/content_bg_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 940px;
}
.content {
	background-image: url(../img/content_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	width: 880px;
	padding-right: 30px;
	padding-left: 30px;
}
.content_index {
	background-image: url(../img/content_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	width: 880px;
	padding: 0px;
}

.content_bottom {
	background-image: url(../img/content_bg_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 940px;
}
.content p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.content h2 {
	font-size: 26px;
	color: #FE0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 26px;
}
.content h3 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.content .textfloat {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
}
.content .textbox {
	float: left;
	width: 265px;
	margin: 0px;
	background-image: url(../img/textbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.content .textboxseparator {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 10px;
	display: block;
	height: 100px;
}


.content .imagefloat {
	margin: 0px;
	float: right;
	width: 360px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: right;
}

#footer {
	height: 13px;
	width: 910px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #CCCCCC;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a{
	color: #CCCCCC;
	text-decoration: none;
}
#footer span{
	color: #CCCCCC;
}
.content .widebox {
	margin: 0px;
	width: 860px;
	background-image: url(../img/widebox_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}
