*{
margin:0;
padding:0;
}
body{
	text-align:center;
	background:white;
	
	}
#wrapper{
	margin:0 auto;
	text-align:left;
	width:1100;
	
}
#header{
	height:125;width:1100;
	border-bottom:2px solid gray;
	
}
#blankHead{
	height:50;
	
	
}
#blankAgain{
	
	height:75;width:150;
	float:left;
	
}
#innerHeader{
	height:75;width:900;
	float:left;
	position:relative;top:0;
	border-left:2px solid gray;
	background:url(../images/beInspired.png) no-repeat;
}
#nav{
	float:left;
	
}
#content{
	width:1100;	
	/*border-left:2px solid gray;*/
	position:relative;
	
	/*float:left;*/
	
}
#box{
	width:900;
	/*width:600;*/
	
	float:left;
	/*position:relative;top:0;*/
	border-left:2px solid gray;
	
}
#contentBox{
	width:850;
	position:relative;top:50;left:50;	
	
}
#footer{
	height:300;
	background:yellow;
	position:relative;
}
#contentBox ul ol{
	padding-left:20px;
}
a{
	color:#5b5b5b;
text-decoration:underline;

}
p,h2,h3,h4,a,ul,li,ol{
	font-family: 'Verdanna';
	
}
h1{
	color:gray;
	
	
}
.description{
	width:145;
	height:150;
}