
#containerx {
	width:780px;
/*	overflow:auto;
*/	margin: 10px auto;
}
.menu {  /* this gives spacing around menu. make outer div around menu */
	vertical-align:top;
	float:left;
	width:145px;
/*	position:fixed;
*/}
#whole {
	width:100%;
	text-align:center;
	float: right;
	clear: left;
	margin:auto;
}

div#main {
	float: left;
	padding:15px;
	background-color:#FFFFCC;
	border: 1px solid #000000;
	margin:0px ;
	width:600px;
	text-align:left;
	color:#000000;
}
.clear,br {
	clear:both;
}

div#footer {
	clear:both; 
	text-align:left;
	margin:0 7px 0 0;
	font-size:14px;
	color:#ffffcc;
	padding:3px 5px 5px 11px;
	background-color:#454545;
	border: solid 1px #000000;
}
.footermenu {
	font-size:10px;
}
div#footer a {
	color:ffffcc;
	text-decoration:none;
}
div#footer a:hover {
	color:#ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}

.attorneys {

}

p a {
	color:#4C000C;
	font-weight:bold;
	text-decoration:none;
}

p a:hover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


#container {
	background:url(images/APheader.gif) no-repeat top left;
	margin: 0;
	position: relative;
	clear:both;
	padding-top: 0;
	padding-right: 175px;
	padding-bottom: 0;
	padding-left: 110px;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica;
	height: 20px;
	background-image: url(images/bgred.gif);
	background-repeat: repeat-x;
	background-color: #4C000C;
	text-align:center;
}

.floatright {
	float:right;
}

h1 {
	font-size: 18px;
	color:#4C000C;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #4C000C;
	border-right-color: #4C000C;
	border-bottom-color: #4C000C;
	border-left-color: #4C000C;
	text-align:center;
	margin-top:20px;
}
h2 {
	color:#000000;
	font-size:18px;
	font-weight:bold;
}
h3 {
	color:#454545;
	font-size:14px;
	font-weight:bold;
}

.leftcolumn {
	width:300px;
	float:left;
}
.righttcolumn {
	width:200px;
	float:left;
}
