@charset "utf-8";
/* CSS Document */
body {
    background:url(imgs/main_bg.jpg) repeat-y center top #000000;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
img {
   behavior:url("pngbehavior.htc");
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#site {
    width:770px;
	margin: 0px auto;
}
#header{
    width:770px;
	height:250px;
	position:absolute;
	top:0%;
	left:50%;
	margin-left:-385px;
}
#margem{
	height:160px;
	width:770px;
	line-height:150px;
	background:url(imgs/site_bg.jpg) no-repeat top;
}
#main {
    width: 770px;
}
#center{
    width:476px;
	float:left;
	margin-left:37px;
	_margin-left:20px;
	background:url(imgs/center_bg.jpg) repeat-y;
}
#center_cont{
    width:430px;
	margin-top:100px;
	margin-left:23px;
}
#right{
    width:215px;
	float:left;
	margin-top:50px;
	margin-left:3px;
}
#right_box{
    margin-top: 4px;
    width:170px;
	margin-bottom:5px;
}
#right_box_top{
    width:170px;
}
#right_box_cont{
    width:170px;
	height:20px;
	background: url(imgs/box_right_bg.gif) repeat-y; 
	
}
#right_box_cont2{
    width:145px;
	margin-left:10px;
	margin-right:5px;
	padding-top:5px;
	
}
#right_box_bottom{
    width: 170px;
	heigth: 28px;
	line-height: 28px;
	background:url(imgs/right_box_bottom.jpg) no-repeat;
}

#footer{
    width:100%;
	height:130px;
	_height:103px;	
	margin-top:-50px;
	margin-bottom: 20px;
	_margin-bottom:-5px;
	background:url(imgs/_footer_bg.png) no-repeat;
}
#footer_bg{
	width:950px;
	height:103px;
	line-height:103px;
	margin-top:-103px;
	background:url(imgs/footer_texture.png) repeat-x;
	background-repeat:repeat-x;
}