@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #333333;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 470px;
	padding-top: 0px;
} 
.twoColFixLtHdr #header {
	margin-top: 10px;
	width: 760px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
	height: 106px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: 10px;
	background-color: #000000;
} 
.twoColFixLtHdr #headerface {
	left: 200px;
	top: 0px;
	clip: rect(auto,auto,auto,200px);
	float: none;
	margin-left: 645px;
}
.twoColFixLtHdr #headerlogo {
	height: auto;
	width: auto;
	margin-left: 10px;
	float: left;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 110px;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 315px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 145px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.twoColFixLtHdr #footer {
	background-color: #000000;
	height: 27px;
	padding: 0;
	float: none;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
}
#largimages {
	height: 250px;
	width: 80%;
	border-left-color: #FFFFFF;
	top: 5px;
	vertical-align: middle;
	text-align: center;
}
#thumbnails {
	height: 300px;
	width: 18%;
	padding: 0px;
	float: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#mainContent  h1 {
	font-size: 20px;
}


ul#menu {
  width: 100px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}
body,td,th {
	color: #FFFFFF;
}
.style1 {color: #000000}
.style2 {
	color: #000000;
	font-size: 70%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.style5 {
	color: #999999
}
#tl   {
	left: -1px;
	top: -1px;
	position: absolute;
	z-index: 100;
	margin: 0px;
	padding: 0px;
}
#tr {
	position: absolute;
	z-index: 100;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
}
#thumbnails ul {
	display: list-item;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-decoration: none;
	list-style-type: none;
}
#thumbnails   img {
	margin-top: 3px;
	margin-bottom: 3px;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #F51818;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
}
#mainContent  #gallery {
	font-weight: bold;
	margin-left: 6px;
	border: 2px solid #330000;
	text-decoration: none;
	font-size: 12px;
	padding: 6px;
	height: 125px;
	width: 65px;
	float: left;
}
#mainContent  #gallery_box {
	height: 160px;
	width: 625px;
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
}
#mainContent  #gallery:hover {
	background-color: #999999;
}
.twoColFixLtHdr #sidebar2 {
	float: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	background-image: url(../images/menu_background.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 600px;
	width: 125px;
}
.twoColFixLtHdr #container2 {
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	background-image: url(../images/menu_background.gif);
	background-repeat: no-repeat;
	background-position: 160px 125px;
}
.twoColFixLtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 145px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#mainContent #text {
	color: #FFFFFF;
	background-position: left;
	width: 550px;
	height: 300px;
	overflow: scroll;
}

#sidebar1    #menu    img   {
	text-decoration: none;
	list-style-type: none;
}
#sidebar1 #menu img a:link {
	text-decoration: none;
	list-style-type: none;
}
#sidebar1 #menu img a {
	text-decoration: none;
	list-style-type: none;
}
