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

/*HEADER*/
table.logo {
	border-collapse: collapse;
}
table.logo td {
	margin: 0;
	padding: 0;
}
td.logo1 {
	background-image:url(img/logo_1.jpg);
	width:677px;
	height: 147px;
}
td.logo2 {
	display: block;
	overflow:hidden;
	background-image:url(img/logo_2.jpg);
	width: 243px !important;
	height: 147px !important;
}
td.logo3 {
	background-image:url(img/logo_3.jpg);
	width:85px;
	height:147px;
}
div.htop {
	margin:25px 0 0 20px;
	padding:0;
	color:#f2e3b1;
	font:14px/16px Arial, Helvetica, sans-serif;
}
.htop a:link, .htop a:active, .htop  a:visited{
	font-size: 14px;
	line-height:16px;
	text-decoration:none;
	color: #fff;
	line-height:16px;
}
.htop a:hover {
	color: #fff;
	text-decoration:underline;
}
/*CONTENT*/
table.content{
	border-collapse: collapse;
	border:1px solid #ee9a68;
	background:#d6a275;
	width:1003px;
	margin:0 auto;
	text-align:center;
	padding:3px 0 5px;
}
table.content td {
	margin:0;
	padding:0;
	text-align: center;
}
table.content td img{
	display:block;
	border:1px solid #fff;
	margin:1px;
}
*+html table.content td{display:inline;}
.content a:link img, .content a:active img, .content a:visited img{
	#padding: 1px;
	border: 1px solid #FFFFFF;
}
table.content a:hover img{
	#padding: 1px;
	border: 1px dashed #FFFFFF;
}


/*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.png) no-repeat;
	width:934px;
	height: 21px;
	padding : 0;
	margin : 0;
}
#btop_top img{
	margin-top: -50px;

}
#btop_body{
	background: url(img/btop_bg_mid.png) repeat-y;
	width:934px;
	color: #ffbe7f;
	font:16px Arial, Helvetica, sans-serif;
	-moz-text-shadow:1px 1px 0 #4a2d27;
	-webkit-text-shadow:1px 1px 0 #4a2d27;
	text-shadow:1px 1px 0 #4a2d27;
}
#btop_body a:link,#btop_body a:active,#btop_body a:visited {
	color:#E2674F;
	font:17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#btop_body a:hover {text-decoration:underline;}
#btop_bot {
	background: url(img/btop_bg_bot.png) no-repeat;
	width:934px;
	height: 21px;
	padding : 0;
	margin : 0;
}

.btop_bookmark img{
	margin:0;
	float:right;
}
/*FOOTER*/
div.footer_bg {
	background:url(img/bg-footer-repeat.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: 732px;
	height: 203px;
}
td.footer2 {
	display: block;
	overflow:hidden;
	background-image:url(img/footer2.jpg);
	width: 207px !important;
	height: 203px !important;
	text-align: center;
	font:bold 10px/12px Arial, Helvetica, sans-serif;
}
.footer2 div {
	padding:42px 0 0;
	margin-bottom: 1px;
	color: #d53270;
	font-weight:normal;
	font-size:10px;
	color:#e5e5e5;
}
.footer2 div em{
	color:#ffbe7f;
	font-style:normal;
	font-weight:bold;
}
.footer2 a{
	text-decoration:none;
	text-transform:uppercase;
}
.footer2 a:hover{
	text-decoration:underline;
}
td.footer3 {
	background-image:url(img/footer3.jpg);
	width: 118px;
	height: 203px;
}
center{
	width:934px;
	margin:0 auto;
	overflow:hidden;
	padding: 1px 0;
}
center img{
	float:left;
}
.sdesc {
    color: #EE9A68;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}
