@charset "utf-8";
/* CSS Basic Document */
body
{
margin:0px;
padding:0px;
background:url(../images/body-bg.jpg) left top repeat-x #FFF;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
}
.container
{
width:100%;
height:auto;
text-align:center;
}


/* CSS Header Document */
.header
{
width:100%;
height:auto;
text-align:center;
}
.header-inside
{
width:900px;
height:179px;
text-align:center;
margin:0px auto;
}
.header-top
{
width:900px;
height:142px;
text-align:center;
}
.header-left
{
width:540px;
height:142px;
float: left;
text-align:left;
}
.header-right
{
width:290px;
height:142px;
float:right;
text-align:right;
}
.menu
{
width:900px;
height:37px;
line-height:37px;
text-align:center;
font-size:16px;
color:#f6e73c;
}
.input
{
width:182px;
height:22px;
border:1px solid #000000;
padding-left:4px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: 22px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
}

/* CSS Body-main Document */
.body-main
{
width:100%;
height:auto;
text-align:center;
}
.body-main-inside
{
width:900px;
height:auto;
text-align:center;
margin:0px auto;
padding:10px 0px 30px 0px;
}
.body-left
{
width:610px;
height:auto;
float:left;
text-align:left;
}
.body-left-inside
{
width:610px;
height:auto;
float:left;
text-align:left;
background:url(../images/about-us-bg.jpg) 157px 123px no-repeat;
}
.body-left-box
{
width:610px;
height:auto;
float:left;
text-align:left;
}
.welcome-image
{
margin-left:20px;
float:right;
}
.news-box
{
width:560px;
height:auto;
float:left;
text-align:left;
padding-left:50px;
}
.body-right
{
width:230px;
height:auto;
float:right;
text-align:left;
}
.clear
{
clear:both;
height:0px;
}
/* CSS Footer Document */
.footer
{
width:100%;
height:68px;
text-align:center;
background:url(../images/footer-bg.jpg) left top repeat-x;
}
.footer-inside
{
width:900px;
height:auto;
text-align:center;
margin:0px auto;
line-height:68px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.footer-left
{
width:440px;
height:68px;
float:left;
text-align:left;
}
.footer-right
{
width:440px;
height:68px;
float:right;
text-align: right;
}
/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.menu a
{
color:#f6e73c;
text-decoration:none;
}
.menu a:hover
{
color:#f6e73c;
text-decoration:underline;
}
.footer a
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:68px;
text-decoration:none;
color:#000;
}
.footer a:hover
{
color:#6e13a2;
text-decoration:underline;
}