@charset "utf-8";

/* default element styles */
body {
	background-color:#FFFFFF;
	color:#ffffff;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	background-image:url(../images/bg_background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
a:link    {color:#ffffff; text-decoration:none;}
a:visited {color:#ffffff; text-decoration:none;}
a:active  {color:#ffffff; text-decoration:none;}
a:hover   {color:#cf04fc; text-decoration:none;}

table {border-collapse: collapse}
td {margin:0px; padding:0px;}
img {border:0px;}
form {padding:0px; margin:0px;}
em {font-style:normal; font-weight:normal; color:#ffffff;}
.clear{clear:both;}
input {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
select{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
textarea{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;}

div.bodyDiv{float:left; display:inline; width:960px; position:relative;}
div.menuBox{
	float:left;
	display:inline;
	position:absolute;
	left:1px;
	top:292px;
	z-index:100;
	height:100px;
	width:500px;
}
div.menuBox img, div.menuBox object, div.menuBox embed{float:left; display:inline; height:60px; width:500px; z-index:100; position:relative;}

div.latestNewsBox{
	float:left;
	display:inline;
	width:300px;
	margin:395px 0px 0px 20px;
}
div.latestNewsBox div.latestNewsTitle{ color:white; height:30px; line-height:30px; width:300px;}
div.latestNewsTitle span.newsTitle{ margin-left:20px;}
div.latestNewsBox div.latestNewsContent{ float:left; display:inline; width:300px; height:285px; overflow-y:auto; overflow-x:hidden;}
div.latestNewsBlock{float:left; display:inline; width:300px; height:94px; margin-top:1px; background-color:#222222;}
div.latestNewsBlock td img{ display:inline; float:left; height:67px; width:90px; margin:10px;}
div.latestNewsBlock td span.text{display:inline; float:left; margin:0 15px; max-height:80px; overflow:hidden; text-align:left; width:160px;}

div.videoBox{float:left; display:inline; height:425px; height:344px; margin:396px 0px 0px 15px;}


div.rightBox{
	float:left;
	display:inline;
	width:160px;
	margin:305px 0px 0px 15px;
}
div.rightBox table{
	height:400px;
	vertical-align: bottom;
}
div.rightBox img.boxImg{border:1px solid #666666; display:inline; float:left; height:141px; width:158px;}
div.adBox{float:left; display:inline; width:160px; height:60px; margin-top:4px;}

div.copyright{float:right; display:inline; font-size:10px; margin:40px 0px;}

.thisBorder{ border:1px solid #6d4b75;}
.thisBg{ background-color:#6d4b75;}
.thisFont{ color:#6d4b75;}
