/*----------------------
---right side styles----
----------------------*/

#right {
	background: #FFFFDB;
}
#banner {
	background: url(../graphics/top_contact.gif) no-repeat;
}
#banner h1{
	display: none;
}
#content_left {
	float: left;
	width: 432px;
	padding: 0;
	margin: 0;
}
#photo {
	width: 432px;
	height: 378px;
	background: url(../graphics/map.jpg) no-repeat;
}
#content {
	float: right;
	width: 360px;
	padding-top: 80px;
	margin: 0;
	color: #566866;
	font-size: 12px;
}
#content p{
	margin: 0 70px 20px 30px;
}
#maplink {
	color: #566866;
	text-decoration: none;
}

/*----------------------
-------text styles------
----------------------*/

.center {
text-align: center;
}