@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clear {
	clear:both;
	font-size:1px;
}
body {
	background:url(../images/bg.jpg) repeat-x #0a395e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
#wrapper {
	width:650px;
	margin:0 auto;
}
#banner {
	margin:0px;
}
h1 {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	text-transform:uppercase;
	margin:0 20px;
	padding:0px;
}
h1 a {
	color:#000000;
	text-decoration:none;
}
h1 a:hover {
	color:#333333;
}
#content {
	background:#e0e4e7;
	margin:0px 17px 0 18px;
	padding:0px;
}
#content p {
	color:#000000;
	line-height:20px;
	margin:0 20px;
	padding:3px 0;
}
#content p a {
	color:#FFFF00;
	text-decoration:underline;
	font-weight:bold;
}
#content p a:hover {
	color:#FFFF99;
	text-decoration:none;
}
#content ul {
	color:#FF0000;
	list-style:square;
	margin:0 0 0 50px;
}
#content li {
	line-height:20px;
	padding:3px 0px;
}
#content li a {
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}
#content li a:hover {
	color:#FF6666;
	text-decoration:none;
}
#footer {
	height:40px;
	border-top:1px solid #999999;
	margin:10px 20px;
	padding:0 0 5px 0;
}
#footer p {
	color:#666666;
	line-height:35px;
	text-align:center;
	font-weight:bold;
}
#footer p a {
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}
#footer p a:hover {
	color:#0066FF;
	text-decoration:none;
}
.play {
	height:73px;
	margin:0px;
	padding:10px 10px;
}
.left-img {
	float:left;
	width:240px;
	height:140px;
	padding:3px;
	margin:10px 10px 0 0;
	border:1px solid #999999;
}
