@charset "utf-8";
/* CSS Document */

/* choose a suitable font and center the #container div in Internet Explorer */
body {
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:76%;
	letter-spacing:0.05em;
	background-color:#4E0002;
	color:#fff;
   }

#main_wrapper {
	background-color:#000;
margin:auto;
text-align:center;
width:900px;
	
}

a:link {
	color: #d2e1c7;
	text-decoration:none;
}

a:visited {
	color: #f8d824;
}

a:hover {
	
	color: #fff;
}



.gold {
	color:#f8d824;
	text-align:left;
	margin: 0 0 0 4px;
	font-size:73%;
	clear:both;
}

.leftalign {
	text-align:left;
	margin: 0 0 0 4px;
}




/* The containing box for the gallery. */
#container {
    background-color:#000;
	position:relative;
    width:770px;
    height:396px;
    margin:50px auto 0 auto;
    border:1px solid #000;
	
	
    }

/* Removing the list bullets and indentation */
#container ul {
    padding:0;
    margin:0;
    list-style-type:none;
}

/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    color:#000;
    }
	
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#fff;
    text-decoration:none;
    border:1px solid #000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#container a.slidea {
    background:url(images/bluedisc2_th.jpg);
    height:60px;
    width:93px;
    }
	
#container a.slideb {
    background:url(images/chair1_th.jpg);
    height:60px;
    width:93px;
    }
#container a.slidec {
    background:url(images/chair3_th.jpg);
    height:60px;
    width:93px;
    }
#container a.slided {
    background:url(images/geeseraysmild_th.jpg);
    height:93px;
    width:60px;
    }
#container a.slidee {
    background:url(images/leafshadow_th.jpg);
    height:60px;
    width:93px;
    }
#container a.slidef {
    background:url(images/notree_th.jpg);
    height:93px;
    width:60px;
    }

#container a.slideg {
    background:url(images/winter_th.jpg);
    height:93px;
    width:60px;
    }


#container a.slideh {
    background:url(images/brown_th.jpg);
    height:60px;
    width:93px;
    }


#container a.slidei {
    background:url(images/tree_th.jpg);
    height:60px;
    width:93px;
    }


/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px;
    height:386px;
    }
#container li {
    float:left;
    }
	
/* move the thumbnails into the correct position */
#container ul {
    margin:5px;
    float:right;
    }

/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff;
    }

/* styling the :hover span */
#container a.gallery:hover span {
	position:absolute;
	width:545px;
	height:372px;
	top:10px;
	left:8px;
	color:#fff;
	background:#000;
	font-family: Tahoma, Geneva, sans-serif;
}

#container a.gallery:hover img {
    border:none;
    float:left;
    margin-right:5px;
	
    }



#container {
	   background:#000 url(images/photograph_title.jpg) 5px 5px no-repeat;
    }

#footer {
	margin-left:65px;

}