@charset "utf-8";
/* CSS Document */
.clear {
clear:both;
}


a img {
	border-style:none;}

ul {
	margin:0;
	padding-top:15px;
	padding-left:340px;
	color:#FFF;
	font-family:cambria;
	font-size:26px;

}
ul li{
	background-color:#544c39;
	display:inline;
	color:#ACD5D2;
	text-decoration:none;
}


ul li a {
	color:#ACD5D2;
	text-decoration:none;
}
ul li a:hover {
	color: #FFF;
	text-decoration:underline;
}
	

#background{
	height:950px;
	background-image:url(bg3.jpg);
	background-repeat: repeat-x;
}
#wrapper{
	height:950px;
	width:950px;
	margin: 0 auto;
	background-image:url(bg2.jpg);
	background-repeat: repeat-x;
	border-right:solid;
	border-left:solid;
	border-top:solid;
	border-bottom:solid;
	border-width:thin;
	border-color:#5A4836;
	
	
}
#navigation{
	height:58px;
	width:950px;
	background-image:url(navigation.jpg);
}
#header{
	height:148px;
	width:950px;
	background-image:url(header.jpg);
}
#content{
	
	height:681px;
	width:950px;
	overflow:auto;
	font-size:16px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#footer{
	height:38px;
	width:950px;
	color:#ACD5D2;
	background-image:url(footer.jpg);
}

#homeimage1{
	float:left;
	position:relative;
	padding: 15px 22px 0px 5px;
	}
	
#homeimage2{
	float:right;
	position:relative;
	
	padding: 0px 10px 0px 15px;
	}
#one{
	padding-top:10px;
	padding-right:20px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
	text-align:justify;
	margin-top:10px;
	
}

#two{
	padding-top:140px;
	padding-left:20px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
	text-align:justify;
}
#aboutparagraph{
	margin:0 auto;
	width:880px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;

}
#bottom{
	padding-top:10px;
}
#contactimage{
	float:right;
	position:relative;
	margin-top:10px;
	padding: 10px 20px 0px 15px;
	}
