#body{
	width: 992px;
	margin: 0 auto;
}

#logo{
	display: block;
	width: 484px;
	height: 118px;
	float: left;
	margin-left: 16px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}

#right{
	float: right;
	width: 440px;
}

#top_contact {
	text-align: right;
	margin: 16px 16px 0px 0px;
}

#top_contact a{
	font-family: cenury gothic, arial, century;
	font-size: 12px;
	color: #a9d19e;
	text-decoration: none;
	font-weight: normal;
}

#top_contact a:hover{
	color: #ffffff;
}

#navbar a{
	float: left;
	display: block;
	padding: 47px 10px 35px 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 21px;
	color: #ffffff;
	font-family: century gothic, arial, sans-serif;
}

#navbar a:hover{
	background-image: url('../images/navbar_bg.png');
	background-repeat: repeat;
}

#top{
	display: block;
	width: 992px;
	height: 33px;
	margin-top: -16px;
	background-image: url('../images/top.png');
	background-repeat: no-repeat;
}

#mid{
	background-image: url('../images/mid.png');
	background-repeat: repeat-y;
	min-height: 200px;
	padding: 0px 32px;
}

#content{
	padding: 17px 0px 10px 0px;
}

#pic_over{
	position: absolute;
	width: 926px;
	text-align: center;
	margin-top: 42px;
}

#pic_over_no{
	position: absolute;
	width: 926px;
	margin: 106px 0px 0px 22px;
}

#pic_over_no h1{
	color: #ffffff;
}

#pic_over span{
	font-size: 30px;
}

#bottom{
	display: block;
	width: 992px;
	height: 33px;
	background-image: url('../images/bot.png');
	background-repeat: no-repeat;
}

#footer{
	margin: -16px 16px 20px 16px;
	padding: 22px 8px;
	display: block;
	background-image: url('../images/footer_bg.png');
	background-repeat: repeat;
}

#footer_logo{
	float: left;
	display: block;
	width: 295px;
	height: 131px;
	background-image: url('../images/footer_logo.png');
	background-repeat: no-repeat;
}

#footer_nav{
	float: left;
	margin-left: 26px;
	width: 186px;
}

#footer_nav a{
	font-family: helvetica neue, helvetica, arial;
	font-size: 13px;
	color: #2f512d;
	text-decoration: none;
	font-weight: normal;
}

#footer_nav a:hover{
	color: #ffffff;
}

#testimonials{
	float: right;
	width: 373px;
	margin-right: 33px;
}

#testimonial_body{
	font-family: helvetica neue, helvetica, arial;
	font-size: 13px;
	color: #2f512d;
	background-image: url('../images/saying_bg.png');
	background-repeat: repeat;
	width: 100%;
	padding: 10px;
}

#testimonial_body span{
	display: block;
	text-align: right;
	font-style: italic;
}