body {
	background-color: #F7F7F7; 
	border: 5px solid #FFFFFF;
}
.gallery_title_text{
	color: #878586;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
td.gallery_text_on {
	color: #EDEDED;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #878586; 
	text-align: center; 
	cursor: pointer;
}
td.gallery_text {
	color: #878586;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EDEDED; 
	text-align: center; 
	cursor: pointer;
	border: 3px solid white;
	vertical-align: middle;
}
td:hover.gallery_text{
	color: #EDEDED;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #878586; 
	text-align: center; 
	cursor: pointer;
}
.nav_bar{
	background: url(/images/menu_bar.gif) no-repeat; 
	position: absolute; 
	z-index: 5; 
	top: 0px; 
	left: 13px; 
	width: 575px; 
	height: 42px;	
	filter:alpha(Opacity=80); 
	-moz-opacity:0.80;
}
.nav_bar_text{
	position: absolute; 
	z-index: 199; 
	top: 7px; 
	left: 28px; 
	width: 540px; 
	height: 30px;	
}
.gallery_nav_bar_text{
	color: #FFFFFF;
	font-size: 11px;	
	text-transform: uppercase;
	font-family: Arial, sans-serif;			
}
.gallery_nav_bar_text a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;	
	text-transform: uppercase;
	font-family: Arial, sans-serif;	
}
.gallery_nav_bar_text a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.more_info_top{
	width: 580px;
	height: 5px;
	background: url('images/more_info_top.gif') no-repeat;
}
.more_info_bg{
	width: 580px;
	background: url('images/more_info_bg.gif') repeat-x;
}
.more_info_bot{
	width: 580px;
	height: 5px;
	background: url('images/more_info_bot.gif') no-repeat;
}
