@charset "UTF-8";

body,td,th {
	color: #fff;
	font-family: WarnockPro, "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	background: #6d6e71 url(images/bg.jpg) repeat;
}

#main {
	width: 806px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 563px;
}

#frame {
	width: 806px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: url(images/background.jpg) no-repeat left bottom;
	height: 732px;
}

#header {
	height: 243px;
	background: url(images/logo.jpg) no-repeat center top;
	position: relative;
	left: 0px;
	top: 0px;
}

#header  #logo {
	display: block;
	height: 212px;
	width: 296px;
	position: absolute;
	left: 255px;
	overflow: hidden;
}

#contact {
	position: absolute;
	left: 635px;
	top: 120px;
	display: block;
	overflow: hidden;
	height: 20px;
	width: 86px;
}

#menu {
	top: 260px;
	width: 52px;
	position: absolute;
	left: 746px;
}
#menu ul  {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	padding: 0;
	margin: 0;
	height: 44px;
	width: 52px;
	overflow: hidden;
}

#menu a {
	background: url("images/tab.jpg") 0 0 no-repeat;
	display: block;
	height: 44px;
	width: 52px;
	overflow: hidden;
}

#menu a:hover { 
	background-position: -52px 0; 
}

#menu #active { 
	background: url("images/tab.jpg") 0 0 no-repeat;
	display: block;
	height: 44px;
	width: 52px;
	background-position: -52px 0; 
}
#splash {
	height: 237px;
	width: 738px;
	padding: 0px 8px;
}

#splash  #collage {
	height: 237px;
	width: 738px;
	left: 0px;
	top: 0px;
	display: block;
}

#splash #print {
	display: none;
}

#info {
	background: url(images/home_copy.jpg) no-repeat center center;
	padding: 0px 8px;
	height: 205px;
	width: 738px;
	position: relative;
}

#video {
	height: 100px;
	width: 140px;
	position: absolute;
	top: 43px;
	left: 548px;
}

a:hover  {
	background-color: #fffff4;
	text-decoration:none;
	color: #FF6600;
	padding: 0;
	margin: 0;
}

a:link {
	text-decoration:none;
	color: #FF0000;
	padding: 0;
	margin: 0;
}

a:visited {
}

.print {
	display: none;
}

img {
	display: block;
}
