
body {
	
	font-size: 17px;
	font-family: Arial;
	padding: 0;
	margin: auto;
	width: 100%;
	background: #e4e4e4;
}

* {
	
	padding: 0;
	margin: 0;
}

a img{
	
	border: 0;
}

a {
	
	color: purple;
	text-decoration: underline;	
}

img {
	
	margin: 0;
	padding: 0;	
}

#header {

	background: url(http://www.jarsenlaw.com/images/header.jpg) no-repeat;
	width: 770px;
	height: 143px;
	margin-top: 43px;
	margin: auto;
	margin-bottom: 12px;
}

#languages {
	
	margin: auto;
	height: 26px;	
	width: 750px;
	padding-left: 20px;
	margin-bottom: 12px;
}

#navigation {
	
	margin: auto;
	width: 770px;
	height: 33px;
}

#navcontainer {
	
	width: 100%;
	height: 33px;
	background: url(http://www.jarsenlaw.com/images/nav/nav_grad.jpg) repeat-x;	
}

#navlist ul, li {
	
	padding: 0;
	margin: 0;
}

#navlist li {
	
	display: inline;
	list-style-type: none;
}

#navlist li a {
	
	display: block;
	height: 33px;
	float: left;
	background-repeat: no-repeat;
}

#navlist li span {
	
	display: none;
}

#navlist li.active a, #navlist li a:hover {
	
	background-position: 0 -33px;	
}

#navlist a#home {
	
	background-image: url(http://www.jarsenlaw.com/images/nav/nav_home.jpg);
	width: 90px;	
}

#navlist a#about {
	
	background-image: url(http://www.jarsenlaw.com/images/nav/nav_about_us.jpg);
	width: 132px;	
}

#navlist a#practice {
	
	background-image: url(http://www.jarsenlaw.com/images/nav/nav_areas_of_practice.jpg);
	width: 238px;	
}

#navlist a#attorneys {
	
	background-image: url(http://www.jarsenlaw.com/images/nav/nav_attorneys.jpg);
	width: 153px;	
}

#navlist a#contact {
	
	background-image: url(http://www.jarsenlaw.com/images/nav/nav_contact_us.jpg);	
	width: 157px;
}

#content {
	
	width: 730px;
	margin: auto;
	background: #f8f8f8;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer {
	
	width: 770px;
	background: #f8f8f8;
	margin: auto;
	text-align: center;	
}

#copyright {
	
	font-size: 12px;
}

#footer img {
	
	margin-bottom: 5px;	
}

#footer-round {
	
	height: 30px;
	margin: auto;
	width: 770px;
	background: url(http://www.jarsenlaw.com/images/rounded_footer.jpg) no-repeat;
}

table { 
	
	margin-left: auto;
	margin-right: auto;
}


#offices-footer {
	
	height: 135px;
	margin: auto;
	width: 650px;
	background: #d4d4d4;
	padding: 10px;
}

#offices-left, #offices-right {
	
	float: left;
	font-size: 14px;
}

#offices-right {
	
	padding-left: 100px;
	
}

