@charset "UTF-8";
/* CSS Document */


body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#59503F;
	font-size: 9px;	
	}
	
#container {
	margin:0px auto;
	width:1000px;
	height:991px;
	background-image:url(images/mypagebackground2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	top: auto;
}


 a.links:link { color:#FFFFCC; text-decoration:underline; }
a.links:visited {
	color:#66FFCC;
	text-decoration:underline;
}
 a.links:hover {color: #000000; text-decoration:underline;}

#flash{
width: 740px;
height:570px;
text-align: left;
padding-top: 50px;
margin-left: 10px;

}
#textwrap{
height: 575px;
width: 744px;
margin-top:258px;
margin-left:129.5px;
background-color:#333333;
position: absolute;
z-index:2;

}

#navbar{
	width:744px;
	height:39px;
	margin-top:258px;
	margin-left:129.5px;
	text-align: center;
	position: absolute;
	background-image:url(images/navbar.jpg);
	background-repeat: no-repeat;
	z-index: 5;
	padding-right: 10px;
		
	}


	


 #navlist li{
	list-style:none;
	display: inline;
	margin-right:10px;
	margin-top: 10px;
	list-style-type: none;
	padding: 6px 15px 4px 15px;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size:18px;
	font-variant:small-caps;
	
}

 a:link { color:#FFFFCC; text-decoration:none; }
a:visited {
	color:#FFFFCC;
	text-decoration:none;
}
 a:hover {color: #000000; text-decoration:none;}
 #footer{
width: 744px;
height: 35px;
top: 835px;
margin-left: 129.5px;
text-align: left;
position: absolute;
font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color:#59503F;
}

#footer a:link { color:#333300; font-size:14px;text-decoration:none;font-variant:small-caps; }
#footer a:visited { color:#333300; font-size:14px;text-decoration:none;font-variant:small-caps; }
#footer a:hover  {color: #000000; text-decoration:none;font-variant:small-caps;}



/*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 black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
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: 50px;
left: 380px; /*position where enlarged image should offset horizontally */
z-index: 50;
}




	
	
	
	
