@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #939393;
	margin: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ac825a;
}.wrapper {
	margin: auto;
	height: auto;
	width: 940px;
}
.header {
	float: left;
	height: 120px;
	width: 940px;
}
.navigation {
	background-image: url(images/navbg.jpg);
	float: left;
	height: 39px;
	width: 938px;
	padding-left: 2px;
}
.link
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	width: 117px;
	height: 39px;
	background-image: url(images/link-b.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	color: #FFFF00;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.link a
{
	display: block;
	color: #f9a20a;
	font-size: 12px;
    width: 117px;
	height: 39px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.link a:hover
{
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	width: 117px;
	height: 39px;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: underline;
}

.link img
{
	width: 117px;
	height: 39px;
	border: 0
}

* html a:hover
{
visibility:visible
}

.link a:hover img
{

visibility:hidden
}

.link span
{
	position: absolute;
	left: 7px;
	top: 11px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 109px;
	text-align: center;
} 
.main-content {
	float: left;
	height: auto;
	width: 940px;
	padding-top: 10px;
}
.left-column {
	float: left;
	height: auto;
	width: 209px;
}
.right-column {
	float: left;
	height: auto;
	width: 721px;
	margin-left: 10px;
}
.sidebar-box {
	float: left;
	height: auto;
	width: 208px;
	margin-bottom: 10px;
}
.sb-header {
	background-image: url(images/sb-header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	width: 199px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 10px;
}
.sb-content {
	background-color: #000;
	float: left;
	height: auto;
	width: 196px;
	border: 1px solid #aaa;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.cage {
	float: left;
	height: auto;
	width: 721px;
	margin-bottom: 10px;
}
.cage-header {
	background-image: url(images/cage-header.jpg);
	float: left;
	height: 52px;
	width: 721px;
}
.cage-content {
	background-color: #000;
	float: left;
	height: auto;
	width: 717px;
	border: 1px solid #aaa;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.cage-content-2 {
	background-color: #000;
	float: left;
	height: 340px;
	width: 717px;
	border: 1px solid #aaa;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.cage-title {
	float: left;
	height: 25px;
	width: 575px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 10px;
}
.bookmark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	height: 26px;
	width: 116px;
	padding-left: 20px;
	padding-top: 11px;
}
.bookmark a
{
	color: #ffffff;
}
.bookmark a, .bookmark a:link {
	text-decoration: none;
} 
.bookmark a:active, .bookmark a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.thumbpic {
	float: left;
	height: 160px;
	width: 135px;
	margin: 3px;
	border: 1px solid #aaa;
}.thumbpic:hover {
	float: left;
	height: 160px;
	width: 135px;
	margin: 3px;
	border: 1px solid #d5ae89;
}
.friendlylink {
	float: left;
	height: auto;
	width: 175px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #aaa;
	background-color: #000;
	margin: 1px;
}

.friendlylink a
{
	color: #fff;
	font-weight: bold;
}
.friendlylink a, .friendlylink a:link {
	text-decoration: none;
} 
.friendlylink a:active, .friendlylink a:hover {
	text-decoration: underline;
	color: #ccc;
}
.sblink {
	float: left;
	height: auto;
	width: 193px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #aaa;
	background-color: #000;
	margin: 1px;
}

.sblink a
{
	color: #fff;
	font-weight: bold;
}
.sblink a, .sblink a:link {
	text-decoration: none;
} 
.sblink a:active, .sblink a:hover {
	text-decoration: underline;
	color: #ccc;
}
.footer {
	background-image: url(images/navbg.jpg);
	float: left;
	height: 27px;
	width: 920px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
.copyright {
	float: left;
	height: auto;
	width: 400px;
}
.footer-links {
	float: right;
	height: auto;
	width: 400px;
	text-align: right;
}
.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: #fff;
}.ch-desc {
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	height: auto;
	width: 711px;
	padding-left: 10px;
}
.logo {
	float: left;
	height: 113px;
	width: 400px;
}
.header-advertisement {
	float: left;
	height: 120px;
	width: 540px;
	text-align: right;
	padding-top: 6px;
}
.text-link {
	width: 355px;
}
.cage-content-2 #lefter {
	height: 340px;
	width: 356px;
	float: left;
}
.cage-content-2 #righter {
	height: 340px;
	width: 356px;
	float: right;
}