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

body {
margin:0;
font-family:Arial, Helvetica, sans-serif;}


#wrapper{
	
	z-index:100;
	margin:auto;
	width: 950px;
	
}

#promo{
	
	position:absolute;
	z-index:101;
}



#header {
	height:132px;
	border-bottom:solid 1px #999999;

	}

#header-left {
	float:left;
	height:132px;
	
	}

#header-right {
	width: 650px;
	margin-top:108px;
	float: right;
	padding-left: 50px;
	}

#logo {
	height:57px;
	width:175px;
	top: 25px;
	left: 20px;
	position: absolute;
	}
	
	
#bodyimage {
	width:950px;
	height:300px;
	margin: 10px auto 10px auto;
}

#bodycopy {
	width:650px;
	margin: 0 auto 0 auto;
}

#bodycopy p {
	font-size:80%;
	font-weight:100;
	color:#666666;
	margin: 4px 0 0 0;
}


#bodycopy h1 {
	font-size:100%;
	color:#c80f31;
	margin: 15px 0 0 0;
	
}

#bodycopy h2 {
	font-size:90%;
	font-weight:300;
	color:#c80f31;
	margin: 15px 0 0 0;
}

.bodycopy-bold {
	font-weight:bolder;
	font-size:90%;
	color:#666666;
	margin: 8px 0 0 0;}
	
#bodycopy ul li {
	font-size:80%;
	font-weight:100;
	color:#666666;
	margin:0;
	list-style:circle;/* show to IE */
	list-style:inside;/* show to Mozilla/Safari/Opera */
    
	}
