normal {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	color: #180D35;
}
H1{
	font-family : "Times New Roman", Times, serif;
	font-size : 14pt;
	color: #180D35;
}
H2{
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-style: italic;
	color: #180D35;
}

#home {
	background: url('images/artesianhouse-homeheader.jpg') top center no-repeat;}


.nav {list-style:none;}	

.nav li {
	font-weight:normal;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size:1.4em;
	line-height:1.3em;
}

.nav a {
	color:#fff;
	font-style:italic;
	text-decoration:none;
}
.nav a:hover {
	color:#fff;
	text-decoration:underline;
}

.leftnav {
	position:relative;
	bottom:50px;
	left:105px;
	width:160px;
}

.rightnav {
	float:right;
	position:relative;
	bottom:50px;
	right:65px;
	
}

.clear{ clear: both; }


.innerNav {
	height:30px;
	width:788px;
	background-color:#180d35;
	margin:0;
	padding:0;
}

.innerNav li {

		position: relative;
		z-index:500;
		float:left;
}

.innerNav a {
	text-align:center;
	color:#e5d6d1;
	display:block;
	padding: 2px 14px;
	font-size:90%;
}


