@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: #CCC;
}

a:hover {
	
	color: #fff;
}



#gold {
	color:#f8d824;
	text-align:left;
	width:200px;
	margin: 10px 0 0 4px;
	font-size:73%;
	float:right;
	clear:right;

}

.leftalign {
	text-align:left;
	margin: 0 0 0 4px;
}

.navigation {
	font-size:13px;
	font-style:italic;
	text-align: justify;
	width:770px;
	margin-left:74px;

	

}


/* The containing box for the gallery. */
#container {
    background-color:#000;
	position:relative;
    width:770px;
    height:500px;
    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 #fff;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }


#container a.slidenqw {
    background:url(images/nqw_th.jpg);
    height:60px;
    width:93px;
    }

#container a.slidevoc {
    background:url(images/voc_th.jpg);
    height:60px;
    width:93px;
    }


#container a.slidediscfitch {
    background:url(images/discoverfitchburg_th.gif);
    height:60px;
    width:93px;
    }


#container a.sliderebecca {
    background:url(images/rebecca_th.jpg);
    height:60px;
    width:93px;
    }


#container a.slideconsign639 {
    background:url(images/consign639_th.jpg);
    height:60px;
    width:93px;
    }


#container a.mary {
    background:url(images/mary_th.jpg);
    height:60px;
    width:93px;
    }

#container a.slidejpmuzzy {
    background:url(images/jpmuzzyweb_th.jpg);
    height:60px;
    width:93px;
    }

#container a.slideh {
    background:url(images/hitchcock_web_th.jpg);
    height:60px;
    width:93px;
    }

#container a.slidea {
    background:url(images/baldmountain_th.jpg);
    height:60px;
    width:93px;
    }
	
#container a.slideb {
    background:url(images/nystromweb_th.jpg);
    height:60px;
    width:93px;
    }
#container a.slidec {
    background:url(images/fraweb_th.jpg);
    height:60px;
    width:93px;
    }
#container a.slided {
    background:url(images/herricksweb_th.jpg);
    height:60px;
    width:93px;
    }
#container a.slidee {
    background:url(images/windweb_th.jpg);
    height:60px;
    width:93px;
    }
#container a.slidef {
    background:url(images/nqcc_th.jpg);
    height:60px;
    width:93px;
    }

#container a.slideg {
    background:url(images/fortriverweb_th.jpg);
    height:60px;
    width:93px;
    }

/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px;
    height:210px;
    }
#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/web_title.jpg) 5px 5px no-repeat;
    }
#footer {
	margin-left:64px;

}