#title{
	background: url("Stafford.jpg");
	height: 188px;
	border-bottom: 2px solid #333;
}
#title_pic{
	float: right;
	margin-top: 100px;
}
ul { 
	list-style-type: none; 
	margin: auto;
	padding: 25px;
}
#navigation{
	width: 200px;
	float: left;
}
#content{
	background-color: #CCC;
	margin-left: 200px;
	padding: 0 25px 0px 25px;
	text-align: justify;

}
