@charset "UTF-8";
/* CSS Document */
html {}
body {
	margin: 0;
	padding: 0;
	background: url(img/bg_header.jpg) repeat-x top;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #a6a6a6;
	background: url(img/bg_body.jpg) #060606;
}

/*HEADER*/
table.logo {
	border-collapse: collapse;
}
table.logo td {
	margin: 0;
	padding: 0;
}
td.logo1 {
	background-image:url(img/logo_1.jpg);
	width: 736px;
	height: 150px;
}
td.logo2 {
	display: block;
	overflow:hidden;
	background-image:url(img/logo_2.jpg);
	width: 221px !important;
	height: 150px !important;
}
td.logo3 {
	background-image:url(img/logo_3.jpg);
	width: 52px;
	height: 150px;
}
div.htop {
	margin-top: 25px;
	margin-left: 5px;
	font-size: 12px;
	padding: 0 0 0 0;
	color: #fddfb2;
}
.htop a:link, .htop a:active, .htop  a:visited{
	font-size: 14px;
	text-decoration:none;
	color: #FFF;
}
.htop a:hover { color: #fcab54; }
/*CONTENT*/
table.content{
	border-collapse: collapse;
	background-color: #0d0d0d;
	border: solid 1px #212121;
}
table.content td {
	text-align:center;
}
.content a:link img, .content a:active img, .content a:visited img{
	#padding: 1px;
	border: 1px solid #4f4f4f;
}
table.content a:hover img{
	#padding: 1px;
	border: 1px dashed #4f4f4f;
}


/*BOTTOM TOP*/
.btop {
	margin: 0 auto 0 auto;
	border-collapse:collapse;
}
.btop table {
	width: 95%;
	margin-top: -10px;
}
#btop_top {
	background: url(img/btop_bg_top.jpg) no-repeat;
	width:934px;
	height: 28px;
	padding : 0;
	margin : 0;
}
#btop_top img{
	margin-top: -50px;

}
#btop_body{
	background: url(img/btop_bg_mid.jpg) repeat-y;
	width:934px;
	color: #9e4cc5;
	font-size: 16px;
}
#btop_body a:link,#btop_body a:active,#btop_body a:visited {
	color: #bebebe;
	font-size: 17px;
	text-decoration: none;
}
#btop_body a:hover {
	color: #FFF;
}
#btop_bot {
	background: url(img/btop_bg_bot.jpg) no-repeat;
	width:934px;
	height: 28px;
	padding : 0;
	margin : 0;
}

.btop_bookmark img{
	margin: -1px 0 0 0;
}
/*FOOTER*/
div.footer_bg {
	background:url(img/footer.jpg) repeat-x bottom;
	width: 100%;
}
table.footer {
	border-collapse: collapse;
}
table.footer td {
	margin: 0;
	padding: 0;
}
td.footer1 {
	background-image:url(img/footer1.jpg);
	width: 741px;
	height: 194px;
}
td.footer2 {
	display: block;
	overflow:hidden;
	background-image:url(img/footer2.jpg);
	width: 214px !important;
	height: 194px !important;
	text-align: center;
}
.footer2 div {
	padding: 35px 10px 0 10px;
	margin-bottom: -4px;
	#color: #d53270;

	font-size:10px;
}
td.footer3 {
	background-image:url(img/footer3.jpg);
	width: 71px;
	height: 194px;
}
.sdesc {
    color: #BEBEBE;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}
