body {
	/* background color is displayed if image cannot be found. */
	background: black url("images/main_bg.jpg");
	margin: 0;
}
a:link, a:visited {
	color: #eee;
}

a:hover {
	text-decoration: none;
	background-color: #eee;
	color: #497bb3;
}
#top {
	width: 765px;
	font-family: "Tahoma", "Arial";
	font-size: 11pt;
	color: #eee;
}

 a.email:link,  a.email:visited {
	text-decoration: none;
	border-bottom: #eee solid 1px;
}

 a.email:hover {
	text-decoration: none;
	border: none;
}

#machine_part { 
	border: 0px;
	float: left;
	margin: 0px;
}

#humpal_title {
	margin: 0px;
	border: 0px;
}

#quick_info {
	background: black url("images/navi_bg.jpg") no-repeat;
	position: absolute;
	left: 389px;
	top: 90px;
	width: 377px;
	height: 327px;
}

#address_box {
	border: 1px #eee solid;
	padding: 5px;
	width: 300px;
	position: relative;
	left: 30px;
}

#quotes_box {
	border: 1px #eee solid;
	padding: 10px;
	width: 290px;
	position: relative;
	left: 30px;
	top: 25px;
}

#address_table td.left {
	padding-right: 10px;
	vertical-align: top;
	text-align: right;
}

#quotes {
	padding: 10px;
}

#navigation {
	position: absolute;
	bottom: -3px;
	left: 30px;
	width: 310px;
	padding-top: 5px;
	text-align: center;
	background-color: #5784ba;
	border: 2px solid #366697;
	border-bottom: none;
	z-index: 4;
}

#navigation a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13pt;
	font-weight: normal;
}

#bottom {
	width: 765px;
	position: absolute;
	top: 417px;
	font-family: "Tahoma", "Arial";
	color: #eee;
}

#content_top {
	position: absolute;
	top: 0px;
	z-index: 1;
}

#content_main {
	background: black url("images/content_bg.jpg");
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

#footer {
	color: silver;
	font-size: 	9pt;
	text-align: center;
	position: relative;
	top: 0px;
}

#content_main h1 {
	font-size: 18pt;
}

img.center {
	border: 3px #eee solid;
	margin-left: 20px;
	margin-top: 10px;
}
	
a:link.thumbnails img  { border: solid 2px gray }
a:hover.thumbnails img  { border: solid 2px #eee }

a:hover.thumbnails {
	background-color: transparent;
}