/* 
	----------------------------
	NAVS 
	----------------------------

*/

#nav{ /*this is the Div that contains the navigation*/
 background-image:url('images/navBackground.gif'); 
 background-repeat: no-repeat;
 height: 140px;
 width: 800px;
 overflow: hidden;

}

ul#topNav, ul#topNav li{
	text-align: right;
	list-style: none;
}
ul#topNav{
	margin: 50px 0px 0px 3px;
}
ul#topNav li{ 
	padding: 2px 5px;
	display: inline;
}

.homeText{
	width: 333px;
	font-size: 14px;
	line-height: 1.5em;
	text-align: right;
	color: #42241f;
	font-family: "Times New Roman", Times, serif;
}

.contactInfo{
	width: 272px;
	font-size: 12px;
	text-align: center;
	color: #42241f;
	
	font-family: "Times New Roman", Times, serif;
}
