html {
	overflow-y:scroll;
}
body {
	background:#e0ebcb;
	text-align:center;
	font:13px Arial, sans-serif;
	color:#333;
}
#wrap {
	margin:15px auto;
	width:812px;
	text-align:left;
}
#header {
	margin:0 0 15px;
	position:relative;
}
	#header img {
		margin:0 0 0 25px;
	}
	#header #number {
		color:#034741;
		font-weight:bold;
		font-size:18px;
		position:absolute;
		right:0;
		top:10px;
	}
	#header #number span {
		font-weight:20px;
		color:#F22000;
		font-family:georgia,sans-serif;
		font-weight:normal;
	}
#nav {
	overflow:hidden;
	margin:0 0 0 15px;
}
#nav li {
	display:inline;
}
#nav li a {
	display:block;
	height:21px;
	width:133px;
	background:url('images/nav.png');
	float:left;
	margin-right:-10px;
	text-align:center;
	line-height:21px;
	text-decoration:none;
	color:#e9f9bc;
	z-index:1;
	position:relative;
}
#nav li a:hover, #nav li a.current {
	background:url('images/navcurrent.png');
	color:#FFF;
}
#nav li a.current {
	z-index:5;
}
#welcome {
	float:left;
	width:530px;
	padding:0 10px 0 0;
	margin:0 19px 0 0;
}
#extra {
	float:right;
	width:200px;
}
#top {
	height:210px;
	background:#99cc33 url('images/top1.jpg');
}
	body#about #top {
		background:#99cc33 url('images/top2.jpg');
	}
	body#contact #top {
		background:#99cc33 url('images/top3.jpg');
	}
	body#testimonials #top {
		background:#99cc33 url('images/top4.jpg');
	}
	body#gallery #top {
		background:#99cc33 url('images/top5.jpg');
	}
#main {
	background:transparent url('images/contentmain.png') repeat-y;
	padding:20px 26px;
	overflow:hidden;
}
	#main li {
		margin:0 0 10px 0;
	}
	#main p {
		line-height:20px;
		margin:0 0 20px;
	}
	#main .col1 {
		width:500px;
	}
	#main .col2 {
		width:200px;
		border-left:1px solid #CCC;
	}
	#main .col3 {
		width:350px;
		background:url('images/gradient.png') repeat-x;
	}
	#main .inner {
		padding: 0 20px 20px;
	}
	#main #mid {
		overflow:hidden;
		padding:10px 10px 0;
		margin:0 0 20px;
	}
	#main #mid h2 {
		background:#72481c;
		padding:2px;
		color:#FFF;
	}
#footer {
	background:transparent url('images/footer.png') no-repeat;
	height:42px;
	padding:0 30px;
	font-size:11px;
}
	#footer #hr {
		background:#CCC;
		margin:0 0 10px;
		height:1px;
		font-size:1px;
	}
#buttons {
	margin:10px 0;
	text-align:center;
}
	#buttons img {
		margin:0 20px;
	}
h1 {
	font-size:22px;
	font-weight:normal;
	font-family:georgia,sans-serif;
	color:#000;
	margin:0 0 15px;
}
h2 {
	font-size:18px;
	color:#000;
	font-weight:normal;
	font-family:georgia,sans-serif;
	margin:0 0 10px;
}
a {
	color:#3f6d01;
}
a:hover {
	font-weight:bold;
}
ul {list-style-type:disc;list-style-position:inside;font-size:14px;}
ul#gallery li {
float:left;
margin:0 10px 10px 0;
list-style:none;
background:#FFF;
border:1px solid #CCC;
padding:5px;
position:relative;
}
ul#gallery li div {
	position:absolute;
	bottom:6px;
	background:#000;
	width:231px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#FFF;
	opacity:0.7;
	filter:alpha(opacity=70)
}
ul li.title {font-size:11px;}
ul li.name {font-weight:bold;}
ul.c {margin:0 0 30px;list-style:none;}
form .text {border:1px solid #999;}
blockquote p {background:#EEE;padding:15px;-moz-border-radius:5px;}
blockquote {margin:0 0 15px;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;font-size:1px;height:1px;margin-bottom:-1px;}
.success,.error {
padding:3px;
margin:0 0 10px;
color:#fff;
}
.success {background:green;}
.error {background:red;}