.header {
	background-color: #990000;
	position: absolute;
	height: auto;
	width: auto;
	clip:  rect(auto auto auto auto);

}
.searchBar {
	position: relative;
	right: 7px;
	top: 10px;



}
.search {
	background-color: #660000;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	width: 150px;


}
.go {
	position: relative;
	top: 5px;
}
.bgHome {
	background-attachment: scroll;
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.textBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(images/arrow1.gif);
	list-style-type: disc;

}
.bodyPos {
	left: 20px;
	top: 20px;
}
.textSub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: FFFDEA;
	text-decoration: none;

}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.subMenu {
	position: relative;
	bottom: 1px;
}
.comments {
	height: 50px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #660000;
	border: 1px solid #000000;


}
.textHistory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: FFFDEA;
	text-decoration: none;
}
.bgAbout {
	background-attachment: scroll;
	background-image: url(images/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bgProducts {
	background-attachment: scroll;
	background-image: url(images/bg_products.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bgLocations {
	background-attachment: scroll;
	background-image: url(images/bg_locations.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bgProjects {
	background-attachment: scroll;
	background-image: url(images/bg_projects.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bgContact {
	background-attachment: scroll;
	background-image: url(images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgLinks {
	background-attachment: scroll;
	background-image: url(images/bg_links.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
