html, body, ul, ol, li, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

html {
	height:100%;
}

body {
	margin:0 auto;
	background-color: #064202;
	background-image:url(../../assets/graphics/body-BKG.jpg);
	background-repeat:repeat-x;
	height:100%;
}

#page_div {
	position:relative;
	margin:0 auto;
	width:1000px;
	height:100%;
}

#index_page_div {
	position:relative;
	margin:0 auto;
	width:1000px;
	height:100%;
}

#header {
	position:relative;
	width:1000px;
	height:212px;
}

#header_div {
	width:1000px;
	height:406px;
}

#title_our_people{
	width:1000px;
	height:66px;
	background-image:url(../../assets/graphics/titleOurPeople.jpg);
}

#title_our_practice{
	width:1000px;
	height:66px;
	background-image:url(../../assets/graphics/titleOurPractice.jpg);
}

#title_resources{
	width:1000px;
	height:66px;
	background-image:url(../../assets/graphics/titleResources.jpg);
}

#title_individual{
	width:1000px;
	height:66px;
	background-image:url(../../assets/graphics/titleIndividual.jpg);
}

#title_name{
	position:relative;
	width:212px;
	height:18px;
	top:23px;
	left:395px;
	text-align:center;
	font-size:18px;
}

#content_div{
	position:relative;
	width:1000px;
	height:auto;
	background-image:url(../../assets/graphics/contentBKG.jpg);
	background-repeat:repeat-y;
}


#main_div{
	position:relative;
	height:auto;
	width:860px;
	margin-left:70px;
	text-align:left;
	
}

#main_div h1{
	text-align:center;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#main_div h2{
	text-align:left;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#people{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8c9bc;
	height:auto;
	width:860px;
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
}

#people img{
	margin-right:10px;	
}

#practice{
	height:auto;
	width:860px;
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
}

#practice_list{
	width:700px;
	text-align:center;
	margin-left:80px;
}

#attorney_tray{
	height:150px;
	width:800px;
	margin-left:30px;
	clear:both;
	
}

#attorney_link{
	width:160px;
	height:50px;
	float:left;
	text-align:center;
	font-size:14px;
}

#attorney_link a:Visited,
#attorney_link a:Link,
#attorney_link a:Active,
#practice a:Visited,
#practice a:Link,
#practice a:Active{
	font-size:14px;
	font-weight:bold;
	color:#630;
	text-decoration:none;
}

#attorney_link a:Hover,
#practice a:Hover{
	text-decoration:underline;
}

#index_div{
	position:relative;
	float:left;
	left:55px;
}

#right_div {
	position:relative;
	float:left;
	height:auto;
	width:190px;
	top: 10px;
	margin-left:25px;
	text-align:justify;
}

#article_date{
	position:relative;
	width:200px;
	float:left;
	text-align:left;
}

#article_title{
	position:relative;
	width:450px;
	font-size:18px;
	font-weight:bold;
	float:left;
	text-align:center;
	text-transform:capitalize;
	color:#6f4d29;
	
}

#article_author{
	position:relative;
	width:200px;
	float:left;
	text-align:right;
	font-style:italic;
}

#footer_div{
	position:relative;
	width:1000px;
	height:130px;
	background-image:url(../../assets/graphics/footer-01.jpg);
}


#clearit {
	clear: both;	
}

#address{
	position:relative;
	left:110px;
}

#copyright{
	position:absolute;
	width:300px;
	height:auto;
	left:75px;
	top:85px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#wcc-logo{
	position:absolute;
	width:343px;
	height:35px;
	left:589px;
	top:72px;
}

ul li{
	padding-right:3px;
	display: inline;
	color:#ccc;	
}
 
ul li a:Visited,
ul li a:Link, 
ul li a:Active {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ba9772;
}

ul li a:Hover {
	color:#FF6600;
}

p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	margin: 0 40px;
	text-align:justify;
	color:#6f4d29;
}