* {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	border: solid 6px #FFFFFF;
	background-color: #FFFFFF;
	float: left;
}

#top {
	width: 880px;
	float: left;
	}
	
	#top img {
		padding: 5px 10px 15px 10px;
		}
	#PWS_logo {
		float: left;
	}
	
	#topQuote {
		float: right;
		margin-right: 10px;
		padding: 0px;
		}
	
#wrapper2 {
	width: 880px;
	clear: both;
	float: left;
	}	
	
	body#home #wrapper2 {
		background-image: url(../images/bg_home.jpg);
		background-repeat: no-repeat;
		background-position: 0px 15px;
		}
	body#overseas #wrapper2 {
		background-image: url(../images/bg_probate.jpg);
		background-repeat: no-repeat;
		background-position: 0px 15px;
		}
	body#probate #wrapper2 {
		background-image: url(../images/bg_probate.jpg);
		background-repeat: no-repeat;
		background-position: 0px 15px;
		}
	body#wills #wrapper2 {
		background-image: url(../images/bg_wills.jpg);
		background-repeat: no-repeat;
		background-position: 0px 15px;
		}
	body#lpa #wrapper2 {
		background-image: url(../images/bg_lpa.jpg);
		background-repeat: no-repeat;
		background-position: 0px 15px;
		}
	body#contact #wrapper2 {
		background-image: url(../images/bg_contact.jpg);
		background-repeat: no-repeat;
		background-position: 0px 15px;
		}

#topNav {
	width: 880px;
	height: 45px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	float: left;
}
	#topNav ul {
		margin-left: 105px;
		margin-top: 13px;
	}
	
	#topNav li {
		list-style: none;
		display: inline;
		padding: 0px 2px 0px 2px;
		color: #FFFFFF;
		margin: 0px;
	}
		.withseperator {
			border-right: 1px solid #FFFFFF;
		}
		
	
	#topNav a:link, #topNav a:visited {
		text-decoration: none;
		text-transform: uppercase;
		font-family: "Times New Roman", Times, serif;
		color: #FFFFFF;
		font-weight: normal;
		padding: 0px 4px 0px 4px;
		margin: 0px;
		}
	 #topNav a:active, #topNav a:hover  {
		text-decoration: underline;
		}
		
#content {
	float: left;
	width: 520px;
	margin-left: 105px;
	margin-top: 250px;
	}
	
	#content h1 {
		font-size: 1.2em;
		font-family: "Times New Roman", Times, serif;
		font-weight: 500;
		text-transform: uppercase;
		color: #8B1513;
		padding: 5px 0px 5px 0px;
		}
	
	#content h2 {
		font-size: 0.9em;
		font-weight: 500;
		color: #8B1513;
		padding: 5px 0px 5px 0px;
		}
		
	#content h3 a {
		font-size: 0.7em;
		font-weight: bold;
		color: #000000;
		padding: 4px 0px 2px 0px;
		text-decoration: none;
		}
	#content p {
		font-size: 0.7em;
		padding: 5px 5px 5px 0px;
		line-height: 1.5em;
		}
	#content strong {
		font-weight: bold;
		color: #000000;
		}
	#content p a:link {
		color: #000000;
		font-weight: normal;
		text-decoration: underline;
		}
	#content p a:hover {
		color: #8B1513;
		text-decoration: underline;
		}
	
#rightContent {
	float: right;
	width: 225px;
	border-top: solid 12px #8B1513;
	margin-top: 15px;
}

	#rightContent h2 {
		font-size: 1.2em;
		font-weight: 600;
		color: #8B1513;
		text-transform: uppercase;
		font-family: "Times New Roman", Times, serif;
		padding: 8px 0px 5px 0px;
		}
	#rightContent p {
		font-size: 0.7em;
		padding: 3px 15px 5px 0px;
		line-height: 1.5em;
		}	
#rightContent2 {
	width: 225px;
	border-top: solid 12px #BF7559;
	margin-top: 15px;
}	
		
#rightContent3 {
	float: right;
	width: 225px;
	border-top: solid 12px #E8CBBC;
	margin-top: 15px;
}

	#rightContent2 h2, #rightContent3 h2 {
		font-size: 0.8em;
		font-weight: 600;
		text-transform: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 8px 0px 5px 0px;
		}
	#rightContent3 p {
		font-size: 0.7em;
		padding: 5px 15px 5px 0px;
		}


/** Generic styles **/

#content ul, #rightContent2 ul, #rightContent3 ul {
		padding: 2px 0px 12px 0px;
		margin-left: 15px;	
	}
	
	#content li, #rightContent2 li, #rightContent3 li {
		list-style: disc;
		list-style-position: outside;
		font-size: 0.7em;
		line-height: 1.5em;
		}

	.contact, a:link {
		color: #8B1513;
		font-weight: bold;
		}
	a:hover {
		text-decoration: none;
		}

#address {
		font-size: 0.7em;
		padding: 5px 5px 5px 0px;
		line-height: 1.5em;
		}
		
		.org {font-weight: bold;}
		.tel {color: #8B1513; font-weight: bold; font-size: 0.7em;}