@charset "utf-8";
* {
margin:0;
padding:0;
}

html {
height:100%;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}

img {
border-width:0;
}

body {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
text-align:left;
}

body.home {
background:#000 top center no-repeat url('../images/home-bg.jpg');
}

#homeWrapper {
width:975px;
margin:0 auto;
}

	#homeWrapper #homeHeaderL {
	float:left;
	width:488px;
	height:159px;
	padding:8px 0;
	}
	
	#homeWrapper #homeHeaderR {
	float:right;
	width:487px;
	height:159px;
	padding:8px 0;
	color:#fff;
	font-size:23px;
	font-weight:700;
	text-align:right;
	}
	
		#homeHeaderR h1 {
		font-size:26px;
		margin-bottom:2px;
		}
	
	#homeWrapper #homeContent {
	clear:both;
	float:left;
	width:941px;
	height:495px;
	padding:16px;
	background:url('../images/home-content-bg-trans.png') no-repeat;
	}
	
		#homeContent #homeLeft {
		float:left;
		width:458px;
		height:493px;
		background:#fff;
		margin-right:13px;
		}
		
			#homeLeft #leftTop {
			width:458px;
			height:45px;
			background:#9b1418;
			}
			
			#homeLeft #leftContent {
			width:438px;
			height:165px;
			padding:10px;
			font-weight:700;
			}
			
				#leftContent p {
				margin:12px 0;
				}
			
			#homeLeft #leftPic {
			width:438px;
			text-align:center;
			padding:10px;
			}
			
			#homeLeft #leftBtn {
			width:438px;
			text-align:center;
			padding:10px;
			}			
		
		#homeContent #homeRight {
		float:right;
		width:458px;
		height:493px;
		background:#000;
		margin-left:12px;
		color:#fff;
		}
		
			#homeRight #rightTop {
			width:458px;
			height:45px;
			background:#9b1418;
			}
			
			#homeRight #rightContent {
			width:438px;
			height:165px;
			padding:10px;
			font-weight:700;
			}
			
				#rightContent p {
				margin:12px 0;
				}
			
			#homeRight #rightPic {
			width:438px;
			text-align:center;
			padding:10px;
			}
			
			#homeRight #rightBtn {
			width:438px;
			text-align:center;
			padding:10px;
			}
	
	#homeWrapper #homeFooter {
	clear:left;
	width:975px;
	text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:175px 0 20px 0;
	}
	
	
	
	
