#wrapper {
	width:811px; /* page width */
	z-index:1;
	margin:0 auto;
	background-color: #FFFFFF;
}

#top{
	width: auto;
	text-align: left;
}

#middle {
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-y;
}

#form {
	float:left; /* float form to the left or right */
	text-align:left;
	width:460px;
	padding: 0px 0px 0px 20px;
}

#form_p2 {
	z-index:3;
	text-align: left;
	width:720px;
}

/*Sidebar Content..................................*/

#sidebar {
	width:319px; /* width of side content */
	float:right; /* float side graphic to the left or right */
	text-align: left;
	background-repeat: repeat-y;
	border-left: 1px solid #66CC00;
}

#sb_paragraph {
	width: 260px;
	padding: 0px 0px 10px 0px;
	float: left;
	border-bottom: 1px solid #66CC00;
	margin: 0px 0px 0px 10px;
}

#sb_testimonial {
	width: 260px;
	padding: 0px 0px 10px 0px;
	float: left;
	margin: 0px 0px 0px 10px;
}

/*Clearing Div.....................................*/

#clear {
	clear:both;
}

/*Footer............................................*/

#footer {
	height: auto;
	z-index:2;
	text-align:center;
}

#footer_links {
	padding: 10px;
}

#copyright {
	padding: 10px;
}

/*Custom Content.........................................*/

#index_copy {
	float: left;
	width: 520px;
} 