* {
margin: 0;
padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #000;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a:link {
	color: #B70000;
	text-decoration: none;
}
a:visited {
	color: #B70000;
	text-decoration: none;
}
a:hover {
	color: #8B0000;
	text-decoration: none;
}
a:active {
	color: #680000;
	text-decoration: none;
}
.header {
	margin: auto;
	padding: 0px;
	height: 100px;
	width: 960px;
	top: 0px;
	z-index: 1;
	background-image: url(../images/header.jpg);
}
.navi {
	margin: 0 auto;
	padding: 0px;
	height: 20px;
	width: 960px;
	z-index: 2;
	background-color: #680000;
}
.menu{
	margin: 0px;
	padding-left: 10px;
	width: 950px;
	height: 20px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	float: left;
	z-index: 3;
}
#navi a:link {
	color: #FFF;
	font-size: 11px;
}
#navi a:visited {
	color: #FFF;
	font-size: 11px;
}
#navi a:hover {
	color: #FFF;
	font-size: 11px;
}
.content {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto;
	width: 960px;
	z-index: 5;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: right;
}
.content_left {
	width: 480px;
	z-index: 6;
	display: inline;
	float: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 300px;
}
.content_right {
	width: 480px;
	z-index: 7;
	display: inline;
	float: right;
	background-color: #FFF;
	height: 300px;
}
.image {
	border: 1px solid #666;
}

.footer {
	height: 20px;
	width: 950px;
	z-index: 6;
	background-color: #680000;
	text-align: right;
	margin: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	padding:0px 10px;
	line-height:20px;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	padding:0px 10px;
	line-height:20px;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	padding:0px 10px;
	line-height:20px;
}
#footer a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	padding:0px 10px;
	line-height:20px;
}
.headline {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #680000;
}
.headline2 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #680000;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.ul {
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.ul2 {
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.bottom_box {
	width: 195px;
	z-index: 6;
	display: inline;
	float: left;
	background-color: #E8E8E8;
	height: 170px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 10px;
	line-height: 14px;
}
.content2 {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	width: 950px;
	z-index: 5;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
}
.bottom_box_inline {
	width: 215px;
	z-index: 6;
	display: inline;
	float: left;
	background-color: #E8E8E8;
	height: 190px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.footer_text {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	padding:0px 10px;
	line-height:20px;
}
.bottom_box2 {
	width: 195px;
	z-index: 6;
	display: inline;
	float: left;
	background-color: #E8E8E8;
	height: 170px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 10px;
	line-height: 14px;
}
.bottom_box_image {
	width: 450px;
	z-index: 6;
	display: inline;
	float: left;
	background-color: #FFF;
	height: 190px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}
.content_left2 {
	width: 480px;
	z-index: 6;
	display: inline;
	float: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 530px;
}
.content_right2 {
	width: 480px;
	z-index: 7;
	display: inline;
	float: right;
	background-color: #FFF;
	height: 530px;
}
