@charset "UTF-8";
/* CSS Document */
html {}
body {
	margin: 0;
	padding: 0;
	background: url(img/bg_body.jpg) repeat-x top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #ff61bf;
	background: url(img/bg_html.jpg) #020202;
}
.upload img{border:0; width:0;height:0;}
/*HEADER*/
table.logo {
	border-collapse: collapse;
}
table.logo td {
	margin: 0;
	padding: 0;
}
td.logo1 {
	background-image:url(img/logo_1.jpg);
	width: 639px;
	height: 146px;
}
td.logo2 {
	display: block;
	overflow:hidden;
	background-image:url(img/logo_2.jpg);
	width: 181px !important;
	height: 146px !important;
}
td.logo3 {
	background-image:url(img/logo_3.jpg);
	width: 119px;
	height: 146px;
}
div.htop {
	margin-top: 25px;
	margin-left: 15px;
	font-size: 8pt;
	padding: 4px 0 0 2px;
	color:#FFF;
}
.htop a:link, .htop a:active, .htop  a:visited{
	font-size: 9pt;
	text-decoration:none;
	color: #b07125;
}
.htop a:hover{
	text-decoration: underline;
	color: #9e2c61;
}
/*CONTENT*/
table.content{
	border-collapse: collapse;
	background-color: #230120;
	border: solid 1px #3b1037;
}
table.content td {
	text-align:center;
	#padding: 1px;
	width: 200px;
	height: 260px;

}
.content a:link img, .content a:active img, .content a:visited img{
	#padding: 1px;
	width: 200px;
	height: 260px;
	border: 1px solid #41041e;
}
table.content a:hover img{
	#padding: 1px;
	border: 1px solid #5d1e0b;
}


/*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:1074px;
	height: 24px;
	padding : 0;
	margin : 0;
}
#btop_top img{
	margin-top: -50px;

}
#btop_body{
	background: url(img/btop_bg_mid.jpg) repeat-y;
	width:1074px;
	color: #FFF;
	font-size: 12pt;
}
#btop_body a:link,#btop_body a:active,#btop_body a:visited {
	color: #b07125;
	font-size: 18px;
	text-decoration: none;
}
#btop_body a:hover {
	color: #9e2c61;
}
#btop_bot {
	background: url(img/btop_bg_bot.jpg) no-repeat;
	width:1074px;
	height: 15px;
	padding : 0;
	margin : 0;
}

/*FOOTER*/
div.footer_bg {
	background-image:url(img/footer.jpg) ;
	width: 100%;
}
table.footer {
	border-collapse: collapse;
}
table.footer td {
	margin: 0;
	padding: 0;
}
td.footer1 {
	background-image:url(img/footer1.jpg);
	width: 452px;
	height: 159px;
}
td.footer2 {
	display: block;
	overflow:hidden;
	background-image:url(img/footer2.jpg);
	width: 241px !important;
	height: 159px !important;
	text-align: center;
}
.footer2 div {
	padding: 40px 5px 5px 5px;
	color: #9a9a9a;

	font-size: 7pt;
}
td.footer3 {
	background-image:url(img/footer3.jpg);
	width: 75px;
	height: 159px;
}
.sdesc {
    color: #5E022B;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}
