body {background:#000000
}

#header{background-image:url('images/luckieshdr1.gif');
height:160px;
width:840px;
margin:0 auto;
}

#navcontainer{width:840px;
height:auto;
margin:0 auto;}

#navcontainer2{width:840px;
height:auto;
margin:0 auto;}


#navlist
{border-bottom: 1px solid #FFCC66;
border-top: 1px solid #FFCC66;
margin:0 auto;
margin-top:1px;
margin-bottom:1px;
padding: 0px;
padding-left: 0px;
background-color: #FF7301;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding-bottom: 3px;
padding-top: 3px;
width:0 auto;
clear:left;}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #FF9900;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
color: #000000;
font-weight: bold;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
border: 1px solid #000000;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 0.7em;
}

#navlist ul
{
margin: 2px;
padding: 0px;
}

#navlist #active a { background-color: #FFCC66; }

#maincontainer2{
background-color:#FFFFFF;
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
height:auto;
}

#gallery{background-color:#FFFFFF;
margin: 20px auto;
width:794px;
height:1000px;}

#photos{margin:2px auto;
}

#photos img{
border:3px solid;
border-color:#FF7301;
position:relative;
float:left;}

#footer{
width:836px;
height:100px;
background-color:#FFFFF0;
padding:2px;
margin-top:0px}


/*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: #FF7301;
padding: 5px;
left: -1000px;
border: 2px solid;
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: 450px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

		
	
