/* CSS Document */

body{
	padding:0;
	font-size:12px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0 0 0 0px;
	background-color:#FFFFFF;
	}

.mainwrapper
{
margin:0 auto;
width:927px;
height:600px;
}
h1{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#591434;
border-bottom:#990033 solid 1px ;
}
/* ----------------------------------------------wraaper-------------------------------------*/
.wrapper
{
width:927px;
height:600px;
margin:0 auto;
}

/* ----------------------------------------------Header-------------------------------------*/
#header
{
width:927px;
height:100px;
background-color:#F8F7DF;
padding:0 0 0px 0;
/*border-top: #48282F solid 3px;*/
}
.logo
{
width:628px;
height:100px;
float:left;
background-image:url(../images/headbanner.gif);

background-repeat:no-repeat;
/*margin-left:70px;*/
}
.subhead
{
width:299px;
height:80px;
float:left;
}
/*-----------------------------------html /pages -------------------------------------*/

.subheadmain
{
padding-top:10px;
width:299px;
height:80px;
float:left;
}

/* ----------------------------------------------menu-------------------------------------*/
.menu
{
width:927px;
float:left;
height:40px;
background-color:#E5E2C9;
}
.banner
{
float:left;
width:927px;
height:250px;
background-color:#FFFFFF;
overflow:hidden;
}
.bannermain
{
float:left;
width:927px;
height:200px;
background-color:#FFFFFF;
overflow:hidden;
}
/*----------------------------html /pages banner -------------------------------------*/

.bannermain1
{
width:650px;
height:200px;
background-color:#CCCCCC;
float:right;
}
.slide
{
width:300px;
height:200px;
float:left;
}
.subbanner
{
width:627px;
height:200px;
float:left;
}

/* ----------------------------------------------Content-------------------------------------*/
.Subcontent
{
width:927px;
height:105px;
background-color:#F8F7DF;
overflow:hidden;
}
.content
{
width:927px;
float:left;
height:540px;
background-color:#FFFFFF;
}
.content_left
{
width:275px;
height:300px;
float:left;
}

.contenright
{
width:632px;
height:300px;
float:right;
}
/*--------------------------------html /pages / main content ----------------------*/

.contentmain
{
width:927px;
float:left;
height:auto;
background-color:#FFFFFF;
}
.content_rightmain1
{
width:885px;
height:auto;
padding-left:15px;
padding-right:10px;
margin:0px 0px 0px 0px;
float:left;
}

/*.content_rightmain
{
width:900px;
height:350px;
padding-left:15px;
padding-right:10px;
margin:0px 0px 0px 0px;
float:left;
}*/
.content_leftmain
{
width:275px;
height:350px;
float:left;
}
.subpoint
{
width:620px;
height:100px;
}

/* ----------------------------------------------Footer-------------------------------------*/
.footer
{
width:927px;
height:20px;
float:left;
background-color:#591434;
}
#footer{
	padding:7px 0;
	background-color:#591434;
	
	}


