* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000;
	background-image: url(media/bgk.jpg);
	background-repeat: repeat-x;
}

.table {
	width: 800px;
	border: 0px solid #ccc;
	text-align: center;
	height: auto;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	margin-left: 95px;
	font-weight: bold;
}

.tr {
	clear: both;
	background: url("table_background");
}
.td_left {
	width: 50%;
	float: left;
}
.td_right {
	width: 50%;
	float: left;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -100px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -400px;
left: 200px; /*position where enlarged image should offset horizontally */

}

img {
	margin: 0px 20px 0px 0px;
	border: none;
}

#wrapper {
	margin: 0 auto;
	width: 997px;
}


#topheader {
	width: 997px;
	color: #333;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}

#header {
	width: 997px;
	color: #333;
	height: 465px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
#chromemenu{
	width: 997px;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	width: 100%;
	padding: 5px 0;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
	background-image: url(media/menu.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
	color: #FFF;
	padding: 20px;
	margin: 0;
	text-decoration: none;
}

#chromemenu ul li a:hover{
	background-image: url(media/menuover.gif);
	background-repeat: repeat-x;
	background-position: center center;
	color: #8A0317;
}
#content {
	width: 997px;
	color: #333;
	margin: 0px;
	height: 90px;
	background-color: transparent;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#gallery {
	width: 997px;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 100px;
	background-color: transparent;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	width: 997px;
	color: #333;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 40px;
	margin: 0px;
	padding-top: 80px;
}
#credits {
	width: 100%;
	color: #FFF;
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}
