body {
   text-align: center;
   margin-top: 4%;
   padding: 0;
   background: #3a060a url(images/pageBackground.jpg) repeat-x left top;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #5b2023;
}

:focus {
	outline: 0;
}
 
div.wrapper {
   text-align: left;
   margin-left: auto;
   margin-right: auto;
}

#logo {
	width: 827px;
    height: 154px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: #e1cf90;
}

#mainNav {
	width: 827px;
	height: 34px;
	margin: auto;
}

ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0px;
	list-style: none;
	width: 827px;
	height: 34px;
	 
}

ul li {
	position: relative;
	float: left;
}

.link_who {
	float: left;
	height: 34px;
	width: 151px;
	background: url(images/button_who.gif) no-repeat;
	border: 0px;
	text-decoration: none;
}

.link_who  span {
	visibility: hidden;
}

.link_who:hover {
	background-position: -151px 0;
}

.link_what {
	float: left;
	height: 34px;
	width: 131px;
	background: url(images/button_what.gif) no-repeat top left;
	text-decoration: none;
}

.link_what  span {
	visibility: hidden;
}

.link_what:hover {
	background-position: -131px 0;
}

.link_marketing {
	float: left;
	height: 34px;
	width: 131px;
	background: url(images/button_marketing.gif) no-repeat top left;
	text-decoration: none;
}

.link_marketing  span {
	visibility: hidden;
}

.link_marketing:hover {
	background-position: -131px 0;
}

.link_lawcall {
	float: left;
	height: 34px;
	width: 131px;
	background: url(images/button_lawcall.gif) no-repeat;
	border: 0px;
	text-decoration: none;
}

.link_lawcall  span {
	visibility: hidden;
}

.link_lawcall:hover {
	background-position: -131px 0;
}

.link_team {
	float: left;
	height: 34px;
	width: 131px;
	background: url(images/button_team.gif) no-repeat;
	border: 0px;
	text-decoration: none;
}

.link_team  span {
	visibility: hidden;
}

.link_team:hover {
	background-position: -131px 0;
}

.link_contact {
	float: left;
	height: 34px;
	width: 152px;
	background: url(images/button_contact.gif) no-repeat;
	border: 0px;
	text-decoration: none;
}

.link_contact span {
	visibility: hidden;
}

.link_contact:hover {
	background-position: -152px 0;
}

.clear {
  clear: both;
}

.content {
	width: 827px;
    height: 468px;
	margin: 0 auto;
	background: #F8F7EF url(images/content.jpg) no-repeat left top;
}

.content h2 {
	float: right;
	margin: 0;
	padding: 3% 7% 1% 4%;
	font-weight: bold;
	color: #2C3954;
}

.content p {
	width: 100%;
	float: left;
	padding: 5% 7% 0% 5%;
	font-family: Arial, Helvetica, sans-serif
	font-weight: 700;
	font-size: 15px;
	color: #2C3954;	
}

#contact_us {
	float: left;
	padding: 4% 0 0 23%;
}
	

#footer {
	width: 827px;
    height: 60px;
	margin: 0 auto;
	padding: 0 0 0 0;
}