body
{
	margin: 25px 0 0 0;
	background-color: #66729C;
}

#main_table
{
	padding: 0px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-color: white;
}

#top_cell
{
	background-color: #999;
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#logo_cell
{
	background-image: url(../images/web_logo_v2.jpg);
	background-repeat: no-repeat;
	height: 300px;
	background-position: top left;
	background-color: white;
	padding: 0px 0 5px 0;
}

#nav_cell
{
	height: 15px;
	border-color: black;
	border-width: 1px 0 0 0;
	border-style: solid;
	background-color: #BABABA;
}

#nav
{
	color: black;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 0 5px 0;
	text-align: center;
	word-spacing: 1pt;
}

#left_main_cell
{
	background-color: #FFF;
	border-color: black blue;
	border-width: 1px 1px 0 0;
	border-style: solid dotted;
	padding: 5px;
	background-image: url(../images/bg_axe.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#right_main_cell
{
	background-color: #DADADA;
	border-color: black;
	border-width: 1px 0 0 0;
	border-style: solid;
	padding: 5px;
}

#bottom_cell
{
	background-color: #999;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	border-color: black;
	background-image: url(../images/bandw.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	height: 20px;
}

h1
{
	color: #3E3E3E;
	font-family: Adobe Garamond Pro, Georgia, Arial, Verdana;
	font-size: 18pt;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}

h2
{
	color: black;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	font-weight: 700;
}

#bot_image
{
	background-image: url(../images/interior_image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 150px;
}

#top_image
{
	background-image: url(../images/home_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
}

#top_image_about
{
	background-image: url(../images/about_photos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
}

#bot_image_about
{
	background-image: url(../images/about_photos_kit.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 150px;
}

#top_image_contact
{
	background-image: url(../images/contact_photos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
}

#bot_image_contact
{
	background-image: url(../images/contact_vert_photos.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 200px;
}

#submit_box
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

#submit
{
	color: #FFF;
	background-color: #C3C8C6;
	border-color: #808080;
	border-width: 1px;
	border-style: solid;
}

img
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

A:link {text-decoration: none;}
A:visited {text-decoration: none; color: #000066}
A:hover {text-decoration: none; color: #00cc00}