@charset "utf-8";
body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.oneColElsCtr #container {
	width: 750px;
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #CCCCCC; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 650px;
	overflow: auto;
}
.oneColElsCtr #mainContent {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.image {
	border: 5px solid #CCCCCC;
	padding: 0px;
	border: 5px solid #CCCCCC;
}
.image_text {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	position: absolute;
	bottom: -195px;
	text-align: center;
	left: 157px;
	font-size: 10px;
	color: #6e6e6e;
	font-family: "Century Gothic";
	visibility: visible;

}
.image_title {
	padding: 0;
	text-align: left;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
 #footer { /* This Is The BG Color Of The Main Div */
	text-align: center;
	font-size: 11px;
	color: #999;
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	
	}

 #footer a {
	color: #a56765;
	text-decoration: none;
}

#footer a:hover {
	color: #b90000;
	text-decoration: underline;
}
	
/*bad code\*/
#zone_top_a dl{
margin:-.2em 0 0;
padding:.25em 0;
text-align:center;
}
/* start IE_Mac hide\*/
* html #zone_top_a dl{
margin:-.5em 0 -.4em 0;/*value for MSIE 5*/
}
* html #zone_top_a dl/**/{
margin/**/:-.4em 0 0; /*value for MSIE 5.5*/
margin:/**/-.2em 0 0; /*value for MSIE 6*/
}
/* end IE_Mac hide*/

#zone_top_a dt{
margin:1px;
padding:0;
display:inline;
}
#zone_top_a dt a{
background-color:#000000;
border-left:.1em solid #000000;
border-right:.1em solid #000000;
color:#F0F0F0 ;
padding:4px 3px 5px 5px;
text-decoration:underline;
font-weight:100;
width:8.4em;
}
#zone_top_a dt2 a{
background-color:#000000;
border-left:.1em solid #000000;
border-right:.1em solid #000000;
color:#FFFFF0 ;
padding:4px 3px 5px 5px;
text-decoration:none;
font-weight:100;
width:8.4em;
}
/* start IE_Mac hide\*/
* html #zone_top_a dt a{
width:6.5em;/*value for MSIE 5 and 5.5*/
}
* html #zone_top_a dt a/**/{
width:/**/8.4em; /*value for MSIE 6*/
}
/* end IE_Mac hide*/

#zone_top_a dt a:hover{
background-color:#909090 ;
color:#000000;
}
#album-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 20px;
	padding-left: 40px;
	color: #CCCCCC;
}
