@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px; padding: 0px;
	background: #e4f9f5 url("Imgs/bgrepeat.jpg") repeat-x;
	text-align: center;
	
	}
	

#container {
	width: 917px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;

	
}
#top {
	
	height: 101px;
	text-align: left;
	

}
#navigation {
	height: 90px;
	text-align: left;
	
}


#inside {
	width: 917px;
	background: transparent url("Imgs/bodybg.jpg") repeat-y;
	text-align: center;

	 
	
	}
	
	
#bottom {
	width: 917px; 
	height: 210px;
	background: transparent url("Imgs/bottom.jpg") no-repeat;
	float: left;

}
a {
	color: #8db2ae;
	text-decoration: underline;
	font-weight:bold;
	
}
a:hover {
	color: #6b8f8b;
	text-decoration: underline;
	font-weight:bold;
}
.hide {
	display: none;
}
#inside p {
	margin: 10px 20px 5px 20px;
	line-height: 16px;
}
#content img {
	margin: 0px 0px 0px 0px !important;
}

h1 {
	margin: 10px 0px 0px 20px;
	color: #774f38;
	font-family: "times new roman", arial, verdana;
	font-size: 22px;
	font-style: italic;
	
	}

h2 {
	margin: 10px 0px 0px 20px;
	color: #774f38;
	font-family: "times new roman", arial, verdana;
	font-size: 16px;
	font-style: italic;

}

hr {
	margin: 10px 20px 20px 0px;
	color: #c5dfdc;
	background: #c5dfdc;
	height: 3px;
	border: none;
}


a img {
	border: 0px;
	
}
