body {
padding:0;
margin:0;
background:#382e27;
}

#container {
margin:0 auto 0 auto;
width: 900px;
height: 150px;
}

#header {
background: url("header.gif") no-repeat;
width: 900px;
height: 150px;
margin:0 auto 0 auto;
}

#search {
background: url("search.gif") no-repeat;
width: 900px;
height: 59px;
margin:0 auto 0 auto;
}

#footer {
background: url("footer.gif") no-repeat;
width: 900px;
height: 188px;
margin:0 auto 0 auto;
}

#content {
background: #e9e2da url("center_background.gif") repeat-y;
width:900px;
margin:0 auto 0 auto;
padding-bottom:30px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
min-height:500px;
height:auto !important;
height:500px;
}

#top {
background: url("top.gif") repeat-x;
width:100%;
height:209px;
}

#menu {
	width: 700px;
	height: 20px;
	padding-top:115px;
	margin-left:130px;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 0 190px;
	padding: 1px;
}

#menu ul li {
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 2px 0 2px;
}


#menu ul li a {
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	display: block;
	text-decoration:none;
	margin-left:5px;
	padding: 2px 5px 0 5px;
}


#menu ul li a:hover {
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	display: block;
	text-decoration:none;
	margin-left:5px;
	padding: 2px 5px 0 5px;
	background: url("bg_menu.gif");
}

#cont {
	width:600px;
	float:left;
}

#center_menu {
	width:190px;
	float:left;
	padding-left:10px;
}

#center_menu ul {
	list-style: none;
	padding: 10px 0 0 0;
	margin:0;
}

#center_menu ul li {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#center_menu ul li a {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	background: url("lawyers_09.jpg") no-repeat bottom;
	width:180px;
	padding:3px 2px 3px 2px;
}

#center_menu ul li a:hover {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	background: #e9e2da url("lawyers_09.jpg") no-repeat bottom;
	display:block;
	width:180px;
	padding:3px 2px 3px 2px;
}


.green {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#919b7c;
	font-weight:bold;
}

.text {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	padding:8px;
	text-align:justify;
}

.head_text {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#d06f19;
	font-weight:bold;
	float:left;
	color: #d06f19;
	padding-left:42px;
	padding-top:4px;
}

.post_text {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#d06f19;
	font-weight:bold;
	float:left;
	color: #8e785f;
	padding-left:42px;
	padding-top:10px;
}

.green_square {
	background: url("lawyers_13.gif") no-repeat;
	height: 48px;
	float:left;
}

.top_left {
	background: url("top_left.gif") no-repeat;
	height: 27px;
	width: 5px;
	float:left;
}

.top_right {
	background: url("top_right.gif") no-repeat;
	height: 27px;
	width: 5px;
	float:left;
}

.top_center {
	background: url("top_center.gif") repeat-x;
	height: 23px;
	width: 750px;
	float:left;
	text-align:center;
	font-weight:bold;
	padding-top:4px;
}

.bottom_left {
	background: url("bottom_left.gif") no-repeat;
	height: 5px;
	width: 5px;
	float:left;
}

.bottom_right {
	background: url("bottom_right.gif") no-repeat;
	height: 5px;
	width: 5px;
	float:left;
}

.bottom_center {
	background: url("bottom_center.gif") repeat-x;
	height: 5px;
	width: 750px;
	float:left;
}


.center {
	border-right:1px solid #daccbc;
	border-left:1px solid #daccbc;
	width:758px;
}

 /*START MESSAGE*/
 div#info_message {
    margin: 6px 0 5px 20px; 
	padding: 10px;
    font: 11px verdana, sans-serif;
	color: #0081d7;
    background-color: #F3F0EB;
    border: 1px solid #0081d7;
	width:92%;
}

div#error_message {
    margin: 6px 0 5px 20px; 
	padding: 10px;
    font: 11px verdana, sans-serif;
	color: #800000;
    background-color: #F3F0EB;
	border-width: 1px 1px 1px 1px;
	border-color: #9D290D;
	border-style: solid;
	width:92%;
}

.required {
	color: #FF0000;
	font-weight: bold;
	font-size:14px;
}

.both {
	clear:both;
}

.send {
	background: url("send.gif") no-repeat;
	height: 22px;
	width: 55px;
	border:0;
	cursor:pointer;
}

.search {
	background: url("search_button.gif") no-repeat;
	height: 22px;
	width: 55px;
	border:0;
	cursor:pointer;
}

img {
	border:0;
}

a,a:link,a:link,a:link,a:hover {
	cursor:pointer;
} 

a:link {
	color:#000000;
}
 
a:visited {
	color:#000000;
} 

a:hover,a:active {
	color:#000000;
	text-decoration:none;
 }
