body { 
margin: 0; 
padding: 0; 
border: 0; 
background-color: black; 
font: 9pt Verdana;  
color: white; 
text-align: center;
}
a:link { text-decoration: none; color: #ffcc00;; }
a:active { text-decoration: none; color: #ffcc00; }
a:visited { text-decoration: none; color: #ffcc00; }
a:hover { text-decoration: underline; color: #ffcc00; }
	
#content {	
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.header{ 
	background-color: #262626; 
	width: 910px;
	height: 102px;
}

.float {
	float: left;
}

.background { 
	padding: 5px;
	border-top: 2px solid black;
	background-color: #262626; 
	overflow: auto;
	width: 100%;
}

.clear {
	clear: both;
}

.gold {
	color: #ffcc00;  /*Gold*/
}

.title {
	font: 10pt Verdana; 
	font-weight: bold; 
	background-color: #262626; 
}

.large_title {
	font: 12pt Verdana; 
	font-weight: bold; 
	background-color: #262626; 
}

.welcome {
	font: 10pt Verdana; 
	font-weight: bold; 
}

.categories { 
	float: left;
	width: 170px;
	padding-right: 10px;
	background-color: #262626; 	
}

.gallery {
	width: 100%;
	background-color: #262626; 
}

.gallery_image_and_menu {
	float: right;
	padding-right: 10px;
}

.info {
	top: 10px;
	left: 10px;
	width: 250px;
	height: 317px;
}
