@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thick solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
	padding-top: 0px;
	padding-bottom: 0;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-color: #44200E;
	width: 780px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #container .movemaincontent {
	margin-left: 150px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #000000;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 300px;
	background-image: url(images/sidebar.png);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	background-color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: medium;
	font-weight: lighter;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #401E0A;
	border-left-color: #401E0A;
} 
.twoColFixLtHdr #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFF99;
	background-color: #000000;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: small;
	font-style: italic;
	font-weight: lighter;
	margin-top: 5px;
	background-position: bottom;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #000000;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFCC;
	background-color: #351608;
	height: 30px;
	width: 780px;
}
#mainContent h4 {
	color: #FFCC66;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px solid 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*/
	visibility: visible;
	top: 300px;
	left: 650px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

</style>
.twoColFixLtHdr #container #mainContent #loadarea {
	float: right;
}
#thumbnails {
	width: 200px;
}
#thumbnails1 {
	width: 750px;
}
.thumbnails2 {
	width: 750px;
}
.twoColFixLtHdr #container #navigation td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: lighter;
	color: #FFFFCC;
	left: auto;
	right: auto;
	padding-top: 5px;
}
.twoColFixLtHdr #container .movemaincontent #mainContent #smallLogo {
	float: right;
}
.twoColFixLtHdr #container #mainContent .title {
	margin-right: 100px;
}
.twoColFixLtHdr #container #mainContent #title {
	margin-left: 340px;
	padding-top: 1px;
}

#leftBar {
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-left: -15px;
}
