body {
	text-align: center;
	background: #D7EAAE url(images/bg_2.jpg) no-repeat 50% 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans;
	font-size: 12px;
	color: #79934A;
	line-height: 18px;
}			

#container {
	position: relative;
	width: 605px;
	height: 580px;
	margin: 0 auto;
	text-align: left;
}

/* ----------- Nav Rules ----------- */

#nav {
	position: relative;
	width: 605px;
	height: 220px;
}

#nav a.home {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 605px;
	height: 100px;
	margin: 50px 0 0 0;
}

a {
	color: #789e2c;
}

a#packages {
	position: absolute;
	top: 162px; 
	left: 59px;
	width: 104px; 
	height: 41px;
}

a#packages:hover { 
	background: url(images/packages.jpg) no-repeat; 
}

a#gallery {
	position: absolute;
	top: 153px;
	left: 209px;
	width: 89px; 
	height: 28px;
}
		
a#gallery:hover { 
	background: url(images/gallery.jpg) no-repeat; 
}
			
a#faq {
	position: absolute;
	top: 153px; 
	left: 353px;
	width: 44px; 
	height: 33px;
}
			
a#faq:hover { 
	background: url(images/faq.jpg) no-repeat; 
}
	
a#about {
	position: absolute;
	top: 169px; 
	left: 462px;
	width: 72px;
	height: 37px;
}

a#about:hover { 
	background: url(images/about.jpg) no-repeat; 
}

h1, span { display: none; }

/* ----------- Content Rules ----------- */

#content {
	width: 602px;
	margin: 0 0 0 2px;
}

#left {
	float: left;
	display: inline;
	width: 185px;
	height: 475px;
	margin: 65px 0 10px 10px;
}

#right {
	float: right;
	display: inline;
	width: 385px;
	height: 465px;
	margin: 75px 10px 0 0;
}

#right p {
	margin: 0;
	padding: 10px 20px 10px 10px;
}

h2 {
	margin: 0 20px 0 30px;
	
}
#content img.float_right {
	float: right;
	margin: 0 25px 0 10px;
	border: 5px solid #9FCC58;
}

.bg_loop {
	background: url(images/content_bg.jpg) repeat-y;
	margin: 0;
	padding: 0 20px 10px 30px;
}

.header_image {
	margin: 0 auto;
	display: block;
}

.package {
	margin: 0 0 20px 0;
	height: 120px;
	border-bottom: 1px solid #DAECBA;
}

.package span {
	display: block;
	font-weight: bold;
}

label, input {
	display: block;
}

textarea {
	width: 300px;
	height: 80px;
	margin: 0 0 7px 0;
}

/* ------------ Footer Rules -------------- */

#footer {
	clear: both;
	width: 602px;
	height: 31px;
	margin: 0 0 10px 2px;
	background: url(images/content_btm.jpg) no-repeat;
}