body {
	margin: 0;	
	background-color: #005e2a;
}

h1 {
	font-family: helvetica, arial;
	font-size: 21px;
	color: #005e2a;
	line-height: 1.5em;	
}

h2 {
	font-family: helvetica, arial;
	font-size: 18px;
	color: #005e2a;
	line-height: 1.5em;	
}

p, li {
	font-family: helvetica, arial;
	font-size: 13px;
	color: #333333;
	line-height: 1.5em;
}

	p.highlights {
		margin-left: 10px;
	}

	p.highlights:first-line {
		font-weight: bold;
		text-transform: uppercase;
	color: #005e2a;
	}

a {
	color: #005e2a;
}

#back-left {
	position: absolute;
	top: 40px;
	left: 0;
	width: 50%;
	height: 1096px;
	background: #01632c url(../images/background-left.gif) repeat-x;	
}

#back-right {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 50%;
	height: 1096px;
	background: #01632c url(../images/background-right.gif) repeat-x;	
}

#bettecringco {

	position: absolute;
	z-index: -3;

}

#header {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -440px;
	width: 879px;
	height: 228px;
	background: #dcba53 url(../images/header.gif) no-repeat;	
}

	#header a {
		display: block;
		width: 879px;
		height: 228px;		
	}

#menu {
	position: absolute;
	top: 268px;
	left: 50%;
	margin-left: -440px;
	width: 879px;
	height: 49px;
	background: #dcba53 url(../images/buttons.gif) no-repeat;	
}

	.button-area {
		float: left;
	}

	.button-area a {
		display: block;
		height: 49px;
		width: 70px;
	}
	
#content {
	position: absolute;
	top: 317px;
	left: 50%;
	margin-left: -440px;
	width: 769px;
	background: #ffffff;
	padding: 0 55px 40px 55px;
}

	.content-imageOLD {
		float: right;
		margin-left: 40px;
		padding-left: 40px;
		border-left: 1px solid #656565;
	}

/************* FORMS *******************/

#contact-form-div {
	float: right;
	margin-left: 40px;
	padding: 10px 60px 10px 30px;
	width: 420px;
	background-color: #f5e3ad;
	border: 1px solid #005e2a;
	text-align: right;
}

	input, textarea {
		width: 250px;
		margin-left: 20px;
	}

	label {
		float: left;
	}
	
	.inputButton {
		border: 1px solid #333333;
		background-color: #005e2a;
		color: white;
		font-weight: bold; 
	}
