body,td,th {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: small;
	color: #F87000;
	line-height: normal;
}
body {
	background-color: #000000;
	margin 0;
}
#wrappper {
	width: 901px;
	margin: 0 auto;
	background-color: #000000;
}

#header {
	float: left;
	height: 212px;
	width: 901px;
	background-image: url(banner1.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-color: #000000;
}

ul {
	margin: 0;
	padding: 0;
	list-style:none;
	width: 901px;
	float: left;
}
ul li  {
	float:left;
	background-image: url(navigationblank.gif) no-repeat top right;
	background-color: #000000;
}

li a {
	display: inline;
	margin: 0px 0px 0px 20px;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	word-spacing: 150em;
	font-style: normal;
	color: ff0700;
	letter-spacing: 4px;
	font-variant: small-caps;
	text-transform: uppercase;
	background-color: #000011;
}

#leftcol {
	float: left;
	height: auto;
	width: 300px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #000000;
}
#rightcol {
	float: right;
	height: auto;
	width: 500px;
	margin-right: 0px;
	padding-right: 35px;
	background-color: #000000;
}
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	background-color: #000;
	float: right;
	height: 33px;
	width: 900px;
	text-transform: uppercase;
}
#main {
	background-color: #000000;
	float: left;
	height: auto;
	width: 901px;
	text-align:left;
}
a {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: small;
	color: #ff7600;
}
a:link {
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #ff7600;
}
a:visited {
	text-decoration: none;
	color: #a60400;
}
a:hover {
	text-decoration: none;
	color: #ff0700;
}
a:active {
	text-decoration: none;
	color: #ce0071;
}

@charset "UTF-8";

/* Thumbnail code */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
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: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
