
/** VistaGallery  */

@import 'base.css';
@import 'viewing.css';
@import 'menu.css';
@import 'left.css';
@import 'main.css';
@import 'bottom.css';

h4.dark {
	color : Black;
	font-family : Verdana, Arial,Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	}
	
	body {
	background: #EEEEEE url(../imagez/bgbody.png) repeat; 
	} 
 
 	.b_wrapper {
	 border:solid 1px #FFFFFF;
	 width:98%;
	 margin: 0 auto;
	 position:relative;
	 }
  	
  	.b_topper {
  	height: 24px; 
  	background: url(../imagez/s6g.png) repeat-x top left;
  	margin: 0 auto;
  	}

	#b_topmenu {
	font-size: 8pt; 
	color: #000000; 
	background: transparent; 
	float: right; 
	margin: 5px 4px 4px 4px; 
	padding: 1px;
	}
	
	#b_topmenu a {
	font-weight: bold; 
	text-decoration: none; 
	color: #000000; 
	background: inherit; 
	padding: 2px 5px 2px 5px; 
	margin: 0;}
	
	#b_topmenu a:hover {
	background: #3d83a7; 
	color: #FFFFFF;
	}
     
	.b_banner_l {
	height:80px; 
	width:100%;
	background: #3D83A7 url(../imagez/header_l.png) no-repeat top left;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
  	border-bottom: 1px solid #FFFFFF;
	}

	.b_banner_r {
	height: 80px; 
	width: 163px; 
	float:right; 
	background: url(../imagez/header_r.png) no-repeat top right; 
	}
	
	.b_main_div {
	background: #FFFFFF ;
	margin: 0 auto;
	min-height:775px;
	position:relative;
	color:#000000;
	}
		
		
	.b_footer {    
	background: url(../imagez/s6g.png) repeat-x top center; 
	margin: 0 auto;
	border-top: 1px solid #06548C;
	line-height:150%; 
	margin:0;  
	color:black; 
	font-size: 7pt;
	text-align:center;
	height:18px;
	padding-top:5px;
	margin: 0 auto;
	}