#wrapper {
	height: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 95px;
	width: 276px;
}
#attorneys {
	background-image: url(../images/left-attorneys.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	float: left;
	height: 82px;
	width: 276px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
#navigation {
	clear: left;
	float: left;
	height: 240px;
	width: 276px;
}
#address {
	background-image: url(../images/left-address.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	clear: left;
	float: left;
	height: 183px;
	width: 276px;
}
#body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	float: right;
	height: 583px;
	width: 604px;
	position: relative;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
}
.bio_text {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
