@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
	font-size:1px;
}
body {
	background:#FDD447;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	width:1000px;
	margin:0px auto;
	padding:0px;
}
.row {
	width:auto;
	position:relative;
}
.row img {
	float:left;
}
.play-button {
	height:69px;
	left:370px;
	position:absolute;
	top:488px;
	width:258px;
}
#content {
	width:1000px;
	margin:0px auto;
	font-size:12px;
	line-height:18px;
}
#content p {
	color:#000000;
	margin:10px 0px;
}
#content p a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#content p a:hover {
	color:#FF0000;
	font-weight:bold;
}
#content h1 {
	color:#9a0600;
	text-transform:uppercase;
	margin:20px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:double #a8c959 3px;
}
#content h1 a {
	color:#9a0600;
	text-decoration:none;
}
#content h1 a:hover {
	color:#000000;
}
#footer {
	width:1000px;
	height:50px;
	margin:15px 0px 0px 0px;
	border-top:double 3px #a8c959;
}
#footer p {
	text-align:center;
	font-size:12px;
	color:#000000;
	line-height:50px;
}
#footer p a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#footer p a:hover {
	color:#FFFF00;
	font-weight:bold;
}
.left_img {
	float:left;
	border:solid #CCCCCC 1px;
	padding:3px;
	margin:10px 5px 0 20px;
}
.right_img {
	padding: 3px;
	float: right;
	border: 1px solid #CCCCCC;
	margin:10px 20px 0 0;
}
