

body {background-color:#000000;} 

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	background:transparent url("images/black.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	height:40px;
	}
ul#menu li a:hover{
	background:transparent url("images/blue.jpg") repeat-x top left;	
	}


a:link {color:silver; text-decoration: underline; }
a:active {color: silver; text-decoration: underline; }
a:visited {color: silver; text-decoration: underline; }
a:hover {color:silver; text-decoration: none; }


h1.small { color: silver; font-family: Arial, Helvetica, sans-serif; font-size: 15pt;  }
h1.Silver { color: silver; font-family: Arial, Helvetica, sans-serif; font-size: 20pt;  }
h2.Silver{ color: silver; font-family: Arial, Helvetica, sans-serif; font-size: 15pt;  }
h2.thirty { color: silver; font-family: Arial, Helvetica, sans-serif; font-size: 30pt;  }

div {text-align: center; } 
div.spacebig{ margin:100px; }
div.spacesmall{ margin:60px;  }
div.spacesmallleft{ margin:60px; text-align:left;  }


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position:absolute;
left:10px;
top:85px;
width:200px;
/*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: white;
padding: 5px;
left: -1000px;
border: 1px 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: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


.gallerycontainer2{
position:absolute;
left:250px;
top:85px;
width:200px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}


.gallerycontainer3{
position:absolute;
left:500px;
top:85px;
width:200px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}


.gallerycontainer4{
position:absolute;
left:250px;
top:0px;
width:200px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
