@charset "utf-8";
/* CSS Document */
body
{
margin:0px;
padding:0px;
background: url(../images/body-main-bg.jpg) center top repeat-y;
}
*
{
margin:0px;
padding:0px;
list-style-type:none;
}
img
{
border:0px;
}
.image-bg
{
border-bottom:5px solid #baa53c;
}
p
{
margin:6px 0px;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
.container
{
width:100%;
height:auto;
float:left;
text-align:center;
background:url(../images/container-top-bg.jpg) center top no-repeat;
}
.coneainer-main
{
width:948px;
height:auto;
margin:0px auto;
text-align:center;
}
.header
{
width:925px;
height:68px;
float:left;
text-align:left;
background:url(../images/header-bg.jpg) left top no-repeat;
padding:12px 0px 0px 23px;
color:#FFF;
font: bold 46px/50px Arial, Helvetica, sans-serif;
}
.body-main
{
width:921px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-bg.jpg) left top repeat-y;
padding:20px 9px 15px 18px;
}
.body-left
{
width:580px;
height:auto;
float:left;
text-align:left;
}
.left-top-box
{
width:580px;
height:auto;
float:left;
text-align:center;
border-bottom:1px solid #e9e8e8;
padding-bottom:5px;
}
.suffer-box
{
width:580px;
height:auto;
float:left;
text-align:left;
border-bottom:1px solid #e9e8e8;
padding:5px 0px 10px 0px;
}
.suffer-bg
{
float:left;
margin-right:20px;
}
.body-right
{
width:288px;
height:auto;
float:right;
text-align:left;
padding-right:18px;
}
.body-right-top
{
width:280px;
height:auto;
float:left;
text-align:left;
background:url(../images/right-top-bg.jpg) left top no-repeat;
padding:4px 4px 0px 4px;
color: #333333;
}
.body-right-bottom
{
width:280px;
height:311px;
float:left;
text-align:center;
background: url(../images/right-bottom-bg.jpg) left top no-repeat;
padding:17px 4px 0px 4px;
color: #333333;
}

/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: normal;
	line-height:36px;
	font-weight:normal;
	font-variant: normal;
	color: #669933;
	text-decoration: none;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height:20px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:20px;
	font-weight: bold;
	font-variant: normal;
	color: #669900;
	text-decoration: none;
}

