body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:#E3E3E3;
	margin:0px 0px 0px 0px;
}
#wrapper {
	width:800px;
	height:660px;
	margin:0px auto 0px auto;
}
#header {
	width:305px;
	height:660px;
	float:right;
}
#navigation {
 display:none;
}
#content {
	background-image:url(../images/body.jpg);
	width:495px;
	height:660px;
	float:right;
}
#text_area {
	width:480px;
	height:608px;
	margin-top:25px;
	margin-left:13px;
	overflow:hidden;
}
.top {
	width:474px;
	height:29px;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-left:5px;
	overflow:hidden;
}
h1 {
	color:#C6D5F0;
	font-weight:bold;
	font-size:120%;
	float:left;
	margin-left:10px;
	margin-top:5px;
}
.bottom {
	width:476px;
	height:7px;
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
	margin-left:3px;
	margin-top:-13px;
	overflow:hidden;
}
#text_area>.bottom {
	margin-top:0px;
}
.text_content {
	width:470px;
	color:#FFFFFF;
	font-size:110%;
	margin-left:6px;
	text-align:justify;
}
ul {
	margin-top:10px;
	margin-left:10px;
	list-style-type:none;
	text-align:left;
}
.text_content>ul {
	margin-left:-20px;
}
.spacer {
	height:1px;
	background-image:url(../images/spacer.gif);
}
.anchor_spacer {
	height:1px;
	background-image:url(../images/spacer.gif);
}
.footer {
	line-height:350px;
}
a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:600;
	cursor:pointer;
}
a:hover {
	color:#C6D5F0;
}
form {
	margin:0px 0px 0px 0px;
	padding:5px;
}
#form_holder {
	width:430px;
	margin:0px auto 0px auto;
	background-image:url(../images/email_image.jpg);
	color:#FFFFFF;
}
.spacer_5 {
	height:5px;
	background-image:url(../images/spacer.gif);
}
.text_holder {
	width:430px;
	float:left;
}
.text_display {
	width:80px;
	float:left;
}
.input_display {
	width:345px;
	float:left;
}
.name {
	color:#000000;
	background:#E3E3E3;
	border:1px solid #FCB939;
	margin-left:5px;
}
.phone {
	color:#000000;
	background:#E3E3E3;
	border:1px solid #FCB939;
	margin-left:6px;
}
input, textarea {
	color:#781351;
	background:#E3E3E3;
	border:1px solid #FCB939;
	overflow:hidden;
}
.reset {
	color:#781351;
	background:#E3E3E3;
	border:1px solid #FCB939;
	margin-left:115px;
}
.reset:hover {
	cursor:pointer;
}
.submit {
	color:#781351;
	background:#E3E3E3;
	border:1px solid #FCB939;
	margin-left:55px;
}
.submit:hover {
	cursor:pointer;
}
