@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000000;
	width: 869px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 415px;
	width: 869px;
	background-image: url(images/header.jpg);
}
#wrapper #header #header_video {
	height: 240px;
	width: 320px;
	margin-top: 113px;
	float: right;
	margin-right: 100px;
}
#wrapper #body #body_left {
	float: left;
	width: 375px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
}
#wrapper #body #body_left img {
	border: 4px solid #000000;
	margin: 15px;
}

#wrapper #body #spacer {
	clear: both;
	height: 4px;
}

#wrapper #body #body_right {
	float: right;
	width: 345px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper #body #bottom {
	clear: both;
	text-align: center;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
#wrapper #body #bottom #bottom_text {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}


#wrapper #body {
	background-color: #666666;
	border: thick none #00FF00;
	margin-right: 50px;
	margin-left: 50px;
}
#wrapper #body #top_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: justify;
	text-indent: 25px;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 25px;
	border-bottom-width: 4px;
	border-bottom-style: ridge;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#wrapper #body #topspacer {
	height: 10px;
}



#wrapper #nav {
	height: 26px;
	width: 869px;
}

#wrapper #body #bottom img {
	border: 4px solid #000000;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}
#wrapper #body #bottom img:hover {
	border: 4px solid #0033FF;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}
