@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body { background:url(images/BG.png) center top;  margin:0px; text-align:center; font: "Times New Roman", Times, serif; font-size:13px;}
#news {background:url(images/header/news.png) repeat-x; width:100%; height:33px; padding-top:5px;}
#logo {width:100%; height:198px;}
#btns {height:37px;}

a:link {
	color: #FFF; text-decoration: none;
}
a:visited {
	color: #FFF; text-decoration: none;
}
a:hover {
	color: #cdb59d; text-decoration: none;
}
a:active {
	color: #cdb59d; text-decoration: none;
}

#con_behind { background:url(images/conn/con_behind_bg.png) repeat-x; width:100%; height:auto;}
#con { background:url(images/conn/con_bg.png) no-repeat #f6ebcf ; width:1019px; height:600px; margin:38px auto; margin-top:0px; margin-bottom:0px;}
#con_behind_ft { background:url(images/conn/footer_behind_bg.png) repeat-x; width:100%; height:auto;}
#con_ft {background:url(images/conn/footer_bg.png) no-repeat; padding-top:50px; width:1019px;  height: 150px; margin:38px auto; margin-top:0px; }

#content {float: right;width: 350px;margin-right: 50px; text-align:justify; font: "Diavlo"; font-size:13px;}

.entry {padding: 20px 0px;}

#separator { background:url(images/separator.png) repeat-x; width:350px; height:9px;}