@charset "utf-8";
body {
	background: #F7F6F3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, Arial, Geneva, Helvetica, sans-serif;
	font-size: 100%;
	
}


#container {
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F7F6F3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

.clear {
	clear:both;
}

#header{
	height:207px;
	width:935px;
}


.imageLink{
	text-decoration: none;
}

.imageLink img {
	border: 0;
}

#contentAreaImage{
	width:935px;
	background:url(images/NelsonLawyerWebsite_content.jpg);
	margin:0 auto;
}

#contentAreaText{
	width:735px;
	background:url(images/NelsonLawyerWebsite_content_noPen.jpg);
	padding:30px 100px 0 100px;
	margin:0 auto;
	text-align:left;
}

#contentAreaBottom{
	width:935px;
	background:url(images/NelsonLawyerWebsite_content_noPenBottom.jpg);
	height:79px;
	margin:0 auto;
}

#contactFooter{
	width:935px;
	margin:10px auto;
	/*font-weight: bold;*/
	font-size:18px;
	font-family: "Times New Roman", sans-serif;
}

#copyrightSiteMap{
	width:935px;
	margin:10px auto;
	font-size:10px;
}

#emptySpace1{
	float:left;
	width:90px;
	height:21px;
}

#address {
	width:935px;
	margin:10px auto;
	height:13px;
}

#telephone {
	float:left;
	width:250px;
	height:21px;
}
#fax {
	float:left;
	width:265px;
	height:21px;
}

#email {
	float:left;
	height:21px;
}


p {
	line-height:20px;
}

h1
{
	font-size: 24px;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #000;
	line-height:24px;
}

h2
{
	font-size: 18px;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #000;
	line-height:24px;
}

#contactInfo p{
	margin: 0;	
}

