@charset "UTF-8";
/* CSS Document */
body {
	background:#D6D3AB;
	margin:0;
	padding:0;
}
#main {
	height:auto;
	width:760px;
	margin:20px auto 0px auto;
}
#header {
	width:360px;
	height:54px;
	background:url(../images/header.png);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#333A79;
	font-weight:bold;
	padding:40px 0 0 400px;
	background-repeat:no-repeat;
}
#content {
	width:750px;
	height:auto;
	background:#E9EEFF;
	border:1px solid #666666;
	padding:10px 0px 10px 10px;
	margin:0px auto 0px auto;
	float:left;
}
#content_text {
	width:330px;
	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;
}
#video_player {
	width:400px;
	height:315px;
	margin-left:10px;
	float:left;
}
#video_player img {
	border:none;
}
#footer {
	width:760px;
	height:48px;
	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;
}
