body {
	padding: 0px;
	margin: 0px;
	background-image: url(bgbgbg.jpg);
}
.top_line_bg {
	background-attachment: fixed;
	background-image: url(top_line_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bot_line_bg {
	background-attachment: fixed;
	background-image: url(bot_line_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.location {
	background-attachment: fixed;
	background-image: url(location.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.location_short {
	background-attachment: fixed;
	background-image: url(location_short.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
input {
	background-color: #FDCB7F;
}
.l_location {
	background-attachment: fixed;
	background-image: url(l_location.jpg);
	background-repeat: no-repeat;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
textarea {
	background-color: #FDCB7F;
}

