@charset "utf-8";
/* CSS Document */

body
{
	font-family:Tahoma, Geneva, sans-serifl;
	font-size:11px;
	color:#fff;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
	background:url(../../images/public/bodyBg.gif) repeat #000000;
}

#wrapper
{
	width:1000px;
	height:auto;
	margin:0 auto;
}

#wrapper .container
{
	float:left;
	text-align:left;
	margin:50px 0px 0px 0px;
	padding:0px;
	width:1000px;
}

#wrapper .container .menu
{
	float:right;
	width:1000px;
	padding:0px;
	margin:0px;
	border-bottom:3px solid #000;
}

#wrapper .container .header
{
	float:left;
	width:1000px;
	margin:0;
	padding:0;
}

#wrapper .container .header .logo
{
	float:left;
	width:287px;
	height:324px;
}

#wrapper .container .banner
{
	float:right;
	width:707px;
	height:324px;
}

#wrapper .container .banner .subBanner
{
	float:left;
	width:707px;
	height:46px;
	background:url(../../images/public/subBanner.png) no-repeat;
	margin-top:0px;
}

#wrapper .container .leftSide
{
	float:left;
	width:287px;
	height:auto;
}

#wrapper .container .rightSide
{
	float:right;
	width:700px;
}

#wrapper .footer
{
	float:left;
	width:1000px;
	text-align:right;
	margin:20px 0px 40px 0px;
}

.box01
{
	float:left;
	width:287px;
	height:auto;
}

.box01 .top
{
	float:left;
	width:287px;
	height:9px;
	background:url(../../images/public/box01Top.png) no-repeat;
}

.box01 .middle
{
	float:left;
	width:267px;
	height:auto;
	background:url(../../images/public/box01Mid.png) repeat-y;
	padding:10px;
}

.box01 .bottom
{
	float:left;
	width:287px;
	height:9px;
	background:url(../../images/public/box01Bottom.png) no-repeat;
}


.box02
{
	float:left;
	width:700px;
	height:auto;
}

.box02 .top
{
	float:left;
	width:700px;
	height:9px;
	background:url(../../images/public/box02Top.png) no-repeat;
}

.box02 .middle
{
	float:left;
	width:680px;
	height:auto;
	background:url(../../images/public/box02Mid.png) repeat-y;
	padding:10px;
}

.box02 .bottom
{
	float:left;
	width:700px;
	height:9px;
	background:url(../../images/public/box02Bottom.png) no-repeat;
}


