@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}.wrapper {
	margin: auto;
	height: auto;
	width: 990px;
}
.header {
	float: left;
	height: 96px;
	width: 990px;
}
.navigation {
	background-image: url(images/navbg.jpg);
	float: left;
	height: 54px;
	width: 973px;
	padding-right: 5px;
	padding-left: 12px;
}
.main-body {
	padding: 0px;
	float: left;
	height: auto;
	width: 990px;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat;
}
.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 96px;
	width: 212px;
}
.link
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	width: 85px;
	height: 54px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFF00;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.link a
{
	display: block;
	color: #f9a20a;
	font-size: 12px;
	width: 85px;
	height: 54px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.link a:hover
{
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	width: 85px;
	height: 54px;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: underline;
}

.link img
{
	width: 85px;
	height: 54px;
	border: 0
}

* html a:hover
{
visibility:visible
}

.link a:hover img
{

visibility:hidden
}

.link span
{
	position: absolute;
	left: 12px;
	top: 21px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 60px;
	text-align: center;
} 
.advertisement {
	float: left;
	height: auto;
	width: 980px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 6px;
	text-align: center;
}
.main-cage {
	width: 824px;
	float: left;
	height: auto;
	padding: 0px;
}
.cage-header {
	background-image: url(images/chbg.jpg);
	float: left;
	height: 23px;
	width: 975px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 11px;
	padding-left: 15px;
	font-size: 12px;
}
.cage-content {
	float: left;
	height: auto;
	width: 987px;
	padding-left: 3px;
	padding-top: 2px;
}
.footer {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	height: auto;
	width: 990px;
	padding-top: 12px;
	padding-bottom: 8px;
	background-image: url(images/footerbg.jpg);
}
.thumbpic {
	float: left;
	height: 215px;
	width: 160px;
	margin: .5px;
}
.thumbpic a img {
border: 1px solid #FF9900;
}
.thumbpic a:hover img {
border: 1px dashed #FF9900;
}

.copyright {
	float: left;
	height: auto;
	width: 361px;
	text-align: left;
	padding-left: 10px;
	font-size: 10px;
	color: #FFFFFF;
}
.footer-links {
	float: left;
	height: auto;
	width: 609px;
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	color: #FFFFFF;
}
.footer-links a
{
	color: #FFFFFF;
}
.footer-links a, .footer-links a:link {
	text-decoration: none;
} 
.footer-links a:active, .footer-links a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

