﻿
/* CSS Document */
body{
	padding:0;
	margin:0;
	border:0;
	text-align:center;
	font-size:12px;
	line-height: 20px;
	color: #000000;
}
ul,li,dl,dt,dd,img{
	padding:0;
	margin:0;
	border:0;
	text-align:left;
}
a{
	font-size:12px;
	color:#000000;
	text-decoration: none;
}
a:hover{
	font-size:12px;
	color:#FF3300;
}
#wrap{
	width:1003px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	z-index:1;
}
#header{
	clear: both;
	float: left;
	height:283px;
	width: 1003px;
	position:relative;
}
* html #header{
	clear: both;
	float: left;
	height:284px;
	width: 1003px;
	position:relative;
}
#main{
	clear: both;
	float: left;
	height: auto;
	width: 1003px;
	padding-top: 8px;
	background-image: url(../images/bj.gif);
	background-repeat: repeat-x;
}
#footer{
   padding-top:10px;
	clear: both;
	float: left;
	height: 25px;
	width: 1003px;
	background:url(../images/bj3.jpg);
}

#footer2{
   padding-top:10px;
	clear: both;
	float: left;
	height: 25px;
	width: 1003px;
	background:url(../images/bj3.jpg);
}

#left{
	float: left;
	height: auto;
	width: 220px;
}
#content
{
    padding:0px 20px 0px 20px;
	height: auto;
	width: 700px;
	float:left;
	display:inline;
}
#right{
	clear: right;
	float: right;
	height: auto;
	width: 263px;
}
#inner-content{
	clear: right;
	float: right;
	height: auto;
	width: 745px;
	margin-right: 5px;
	_margin-right: 2px;
}
