@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 p {
	margin:150px 0 0 5px;
	text-align:left;
	font-size:24px;
}

#container {
    background-color:#000;
	position:relative;
    width:770px;
    height:500px;
    margin:10px 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/antiquejunkie_th.jpg);
    height:93px;
    width:60px;
    }
	
#container a.slideb {
    background:url(images/twainposter_th.jpg);
    height:93px;
    width:60px;
    }
#container a.slidec {
    background:url(images/paint_in_th.jpg);
    height:93px;
    width:60px;
    }
#container a.slided {
    background:url(images/comp3blue-copy_th.jpg);
    height:93px;
    width:60px;
    }
#container a.slidee {
    background:url(images/forgein-poster_th.jpg);
    height:93px;
    width:60px;
    }
#container a.slidef {
    background:url(images/cerealboxb_th.jpg);
    height:93px;
    width:60px;
    }

#container a.slideg {
    background:url(images/smithing_event1-2_th.jpg);
    height:93px;
    width:60px;
    }
#container a.slideh {
    background:url(images/gateways_th.jpg);
    height:93px;
    width:60px;
    }
#container a.slidei {
    background:url(images/tinytex_dvd_th.jpg);
    height:60px;
    width:93px;
    }
#container a.slidej {
    background:url(images/landscaping_th.jpg);
    height:60px;
    width:93px;
    }
#container a.slidek {
    background:url(images/myja-poster_th.jpg);
    height:93px;
    width:60px;
    }

#container a.slidel {
    background:url(images/longsjo-poster-3_th.jpg);
    height:93px;
    width:60px;
    }
	
#container a.slidem {
    background:url(images/fall_showcase_back_th.jpg);
    height:93px;
    width:60px;
    }	

/* 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-image: url(images/contact_title.jpg);
	   background-repeat:no-repeat;
    }

#footer {

	margin-left:64px;

}
