@charset "UTF-8";
/* CSS Document */
@import url(grid/grid.css);
body{
	background-color: #333333;	
	font-family: 'Michroma', sans-serif;
}
header{
	background-color: #000;
	width: 100%;
	height: 185px;
}
header img:nth-of-type(1){
	position: relative;
	top: 10px;	
}
header img:nth-of-type(2){
	float: right;	
}
.blackbg{
	background-color: #000;	
}
.graybg{
	background-color: #b3b3b3;
	height: 148px;
}
.contentbg{
	background-image: url('../images/Content-Box-Background.png');
	background-repeat: no-repeat;	
	height:583px;
}
main{
	position: relative;
}	
aside{
	height:583px;	
}
.whitetext{
	color: #fff;	
}
.orangetext{
	color: #e97027;	
}
h2{
	font-size: 22px;	
}
p{
	color: #98d6ef;	
}
.tealtext{
	color: #98d6ef;		
}
ul{
	list-style-image: url('../images/bullet.png');	
}
.bottomstrip{
	height: 48px;
	font-size: small;
	line-height: 32px;
}
#van{
	position: absolute;
	bottom: -70px;
	left: 150px;	
}
footer{
	
	
}