@charset "UTF-8";
/* CSS Document */
body {
	background:#D6D3AB;
	margin:0;
	padding:0;
}
#main {
	height:auto;
	width:820px;
	margin:20px auto 0px auto;
}
#header {
	width:820px;
	height:81px;
	background:url(../images/header.png);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#333A79;
	font-weight:bold;
	padding:20px 0 0 0px;
}
#content {
	width:808px;
	height:380px;
	height:auto;
	background:#E9EEFF;
	border:1px solid #666666;
	padding:10px 0px 10px 10px;
	margin:0px auto 0px auto;
	float:left;
}
#content_text {
	width:380px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.3;
	color:#333A79;
	float:left;
}
#content_text a {
	color:#F20017;
	text-decoration:none;
}
#content_text h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#333A79;
	margin-top:0;
}
#video_player {
	width:400px;
	height:345px;
	margin-left:10px;
	float:right;
}
#video_player img {
	border:none;
}
#footer {
	width:820px;
	height:53px;
	background:url(../images/footer.png);
	clear:left;
	padding:30px 0px 0px 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	margin:0px 50px 0px 50px;
}
