@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image:url(../img/bg_01.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	background-color: #347099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	}
#page {
	margin: 60px auto;
	height: 650px;
	width: 770px;
	}
#header {
	float: left;
	height: 230px;
	width: 770px;
	}
#content {
	float: left;
	height: auto;
	width: 760px;
	background-color:#FFFFFF;
	color: #000000;
	padding: 10px 5px;
	}
#page_text {
	float: left;
	height: auto;
	width: 550px;
	}
#page_right {
	float: left;
	margin-left: 5px;
	height: auto;
	width: 205px;
	}
#page_title {
	float: left;
	height: 14px;
	width: 550px;
	border-bottom: 1px solid #009933;
	font-size: 14px;
	color:#336633;
	font-weight: bold;
	margin-bottom: 3px;
	}
#vid_right {
	float: left;
	height: auto;
	width: 180px;
	background-image:url("../img/mod_vid_side.jpg");
	padding: 40px 10px;
}
a.vid_link:link {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
a.vid_link:active {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
a.vid_link:visited {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
a.vid_link:hover {
	font-size: 12px;
	font-weight: bold;
	color: #ccccFF;
	text-decoration: none;
	}