@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	paddin: 0px;
	background:#FFFFFF;
}

#bodywrap{
	width:850px;
	height:110%;
	margin-left:auto;
	margin-right:auto;
	border-right:solid 2px #b8b8b8;
	border-left:solid 2px #b8b8b8;
}

#bg_top{
	width:854px;
	height:6px;
	background:url(../images/bg_top.gif) no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width: 850px;
	height:213px;
}

#content_wrap{
	width: 850px;
	height:100%;
	padding-top:10px;
}

#cont_left {
	width:531px;
	height: 271px;
	background:url(../images/contl.gif) no-repeat;
	float:left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom:10px;
}

#cont_left_alt {
	width:531px;
	height: 100%;
	float:left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom:10px;
}

#cont_left_p{
	width: 320px;
	height: 175px;
	float:right;
	margin-right: 15px;
}

#cont_right {
	width:257px;
	height:271px;
	background:url(../images/contr.gif) no-repeat;
	float:left;
	margin-bottom:10px;

}

#cont_right_p{
	width: 150px;
	height: 90px;
	float:right;
	margin-top:15px;
	margin-bottom:15px;
}

#cont_right_link1{
	width: 250px;
	height: 19px;
	clear:both;
}

#cont_right_link2 {
	width: 250px;
	height: 19px;
	clear:both;
}

#cont_right_link3 {
	width: 250px;
	height: 19px;
	clear:both;
}

#cont_right_link4 {
	width: 250px;
	height: 19px;
	clear:both;
}

#side_bar_wrap{
	width:258px;
	height:204px;
	float:right;
	margin-right:20px;
}

#sidebox_1{
	width:258px;
	height:102px;
	background:url(../images/boxl_side.png) no-repeat;
	float:left;
	margin: 0 19px 0 0;
}

#sidebox_1_text{
	margin:0px;
	padding:0px;
	height: 65px;
	width: 165px;
	float: right;
}

#sidebox_2{
	width:258px;
	height:92px;
	background:url(../images/boxr.gif) no-repeat;
	float:left;
	margin: 10px 19px 0 0;
}

#box_wrap{
	width:850px;
	height:102px;
	clear:both;
}

#box_left{
	width:258px;
	height:102px;
	background:url(../images/boxl.png) no-repeat;
	float:left;
	margin: 0 0 0 19px;
}

#box_left_text{
	margin:0px;
	padding:0px;
	height: 70px;
	width: 165px;
	float: right;
}

#box_left_img{
	float:right;
	width:78px;
	height:17px;
	margin-right: 13px;
	margin-top: 10px;
}


#box_center{
	width:258px;
	height:102px;
	background:url(../images/boxc.png) no-repeat;
	float:left;
	margin: 0 0 0 18px;
}

#box_center_text{
	margin:0px;
	padding:0px;
	height: 65px;
	width: 165px;
	float: right;
}

#box_center_img{
	float:right;
	width:78px;
	height:17px;
	margin-right: 13px;
	margin-top: 5px;
}


#box_right{
	width:258px;
	height:102px;
	background:url(../images/boxr.png) no-repeat;
	float:right;
	margin: 0 21px 0 0;
}

#footer_wrap {
	margin: 0 auto;
	width: 850px;
	height: 100%;
	text-align:center;
	padding:0px;
	clear:both;
	
}

#bg_bot{
	width:854px;
	height:6px;
	background:url(../images/bg_bottom.gif) no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}