@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/body-bg.jpg) top no-repeat #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
#wrapper {
	width:800px;
	margin:0 auto;
}
#header {
	height:105px;
	margin:40px 0 0 0;
}
#banner {
	position:relative;
	margin:10px 0;
}
.left {
	float:left;
	width:40px;
	height:360px;
}
.right {
	float:right;
	width:40px;
	height:360px;
}
.middle {
	width:700px;
	margin:0 auto;
}
#button {
	position:absolute;
	left: 256px;
	top: 136px;
	margin:0px;
}
#thumbnails {
	width:700px;
	margin:-15px auto 0px auto;
}
h1 {
	color:#0000FF;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	margin:0 50px;
	padding: 10px 0;
}
h1 a {
	color:#0000CC !important;
	text-decoration:none !important;
}
h1 a:hover {
	color:#4A4AFF !important;
}
#content-top {
	width:800px;
	margin:0 auto 20px auto;
	background:url(../images/content-top.png) top no-repeat;
}
#content-bottom {
	background:url(../images/content-bottom.png) bottom no-repeat;
	padding:13px 0;
}
#content {
	background:#bdb8b8;
	margin:0px;
	padding:0;
}
#content p {
	color:#000000;
	line-height:20px;
	margin:0 50px;
	padding:5px 0;
}
#content ul {
	color:#0066FF;
	list-style:square;
	margin:0 50px 0 80px;
}
#content li {
	line-height:20px;
	padding:3px 0px;
}
#content a {
	color:#0066FF;
	text-decoration:underline;
	font-weight:bold;
}
#content a:hover {
	color:#0099FF;
	text-decoration:none;
}
#footer {
	border-top:1px solid #000000;
	margin:0 50px;
}
#footer p {
	color:#000000;
	line-height:30px;
	text-align:center;
}
#footer p a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#footer p a:hover {
	color:#0000FF;
}
.left-img {
	float:left;
	margin:5px 15px 0 0;
}
