/* CSS Document */

.body{
	width: 803px;
	margin: 15px auto;
	text-align: left;
}

.body-left{
	width: 150px;
	float: right;
}

.body-right{
	width: 803px;
	float: left;
}

.header-left{
	height: 57px;
	width: 5px;
	background: url(../images/headerleft_bg.gif) no-repeat right top;
	float: left;
}

.header-right{
	height: 57px;
	width: 5px;
	background: url(../images/headerright_bg.gif) no-repeat left top;
	float: right;
}

.header-center{
	height: 57px;
	width: 793px;
	float: left;
	background: url(../images/headercenter_bg.gif) repeat-x left top;
}

.sidebar{
	width: 300px;
	float: right;
	padding: 15px 0;
}


.content-title{
}

.content{
	
}

.main{
	width: 503px;
	float: left;
	padding: 15px 0;
}

.main-content-wrapper {
	width: 488px;
}

.main-content-top{
	width: 488px;
	height: 5px;
	font-size: 1px;
	background: url(../images/maintop_bg.gif) no-repeat center bottom;
}

.main-content{
	background: #fff;
	padding: 0 5px;
}

.main-content-bottom{
	width: 488px;
	height: 5px;
	font-size: 1px;
	background: url(../images/mainbottom_bg.gif) no-repeat center top;
	padding-bottom: 15px;
}

.mycontent{
	padding: 0 5px 15px 5px;
}

.mycontent h1{
	color: #CC4546;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
}

.main-content h1{
	color: #CC4546;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	margin: 0;
}

.footer{
	text-align: left;
	clear: both;
	margin-bottom: 15px;
}

.footer-content{
	font-size: 12px;
	color: #333;
	padding: 10px 0 0 0;
}

.footer-content a{
	color: #333;
	font-weight: bold;
}

.footer-content a:hover{
	color: #CC4546;
}

.bottom-menu-left{
	height: 39px;
	width: 5px;
	background: url(../images/footermnleft_bg.gif) no-repeat right top;
	float: left;
}

.bottom-menu-right{
	height: 39px;
	width: 5px;
	background: url(../images/footermnright_bg.gif) no-repeat left top;
	float: right;
}

.bottom-menu-center{
	height: 39px;
	width: 793px;
	float: left;
	background: url(../images/footermncenter_bg.gif) repeat-x left top;
}

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