@charset "utf-8";

body {
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#074b15;
	background-color:#53db50;
}

p {
	margin:0 0 25px 0;
}

h1 {
	color:#074b15;
	margin:0 0 15px 0;
	font-size:medium;
}

h2 {
	color:#074b15;
	font-size:small;
	font-weight:bold;
	margin:0;
	padding:0;
}

#headerCont {
	width:100%;
	height:340px;
	padding:25px 0 0 0;
	background-image:url(images/headerBG.gif);
}

	#header {
	width:700px;
	height:290px;
	margin:0 auto 0 auto;
	padding:0;
	background-image:url(images/header.png);
	}
	
	#header2 {
		width:700px;
		height:290px;
		margin:0 auto 0 auto;
		padding:0;
		background-image:url(images/header02.jpg);
	}
	
	#header3 {
		width:700px;
		height:290px;
		margin:0 auto 0 auto;
		padding:0;
		background-image:url(images/header03.jpg);
	}

	#nav {
		width:700px;
		height:50px;
		margin:0 auto 0 auto;
	}
	
		.navCell {
			width:175px;
			height:50px;
			position:relative;
			float:left;
		}
	
#bodyCont {
	width:100%;
	height:auto;
	overflow:auto;
	clear:both;
}
	
	#contentBottom {
		width:100%;
		height:20px;
		background-color:#ffe6cc;
	}

	#content {
		width:700px;
		height:auto;
		margin:0 auto 0 auto;
		padding:0;

		overflow:auto;
		text-align:justify;
	}
	
		#contT {
			width:700px;
			height:25px;
			background-image:url(images/contT.gif);
		}
		
		#contM {
			width:660px;
			height:auto;
			overflow:auto;
			padding:0 20px 0 20px;
			background-image:url(images/contM.gif);
		}
		
		#contB {
			width:700px;
			height:25px;
			background-image:url(images/contB.gif);
		}
		
		#rates {
			width:400px;
			height:auto;
			margin:0 auto 0 auto;
			padding:10px;
			border:2px solid #009900;
			text-align:center;
		}
	
	.rightimg {
		float:right;
		margin:0 0 5px 10px;
	}
	
	.leftimg {
		float:left;
		margin:0 10px 5px 0;
	}
	
	#addresses {
		text-align:center;
	}
	
	#mapBG {
		width:640px;
		height:230px;
		padding:10px;
		background-image:url(images/mapBG.gif);
	}
	
	#gallery img {
		margin:0 20px 0 0;
		float:left;
	}
	
	.galimg {
		width:320px;
		height:240px;
		padding: 5px;
		margin:10px;
		background-color:#ffebb6;
		position:relative;
		float:left;
	}
	
	.galLeft {
		width:320px;
		height:213px;
		margin: 0 0 20px 0;
		float:left;
	}
	
	.galRight {
		width:320px;
		height:213px;
		margin: 0 0 20px 20px;
		float:left;
	}

	#menu {
		text-align:center;
		line-height:30px;
		background-color:#e6e3c1;
		border:1px dashed #a8a47f;
		padding:10px;
	}

#footerCont {
	width:100%;
	height:50px;
	background-image:url(images/footerBG.gif);
}

	#footer {
		width:700px;
		height:32px;
		margin:0 auto 0 auto;
		padding:18px 0 0 0;
		color:#FFFFFF;
		font-size:smaller;
		text-align:right;
	}
	
a:link, a:active, a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#002f2f;
}

a:hover {
	text-decoration:none;
	color:#002f2f;
}

a img {
	border:none;
}

#footer a:link, #footer a:active, #footer a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#53DB50;
}

#footer a:hover {
	text-decoration:none;
	color:#A5EB3C;
}
