@charset "UTF-8";
/* CSS Document */
html {background: url(img/bg.jpg) #e7e9dc;}
body {
	margin: 0;
	padding: 0;
	background: url(img/bg1.jpg) repeat-x top;
	font-family: Georgia,"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
}

/*HEADER*/
table.logo {
	border-collapse: collapse;
}
table.logo td {
	margin: 0;
	padding: 0;
}
td.logo1 {
	background-image:url(img/logo_1.jpg);
	width: 658px;
	height: 153px;
}
td.logo2 {
	display: block;
	overflow:hidden;
	background-image:url(img/logo_2.jpg);
	width: 209px !important;
	height: 153px !important;
}
td.logo3 {
	background-image:url(img/logo_3.jpg);
	width: 142px;
	height: 153px;
}
div.htop {
	margin-top: 25px;
	margin-left: 5px;
	font-size: 11px;
	padding: 0 0 0 5px;
}
.htop a:link, .htop a:active, .htop  a:visited{
	font-size: 14px;
	text-decoration:none;
	color: #dddddd;
}
.htop a:hover{
	text-decoration: underline;
}
/*CONTENT*/
table.content{
	border-collapse: collapse;
	background-color: #597a2e;
	border: solid 1px #597a2e;
}
table.content td {
	text-align:center;
	#padding: 1px;
	background:url(img/bg_thumb.jpg) no-repeat;
}
.content a:link img, .content a:active img, .content a:visited img{
	#padding: 1px;
	width: 200px;
	height: 260px;
	border: 1px solid #000;
}
table.content a:hover img{
	#padding: 1px;
	border: 1px dashed #000;
}


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

}
#btop_body{
	background: url(img/btop_bg_mid.png) repeat-y;
	width:934px;
	color: #2a53af;
	padding: 10px 0 0 0;
	font-size: 16px;
}
#btop_body a:link,#btop_body a:active,#btop_body a:visited {
	color: #3d3d3d;
	font-size: 17px;
	text-decoration: none;
}
#btop_body a:hover {
	color: #2a53af;
}
#btop_bot {
	background: url(img/btop_bg_bot.png) no-repeat;
	width:934px;
	height: 5px;
	padding : 0;
	margin : 0;
}
span.addthis_button.bookmark{
	display: block;
	margin: -13px 0 0 0;
}
div.btop_bookmark{
	background:  url(img/bg_btop_bookmark.jpg) no-repeat;
	width: 507px;
	height: 32px;
	margin: -10px auto 0 150px;
}
/*table.btop{
	#border-collapse:collapse;
}
div.btop_header{
	background: url(img/bg_btop_header.jpg) no-repeat;
	width: 553px;
	height: 33px;
	margin: 0 auto 0px 180px;
}
div.btop_main{
	background: url(img/bg_btop.jpg) no-repeat;
	width: 933px;
	height: 365px;
}
.btop_main table{
	width: 900px;
	padding: 20px 0 0 20px;
	font-size:14px;
}
.btop_main table a:link, .btop_main table a:active, .btop_main table a:visited{
	font-size: 18px;
	text-decoration:none;
	color: #597a2e;
}
.btop_main table a:hover{
	text-decoration: underline;
}
div.btop_bookmark{
	background:  url(img/bg_btop_bookmark.jpg) no-repeat;
	width: 550px;
	height: 34px;
	margin: 0px auto 0 190px;
}*/
/*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: 723px;
	height: 202px;
}
td.footer2 {
	display: block;
	overflow:hidden;
	background-image:url(img/footer2.jpg);
	width: 226px !important;
	height: 202px !important;
	text-align: center;
}
.footer2 div {
	padding: 45px 10px 10px 10px;
	color: #2f3b07;

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

.sdesc a{
    color: #597A2E;
    font-size: 11px;
	text-decoration: none;
}
