body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f7f4ee;
}.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 19px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
A.navigation:link {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; TEXT-DECORATION: underline
}
A.navigation:visited {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; TEXT-DECORATION: underline
}
A.navigation:active {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; TEXT-DECORATION: underline
}
A.navigation:hover {
	FONT-SIZE: 12px; COLOR: #82704c; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; TEXT-DECORATION: none
}
/*** formSection ****/
#email-bg{	
	background: url(../images/f-name.gif) no-repeat top left;
	width: 200px;
	height: 30px;
}

input.formfield {
	background: none;
	border: none;
	padding: 6px 10px 0px 10px;
	color: #f7e111;
	width: 178px;
	height: 24px;
	margin: 0;
}

#comment-bg{	
	background: url(../images/f-comment.gif) no-repeat top left;
	width: 319px;
	height: 75px;
}

textarea.formfield {
	background: none;
	border: none;
	padding: 6px 10px 0px 10px;
	color: #f7e111;
	width: 300px;
	height: 70px;
	margin: 0;
}



#email-submit{
	background: url(../images/bt_submit.jpg) no-repeat top left;
	border: none;
	width: 75px;
	height: 25px;
	cursor: pointer;
}
