html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background: #f6faff;
	color: #333;
}
#container {
	min-height: 100%;
	margin-bottom: -50px;
	position: relative;
	background: no-repeat right center url(images/bgmain.gif);
}
.clearfooter {
height: 50px;
clear: both;
}
a {
	color: #357ddb;
}
a hover {
	color: #8ba241;
}
a img {
	border: none;
}
.clear{
	clear: both;
}
#header {
	background: #8ba241;
	padding: 10px;	
	height: 100px;
}
.logo {
	float: left;
	background: no-repeat 0 0 url(images/logo.gif);
	width: 600px;	
	height: 90px;
	margin: 0 40px 0 20px;
	padding: 0 0 0 0;
}
.logo a {
	width: 600px;	
	height: 90px;
	border: none;
	color: #8ba241;	
	display: block;
	background: none;
}
.logo a:focus {
	border: none;
}
#nav {
	clear: both;
	background: #dde7bc;
	padding: 5px;
	height: 29px;
	border-top: 4px solid #6e7e33;
	border-bottom: 4px solid #6e7e33;
}
#nav ul {
	padding: 0;
	width: 700px;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	height: 27px;
}
#nav li a {
	background-position:center top;
	display:block;
	line-height: 27px;
	overflow:hidden;
	text-indent:-500px;
	color: #dde7bc;
}
#nav li a:hover {
	background-position:center -27px;
	display:block;
	line-height:27px;
	overflow:hidden;
}
#nav li a.active, #nav li a.active:hover{
	background-position:center -27px;
}
.home {
	width: 79px;
	background: no-repeat right center url(images/nhome.gif);
}
.about {
	width: 106px;
	background: no-repeat right center url(images/nabout.gif);
}
.how {
	width: 133px;
	background: no-repeat right center url(images/nhow.gif);
}
.rates {
	width: 73px;
	background: no-repeat right center url(images/nrates.gif);
}
.book {
	width: 199px;
	background: no-repeat right center url(images/nbook.gif);
}
.examples {
	width: 92px;
	background: no-repeat right center url(images/nexamples.gif);
}
#content {
	/*background: no-repeat right center url(images/bgmain.gif);*/
	padding: 30px 10px 10px 10px;
}
.ctop {
	background: no-repeat url(images/ctop.png);
	width: 740px;
	height: 36px;
}
.cbot {
	background: no-repeat url(images/cbot.png);
	width: 740px;
	height: 36px;
	margin: 0 0 20px 0;
}
.cmid {
	background: repeat-y url(images/cmid.gif);
	width: 700px;
	min-height: 20px;
	padding: 0 20px 0 20px;
}
#footer {
	clear: both;
	width: 100%;
	background: #8ba241;	
	height: 50px;
}
.ftxt {
	margin: 10px 0 0 0;
	float: right;
}
.ftxt ul {
	padding: 0;
	width: 450px;
	margin: 0;
	list-style: none;
}
.ftxt li {
	float: left;
}
.ftxt li a {
	background-position:center top;
	display:block;
	line-height: 35px;
	overflow:hidden;
	text-indent:-500px;
}
.ftxt li a:hover {
	background-position:center -35px;
	display:block;
	line-height:35px;
	overflow:hidden;
}
.ftxt li a.active, .ftxt li a.active:hover{
	background-position:center -35px;
}
.fcontact {
	width: 103px;
	background: no-repeat right center url(images/fcontact.gif);
}
.fphoto {
	width: 196px;
	background: no-repeat right center url(images/fphoto.gif);
}
.fdesign {
	width: 97px;
	background: no-repeat right center url(images/fdesign.gif);
}
#footer {
height: 50px;
position: relative;
}
.hdf {
	margin: -20px 0 -20px 0;
}

#gallery {
width: 700px;
height: 500px;
}