body {
margin: 0;
padding: 0px;
text-align: center;
background: url(../siteimages/bodybk.gif) top repeat-x;
background-color: #fff;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
}

strong {
	color: #3a517a;
}
#wrapper {
	width: 800px;
	height: auto;
	margin: 0 auto;
	background: url(../siteimages/wrapbk.gif) top repeat-y;
}

#topnav {
	height: 101px;
	width: 800px;
	background: url(../siteimages/navbk.gif) top no-repeat;
}

#logo {
	float: left;
}

#navbuttons {
	float: right;
}

#right {
	float: right;
	width: 222px;
	height: auto;
	text-align: left;
}
#right ul {
	width: 210px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#right ul li {
	width: 210px;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #d3cecc;
	padding: 0;
	margin: 0;
	display: block;
}
#right ul li a {
	padding: 6px 10px ;
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #112e4e;
	text-decoration: none;
	line-height: 1.5em;
	margin: 0;
}
#right ul li a:hover {
	background: #e3e7ee;
}
#closemenu {
	height: 1px;
	width: 210px;
	border-bottom: 1px solid #f6f6f6;
}
#left {
	float: left;
	width: 545px;
	height: auto;
}
#textarea {
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
	color: #667073;
	padding: 30px 0 30px 35px;
	float: left;
}
#textarea a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#textarea a:hover {
	text-decoration: underline;
}
#footer {
	width: 800px;
	height: 108px;
	clear: both;
	margin: 0 auto;
	background: url(../siteimages/footerbk.gif) no-repeat;
}
#footerimgs {
	float: left;
	padding: 20px 0 0 35px;
}
#quote {
	float:right;
	padding: 20px 240px 0 0;
}
/* =-=-=-=-=-=-=-[form start]-=-=-=-=-=-=-=- */

label,input {
	display: block;
		float: left;
}

label {
	text-align: left;
	width: 225px;
	padding-right: 10px;
	text-align:right;
	color: #667073;
	font-size: 11px;
}

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

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