@charset "utf-8";
/* CSS Document */

/* Main Table Background Color and Default Page Width */
.bodytable_main {
	background:#000;
	width: 975px;
}

/* Header Nav Buttons */
.nav_btn_links {
	outline: none;
	padding:0px;
	margin: 0px;
	border:none;
}
.nav_btn_links:link {
	text-decoration: none;
}
.nav_btn_links:hover {
	text-decoration: none;
}
.nav_btn_links:active {
	text-decoration: none;
}
.nav_btn_links:visited {
	text-decoration: none;
}
/* Header Art */
.home_headcell {
	background-image: url(../images/hm_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:975px;
	height: 172px;
}
.video_headcell {
	background-image: url(../images/vid_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:975px;
	height: 172px;
}
.contact_headcell {
	background-image: url(../images/con_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:975px;
	height: 172px;
}
/* Body Cell Default Minimum Height */
.bodycell {
	height: 628px;
}
/* Body Background art */
.home_body_tbl_bkgnd {
	background-image: url(../images/hm_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: 0px 172px;
}
.video_body_tbl_bkgnd {
	/* background-image: url(../images/hm_bkgnd.jpg); */
	background-repeat: no-repeat;
	background-position: 0px 172px;
}
.contact_body_tbl_bkgnd {
	/* background-image: url(../images/hm_bkgnd.jpg); */
	background-repeat: no-repeat;
	background-position: 0px 172px;
}
/* Bottom Nav Bar */
.bottom_bar {
	background-color: #6B696B;
	height: 20px;
}
