body {
	background-color: #002fa0;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0;
	padding: 0;
	color: #002fa0;
	font-size: 14px;
	line-height: 1em;
}

img {
	border: 0px;
}

a, 
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: left;
}

/*
 * START: Header
 */
#header .logo {
	background: url(/images/property-permit-matrix.gif) no-repeat;
	width: 437px;
	height: 90px;
}

#header .logo a {
	display: block;
}

#header .nav {
	background: url(/images/nav_bg.gif);
	height: 32px;
	font-variant: small-caps;
}

#header .nav .left {
	float: left;
	padding: 8px 0px 0px 15px;
}

#header .nav .right {
	float: right;
	padding: 8px 15px 0px 0px;
}

.nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;	
}

.nav li {
	margin-left: 0;
	padding-left: 8px;
	padding-right: 8px;
	border: none;
	list-style: none;
	display: inline;
}

#header .nav a,
#header .nav a:visited {
	color: #002fa0;
	text-decoration: none;
	padding: 1px 4px 1px 4px;
}

#header .nav a:hover {
	background-color: #b2acf9;
}

/*
 * START: Footer
 */
#footer {
	height: 100px;
}


/*
 * START: Content
 */
#content {
	padding: 10px;
}

#content .left {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left; 
	width: 200px; 
	padding: 10px;
	line-height: 1.3em;
}

#content .right {
	float: right; 
	padding: 90px 8px 8px 10px; 
	width: 374px; 
	background: url(/images/home_desk_plans.gif) no-repeat;
}


#content .googlead {
	float: right; 
	padding: 10px; 
	width: 165px; 

}


#content h3 {
	color: #002fa0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 13px;
	font-variant: small-caps;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#content h4 {
	text-align: center;
	font-variant: small-caps;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#content hr {
	width: 70%; 
	border: 0; 
	color: #002fa0; 
	background-color: #002fa0; 
	height: 1px;
	margin-bottom: 10px;
}
