html {
	height: 100%;
}
body {
	background-image: url(../images/repeat-top.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding: 0px;
	height: 100%;
	background-position: top;
}
a:link, a:visited { 
	color: #734c00;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #734c00; 
	text-decoration: none;
}
#holder {
	width: 770px;
	text-align: left;
	margin: 0 auto;
	height: 100%;
}
#header {
	height: 110px;
}
#feature {
	margin-bottom: 25px;
}
#main {
	margin-top: 0px;
	float: right;
	height: 176px;
	width: 535px;
}
#nav {
	float: right;
	height: 176px;
	width: 225px;
	margin-left: 0px;
}
#content {
	margin-top: 25px;
	height: 500px;
}
#footer {
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#footer p {
	margin-top: 10px;
	margin-bottom: 15px;
}


#contentRight p {
	margin-top: 10px;
}
#attorneysColumnOne {
	float: left;
	width: 215px;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 15px;
}
#attorneysColumnTwo img {
	margin: 5px;
	border: 1px solid #bba782;
}

#attorneysColumnTwo {
	margin-left: 275px;
	width: 215px;
	margin-top: 15px;
}
#attorneysColumnOne img {
	margin: 5px;
	border: 1px solid #bba782;
}




.brclear { 
     clear:both; 
     height:0px; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
/*
alternative clear float option:
  
  .clear { clear : both; }
  
  in the page use this, instead of the break
  <div class="clear"></div>
  
Yet, another option is to use the overflow property on the content/container div
 
 (on this page I'm using 'holder' as my content/container div, so I would need to modify that class as shown below
 
	#holder {
		width: 770px;
		text-align: left;
		margin: 0 auto;
		height: 100%;
	}

now becomes,
	#holder {
		width: 770px;
		text-align: left;
		margin: 0 auto;
		height: 100%;
		overflow: auto;
	}	
  
*/

.callout {
    font: bold 130% Georgia, "Times New Roman", Times, serif;
    color: #333;
    margin: 0;
    padding: 20px 10px;
}

a.nav:link, a.nav:active, a.nav:visited {
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	width:215px;
	height:13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	vertical-align: text-bottom;
	font-weight: bold;
	background-image: url(../images/navBtn.gif);
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
}
a.nav:hover {
	background-image: url(../images/navBtn_f2.gif);
	background-repeat: no-repeat;
}

#contentLeft {
	float: left;
	width: 235px;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 10px;
}
#contentLeft p {
	margin-top: 10px;
}
#contentRight {
	margin-left: 245px;
	padding-top: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #734c00;
	margin-top: 0px;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.pllc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #734c00;
	margin-top: 0px;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.pllc2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0F5689;
}

ul {
	list-style-image: url(../images/bullet.gif);
}
em {
	color: #0F5689;
	font-style: normal;
}
hr {
	color: #cec1a6;
}

