@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;
}

.navigation {
	font-size:17px;
	font-style:italic;
	text-align: left;
	width:770px;
	margin-left:74px;	

}


/* The containing box for the gallery. */
#container {
    background-color:#000;
	position:relative;
    width:760px;
    height:510px;
	text-align:left;
    margin-left:74px;
	
	
    }


#footer {
	color:#f8d824;
	text-align:left;
	margin-left:0px;
	margin-top:50px;
	padding-bottom:50px;
}

#footer a:link, a:visited{
	color:#f8d824;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
}

