* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #ffffff;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: thin;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	
}
#wrapper #header {
	background-color: #3366cc;
	height: 82px;
}
#wrapper #navigation {
	background-color: #616161;
	text-align: center;
	color: #ffffff;
	height: 45px;
}
#wrapper #bodyArea #left {
	background-color: #ffffff;
	width: 370px;
	height: 830px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 450px;
	height: 830px;
	float: right;
	margin-right: 15px;
}
#wrapper #bodyArea #bottom {
	width: 850px;
	margin-right: 15px;
	float: left;
	background-color:#616161;
	border-top-style: solid;
	border-top-color: #c9c9c9;
	border-top-width: thick;
	background-image:url(../images/ads_bg.png);
}
#wrapper #bodyArea #leftabout {
	background-color: #ffffff;
	width: 320px;
	height: 500px;
	float: left;
}
#wrapper #bodyArea #rightabout {
	width: 500px;
	height: 500px;
	float: right;
	margin-right: 15px;
}
#wrapper #bodyArea #bottomabout {
	width: 850px;
	margin-right: 15px;
}
#wrapper #bodyArea #leftspeak {
	background-color: #ffffff;
	width: 340px;
	height: 260px;
	float: left;
}
#wrapper #bodyArea #rightspeak {
	width: 500px;
	height: 260px;
	float: right;
}
#wrapper #bodyArea #bottomspeak {
	width: 850px;
	margin-right: 15px;
	float: inherit;
}
#wrapper #bodyArea #bottomspeak #form {
	width: 800px;
	margin-left: 35px;
	margin-right: 15px;
	float: inherit;
}
#wrapper #bodyArea #footer {
	text-align: center;
	clear: both;	
	height: 20px;
	background-color:#616161;
	font-size: 11px;
}
#wrapper #footer {
	text-align: center;
	clear: both;	
	height: 20px;
	background-color:#616161;
	font-size: 11px;
}
#wrapper #testimonials {
	background-color: #ffffff;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px;
	margin-left: 15px;
}
