body{
font-family: 'MerriweatherRegular', Times New Roman, serif;	
letter-spacing: 0.04em;
background: #ff9000;
}
	p{
	margin-bottom: 16px;	
	}
	p:last-child{
	margin-bottom: 0;	
	}
.noGo{
margin: 0 !important;	
}
.spacer{
margin-top: 20px !important;	
}
.clearMe{
clear: both;	
}
.container{
width: 960px;
margin: 0 auto;
}

#header{
padding: 20px 0;
position: relative;
margin-bottom: 8px;
}
	.nav{
	margin-top: 73px;
	float: left;	
	}
		.nav li{
		float: left;
		margin-right: 30px;	
		display: block;
		color: black;
		font-family: 'MerriweatherBold';
		}
		.nav a:hover li{
		padding-bottom: 5px;
		border-bottom: 2px solid #7e1e00;
		}
	#logo{
	float: right;
	}
#mainBG{
width: 1008px;
height: 703px;
padding-top: 80px;
background: url(../images/mainBG.jpg) no-repeat;
margin: 20px auto 0 auto;	
}
#blackbox{
background: url(../images/blackboxBG.png);
color: white;
padding: 50px 20px;
position: relative;
}
	#blackbox img{
	position: absolute;
	right: -100px;	
	bottom: -400px;
	}
	#blackbox h1{
	font-size: 72px;
	font-weight: normal;
	margin-bottom: 40px;
	}
		#blackbox h1 span{
		font-family: 'MerriweatherBlack';
		display: inline-block;
		font-style: italic;
		margin-right: 25px;
		}
.col2{
width: 440px;
float: left;
margin-right: 30px;
}
.col2 h2{
font-size: 20px;
margin-bottom: 12px;
}
.col2 h3{
font-size: 18px;
text-decoration: underline;
margin-bottom: 6px;	
}
	.col2 ul{
	margin-bottom: 6px;
	}
		.col2 ul li{
		font-size: 14px;
		text-indent: 6px;	
		}
	.col2 ol{
	margin-left: 7px;
	list-style: decimal;
	}
		.col2 ol li{
		margin-bottom: 10px;	
		}
#content{
padding: 20px;
}