/* CSS Document */

.body{
	width: 770px;
	margin: auto;
	text-align: left;
	background: url(../images/main_bg.gif) repeat-y center;
}

.sidebar{
	width: 233px;
	float: left;
}

.sidebar-content{
	padding: 10px 10px 20px 17px;
}



.content-title{
}

.content{
	padding: 15px;
}

.footer-left{
	background: url(../images/footer_left.gif) no-repeat;
	width: 19px;
	height: 50px;
	float: left;
}

.footer-right{
	background: url(../images/footer_right.gif) no-repeat;
	width: 21px;
	height: 50px;
	float: right;
}

.footer{
	height: 50px;
	background: url(../images/footer_bg.gif) repeat-x;
	width: 730px;
	float:left;
}

.footer-content{
	color: #fff;
	padding: 18px 10px 0px 20px;
}

.footer-content a{
	color: #fff;
}

.footer-content a:hover{
	color: #fff;
	text-decoration: underline
}

.bottom-menu{
	background:#1682be;
	height: 1px;
	clear: both;
}

.bottom-menu-content{
	padding-right: 30px;
}

.header{
	background:url(../images/header_bg.gif) repeat-x;
	height: 76px;
}
.header-left{
	background: url(../images/header_left.gif) no-repeat;
	height: 76px;
	float: left;
	width: 82px;
}

.header-right{
	background: url(../images/header_right.gif) no-repeat;
	height: 76px;
	float: right;
	width: 20px;
}
.header-content{
	width: 668px;
	float: left;
	height: 76px;
}


.main-left{
	background: url(../images/main_left.gif) no-repeat;
	height: 490px;
	width: 13px;
	float: left;
}

.main-right{
	background: url(../images/main_right.gif) no-repeat;
	height: 490px;
	width: 15px;
	float: right;
}

.mainWrap{
	width: 742px;
	float: left;
}

.main{
	width: 509px;
	float: right;
}

.main-content{
	padding: 10px 20px 30px 5px;
}
