html, body, div {margin:0;padding:0;}

html, body {
	height:100%; /* needed for container min-height */
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.8em;
  	font-size: 0.83em;
	color: #333;
	min-height:600px;
  	height:auto !important;
  	height:600px; 
  	text-align: left;
  	width:1000px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	font-family:Helvetica, Verdana, Arial, Serif;
	color: #5c5a5a;
	padding: 0 0.5em;	
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background-image: url('images/defense_attorney.jpg');
	background-repeat:no-repeat;
	background-position:top left; 
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	padding:0px;
	min-height:100%; /* real browsers */
}

div#header {
	background-image: url('images/logo_bg.jpg');
	background-repeat:repeat-x;
	background-position:top left; 
	margin:0;
	height:112px;
	border-bottom:3px solid #fff;
}

div#logo {
	background-image: url('images/logo.jpg');
	background-repeat:no-repeat;
	background-position:top left; 
	float: left;
	margin:0;
}

div#menu {
	position: absolute;
	right: 20px;
	top: 35px; 
	text-align:right;
	color: #404040;
	font-size: 12px;
	font-weight: bold;
}	

#menu a:link, #menu a:visited {
	text-decoration:none;
	color: #404040;
	border:0px none;
}
#menu a:hover, #menu a:active{
	text-decoration:underline;

}
div#content {
	margin: 0px 20px 0px 200px;
	padding:.2em .2em 7.6em; /* bottom padding for footer */
	height:auto !important; /* real browsers */
	min-height:500px; /* IE6: treaded as min-height*/
	overflow:auto;
	
}
	div#content p {
		text-align:justify;
		padding:0 1em;
		
	}
	
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	border-top:3px double #fff;
	background: #9f2c25;
	font-size: 0.8em;
}
	div#footer p {
		padding: 1px;
		text-align: center;
		margin:0;
		color: #fff;
	}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color: #fff;
	border:0px none;
}
#footer a:hover, #footer a:active{
	text-decoration:underline;

}

div#tabs {
width: 413px;
border: 4px solid #7f7f7f;
z-index: 1;
text-align:left;
padding-right: 2px;
font-size: .86em;
overflow:auto;

}
div#thefttabs {
margin-top:15px;
float:right;
width: 55%
text-align:center;

}
div#main {
float: left;
width: 45%;
}

img.tabs { 
	border: 0px none;
	float:left;
	margin-right: 6px;
}
img.tabsright { 
	border: 0px none;
	float:right;
	margin-left: 10px;
}
p.tabs{
margin:0;
padding: 0;
text-align:left;
}

div#summaryend {
width: 410px;
margin-top: -10px;
}