@charset "utf-8";
/* CSS Document */

#mainbody {
	width:980px;
	margin:0px auto;
}

#header {
	background:url(images/header.jpg) no-repeat;
	width:980px ;
	height:300px;
}

#top {
	width:980px;
	height:111px;
}

#middle {
	width: 100%;
	height: 100%;
	padding: 60px 5px 20px 5px;
	background: url(images/top_bg.jpg) top center no-repeat;
	background-color: #fff;
}

#content {
	
}

#right_panel{
	width:200px;
	background: #fff;
}

#left_panel{
	width:200px;
	background: #fff;
}

#bottom {
	background:url(images/bot.png) repeat-x bottom;
	width:980px;
	height:124px;
}

#footer {
	color: #FFF;
	font: 11px Tahoma;
	background: #103a3d;
	width: 960px;
	height: 50px;
	padding: 10px
}
