body {
	background: #f3efe3;
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #60301a;
}
a:link, a:visited {
	text-decoration : none;
	color: #60301a;
}
a:hover, a:active {
	text-decoration : underline;
	color : #60301a;
}
.uppercase {
	text-transform: uppercase
}
.formstyle {
	color: #60301a;
	font-size : 11px;
	background: #fff;
	border: 1px solid #60301a;
	width : 200px;
	height : 20px;
}
/* not used anymore
.cat_line {
	position : absolute;
	border-left : 1px solid #60301a;
	height : 11px;
	width : 2px;
	margin-top : 0px;
}
*/
#main_body {
	position : absolute;
	top: 0px;
	left : 50%;
	width : 650px;
	margin-left : -325px;
	text-align : center;
}
#menu {
	position: relative;
	margin-top: 5px;
	border-top: 1px #60301a solid;
	border-bottom: 1px #60301a solid;
	text-align: center;
	height: 28px;
	width: 650px;
}
a.menu_link:link, a.menu_link:visited {
	text-decoration : none;
	color: #60301a;
}
a.menu_link:hover, a.menu_link:active {
	text-decoration: none;
	color : #f00;
}
#filter_menu {
	position: relative;
	color: #60301a;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 25px;
	padding-top: 5px;
	width: 600px;
	height: 45px;
	border-top: 1px #60301a solid;
	text-transform: uppercase;
	text-align: center;
	float: left;
}
#centered {
	position: relative;
	float: left;
	margin-left: 25px;
	width: 600px;
}
#index {
	position: relative;
	width: 600px;
	height: 400px;
	vertical-align: middle;
	margin-left: 25px;
	padding-top: 5px;
	text-align: left;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #3e3e3e;
	float: left;
}
.imagery {
	position : relative;
	width : 870px;
	height : 500px;
	margin-top : 0px;
	margin-left : -120px;
	text-align : left;
	float : left;
	overflow : auto;
}
.imagery_inside {
	position : relative;
	width : 870px;
	height : 510px;
	margin-top : 0px;
	margin-left : -120px;
	text-align : left;
	float : left;
	overflow : auto;
}
.bs {
	position : relative;
	width : 600px;
	height : 30px;
	text-align : right;
	margin-top : 20px;
	margin-left : 175px;
	padding-top: 5px;
	float: left; 
}