.content {
	width: 955px;
	margin: 0px auto;
}
.contact_ul {
	list-style-type: none;
	padding: 10px 0px 0px 125px;
}
.contact_ul li {
	height: 100px;
	clear: both;
}
.contact_ul a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 3px;
	margin-left: 26px;
	text-decoration: none;
	border-top: 1px solid #464544;
	border-bottom: 1px solid #464544;
	float: left;
	width: 200px;
}
.contact_ul a:hover {
	color: #fff;		
}
.contact_email {
	background: url("images/email.png") left top no-repeat;
	width: 155px;
	height: 30px;
	text-indent: -99em;
	overflow: hidden;
	padding-bottom: 10px;
}
.contact_bio {
	background: url("images/bio.png") left top no-repeat;
	width: 100px;
	height: 30px;
	text-indent: -99em;
	overflow: hidden;
	padding-bottom: 10px;
}

.gallery {
	width: 955px;
	margin: 0px auto;
	text-align: center;
}
.gallery h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #a7a7a7;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	border-bottom: 1px solid #464544;
	padding: 30px 0px 7px 0px;
	text-align: center;
	margin: 0px 40px 0px;
	letter-spacing: -1px;
		
}
.gallery h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #b5b5b5;
	font-size: 11px;
	border-bottom: 1px solid #464544;
	text-align: center;
	padding: 5px 0px;
	margin: 0px 40px 0px
		
}
.gallery p {
	text-align: center;
	padding: 7px 140px;	
}
.bio_block_left {
	float: left; 
	width: 401px;
}
.bio_block_right {
	float: right; 
	width: 554px;
}
#NewsBox {
	margin-bottom: 30px;	
}