body {
margin: 0px;
padding: 0px;
text-align: center;
background: #3e4144;
border-top: 5px solid #718095;
}
#top {
	width:100%;
	height: 50px;
	background: url(../siteimages/topbk.gif) top repeat-x;
	overflow:hidden;
	text-align: center;
}
#bodyarea {
	width: 100%;
	height: auto;
	background: url(../siteimages/bodybk.gif) top repeat-x;
	background-color: #fff; 
	border-bottom: 5px solid #718095;
	text-align: center;
}
#footer {
	width: 100%;
	height: 25px;
	background: transparent;
}
#nav {
	width: 800px;
	height: 50px;
	text-align: left;
	margin: 0 auto;
}
#contentarea {
	width: 800px;
	height: auto;
	margin: 0 auto;
	background: url(../siteimages/contentbk.gif) top repeat-y;
	padding: 0 0 50px 0;
}
#left {
	width: 483px;
	height: auto;
	float: left;
	padding: 0 0 0 27px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #3c3e40;
	line-height: 1.7em;
	text-align:left;
}
#left a {
	text-decoration: none;
	color: #3c3e40;
	font-weight: bold;
}
#left a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 13px;
	color: #63526d;
	line-height: 1.8em;
	padding: 0;
	margin: 0;
	text-align:left;
	font-weight: normal;
}
#featurearea {
	float: right;
	padding: 0 0 150px 25px;
	width: 204px;
	height: auto;
	background: url(../siteimages/featurebk.gif) top right no-repeat;
}
#featurearea ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #3c3e40;
	line-height: 2em;
	text-align:left;
	padding: 0 10px 10px 25px;
	margin:0;
	clear:right;
}
#right {
	float:right;
	width: 247px;
	height: auto;
}
#quote {
	width: 247px;
	height: auto;
	background: url(../siteimages/topright.gif) top right repeat-y;
}
#quote p {
	padding: 10px 15px 0 20px;
	margin:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	color: #3c3e40;
	line-height: 1.9em;
	text-align:left;
}
#copyright {
	width:780px;
	clear:both;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align:right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	color: #fff;
	
}
/* =-=-=-=-=-=-=-[form start]-=-=-=-=-=-=-=- */

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;

}

label {
	text-align: left;
	width: 150px;
	padding-right: 20px;
	color: #46483d;
}

br {
	clear: left;
}
.textarea1 {
	display: block;
	width: 265px;
	float: left;
	margin-bottom: 10px;
	height: 25px;
	background-color: #ececec;
	border: 1px solid #ccc;
	color: #46483d;
}
.textarea2 {
	display: block;
	width: 435px;
	float: left;
	margin-bottom: 10px;
	height: 100px;
	background-color: #ececec;
	border: 1px solid #ccc;
	color: #46483d;	
}
.submit {
	height: 25px;
	width: 100px;
	padding: 2px 10px 2px 10px;
	background: #ececec;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

/* =-=-=-=-=-=-=-[form close]-=-=-=-=-=-=-=- */