html {
overflow-y: scroll;
}


a {	
	color: #838383;	
	text-decoration: none
}
a:hover {	
	color: #606060;	
	text-decoration: none
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #606060;
	font-size: 9px;
	text-align: center;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 750px
}

#header {
	position: relative;
	background-image: url(../images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #404040;
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #606060;
	height: 101px;
	color: #838383;
}

#header span {
	font-size: 10px;
	color: #838383;
	right: 4px;
	bottom: 2px;
	position: absolute;
	text-align: right;
}

#navigation {
	position: relative; 
	width: 750px; 
	height: 20px; 
	overflow: hidden; 
	background-color: #606060;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #606060;
}

.hilite img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
}

.hilite:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: .6;
	opacity:.6;
}

.highlighted img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: .7;
	opacity:.7;
}

.highlighted:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: .6;
	opacity:.6;
}
#index_content {
	width: 750px;
	background-color: #404040;
	height: 500px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #606060;
}

#gallery_images {
	width: 750px;
	background-color: #404040;
	height: 500px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #606060;
}

#services_content {
	overflow: hidden;
	width: 750px;
	background-color: #404040;
	height: 500px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #606060;
}

#main_footer {
	width: 750px;
	background-image: url(../images/main_bottom_corner.gif);
	background-repeat: no-repeat;
	height: 20px;
	text-align: right;
	
}

.dowhat {
font-size: 11px;
text-align:center;
padding-top:2px;
color: #838383;

}

#info_footer {
	font-size: 9px;
	color: #757575;
	text-align: center;
	padding-top: 5px
	/** position: relative; **/
}

#imagery_filler {
background-color: #404040;
height: 390px

}




