body {
	margin: 0;
	font-size: 100%;
	font-family: Georgia, Serif;
	background-color: #bfcee1;
	text-align: center;
}
.main	{
	width: 920px;
	background: url('images/bg2.png');
	margin: 0 auto;
	overflow: auto;
}
.header	{
	width: 900px;
	height: 290px;
	background: url('images/header.jpg');
	margin: 0 auto;
}
.header h1	{
	display: none;
}
.footer	{
	width: 920px;
	height: 30px;
	background: url('images/footer.png') no-repeat 0% 100%;
	margin: 0 auto;
}
.menu	{
	list-style-type: none;
	margin: 0 auto;
	width: 650px;
	height: 290px;
	padding: 0;
}
.menu li	{
	margin: 235px 13px 0 13px;
	float: left;
}
.menu a 	{
	display: block;
	width: 100px;
	height: 27px;
}
.menu a:hover, #home:hover, #attorneys:hover, #services:hover, #links:hover, #contact:hover, #current a	{
	background-position: 0 100%;
}
.menu span	{
	display: none;
}
#home	{
	margin-top: 17px;
	width: 66px;
	height: 26px;
	background: url('images/home.gif') no-repeat 0% 0%;
}
#attorneys {
	margin-top: 14px;
	width: 118px;
	height: 26px;
	background: url('images/attorneys.gif') no-repeat 0% 0%;
}
#services {
	margin-top: 8px;
	width: 96px;
	height: 26px;
	background: url('images/services.gif') no-repeat 0% 0%;
}
#links {
	margin-top: 5px;
	width: 66px;
	height: 26px;
	background: url('images/links.gif') no-repeat 0% 0%;
}
#contact {
	margin-top: 2px;
	width: 129px;
	height: 28px;
	background: url('images/contact.gif') no-repeat 0% 0%;
}
.content	{
	text-align: left;
	margin: 20px 40px;
	overflow: auto;
}

.content li, .content li a:link {
	font-size:.9em;
	font-weight:bold;
}

.content img.right	{
	float: right;
	padding: 8px;
	background-color:#FFFFFF;
	margin: 18px 10px 15px 15px;
}
.attorney	{
	overflow: auto;
	text-align: justify;
	padding-bottom: 3px;
	margin-bottom: 20px;
	border-bottom: solid 2px #036;
}
.attorney img	{
	float: left;
	padding: 8px;
	background-color:#FFFFFF;
	margin: 15px 15px 11px 0;	
}
.attorney h4	{
	margin-top: 20px;
}
h2	{
	font-size: 1em;
}

h3	{
	font-size: 1em;
}

h4	{
	font-size: 1em;
	margin-bottom: 0;
}

.heading	{
	font-size: 1em;
	font-weight:bold;
	margin-bottom:0;
}

h4 + p	{
	margin-top: 0;
}
.copyright	{
	clear: both;
	font-size: .9em;
	color: #345;
}
a	{
	color: #036;
	font-weight: bold;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
div	{
	behavior: url('iepngfix.htc');
}
.main li a	{
	font-size: .9em;
}
dt	{
	font-size: .9em;
	font-weight: bold;
	margin: .5em 0;
}
dd	{
	font-size: .9em;
}

#anchor ul {
	margin: 20px 0 10px 0;
}

#anchor li {
	display:inline;
	margin: 0 0 0 60px;
	font-size:14px;
}

