*{
	margin:0;
	padding:0;}
body  {
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #5f5f5f;
	font-size:12px;
    background: url(../media/images/bg.png);
	padding:0 20px;
	
}
.png{
	behavior: url(iepngfix.htc);
}
p {
	margin-bottom:20px;
}
h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:30px;
	font-weight:normal;
	color:#00589c;
	margin-bottom:20px;
}

a:hover{
	text-decoration:none;
}

#container { 
	background: url(../media/images/header-center.png) repeat-x #FFFFFF;
	margin: 0 auto; 
	text-align: left;
	min-width:1000px;
	max-width:2500px;
} 
#header {
	height:336px;
	background:url(../media/images/header-left.png) no-repeat;
} 

.header-bg{
	background:url(../media/images/header-right.jpg) no-repeat right top;
	padding-top:42px;
	height:294px;
}
#header .logo {
	width:760px;
	height:68px;
	margin-left:22px;
	background:url(../media/images/logo.png) no-repeat;
}
#header .logo a{
	width:760px;
	height:68px;
	display:block;
}
#header .description {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#373737;
	padding-top:20px;
	width:370px;
	padding-left:22px;
	line-height:20px;
}
#header .description a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:30px;
	color:#4284c0;
	display:block;
	text-decoration:underline;
	line-height:80px;
	margin-bottom:22px;
}

#header .menu{
	height:44px;
	top:292px;
}
#header .header-bg .menu table {
	border-collapse:collapse;
}
#header .header-bg .menu table tr td {
	text-align:center;
	vertical-align:middle;
	width:16%;
	border:none;
	background:none;
	height:44px;
}

#header .header-bg .menu table tr td a{
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	height:44px;
	line-height:44px;
	text-decoration:none;
	display:block;
	border-left:1px solid #fa9245;
	border-right:1px solid #fdbf6e;
	background:url(../media/images/menu.png) repeat-x;
	
}
#header .header-bg .menu table tr td a:hover{
	background:url(../media/images/menuhover.png) repeat-x;
	border-left:1px solid #2b91ff;
	border-right:1px solid #9ed6ff; 
}

#sidebar1 {
	float: left; 
	width: 25%;
	text-align:center;
}
#sidebar1 .banner-place {
	border:1px solid #d8d8d8;
	
	width:201px;
	margin:20px auto;
}



#mainContent {
	float:left;
	width:74%;
	padding-top:20px;
	line-height:18px;
} 

.join {
	background: url(../media/images/container-bottom-center.png) repeat-x;
}
.join .join-left-bg {
	background:url(../media/images/container-bottom-left.png) no-repeat;
}
.join .join-left-bg .join-right-bg {
	background:url(../media/images/container-bottom-right.jpg) no-repeat bottom right;
	height:186px;
	padding-top:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#2d84d1;
	line-height:50px;
	padding-left:50px;
}
.join .join-left-bg .join-right-bg span{
	font-size:30px;
}
#footer {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	background:url(../media/images/bg.png);
	padding-bottom:30px;
	line-height:20px;
} 
#footer a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
}
#footer .copy {
	width:45%;
	padding-left:50px;
	float:left;
}
#footer .author {
	width:45%;
	float:left;
	text-align:right;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

