body{
	margin:0;
	background-color: #171C1F;
	color: #D0D0D0;
	font-family: Arial, Helvetica, sans-serif;
}/* for ie mac*/
/* commented backslash hack v2 \*/ 

html, body{height:100%;padding:0} 
* html, * html body{
	overflow:hidden;
	padding: 50px 0;
	margin:-50px 0;
	padding:0;
	margin:0;
	
}


* html #outer { 
	overflow:auto;
	height:99.9%;
	voice-family: "\"}\""; 
	voice-family:inherit; 
}
* html #contain-all{
	position:absolute;
	overflow-y:scroll;
	height:100%;
	z-index:1;
}
/* end hack */ 

#contain-inner{
	width: 80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#topbar-inner, #footer-inner {
	background-color: #171C1F;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer-inner {
	height:60px;
	background-image: url(/images/design/footer_BG.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}

#topbar-inner {
	height: 100px;
	background-image: url(/images/design/header_BG.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#top-bar{
	width: 100%;
	position:absolute;
	top:0;
	z-index:999;
}
	
/* mac hide - reduce page to allow the scrollbar to remain visible \*/
* html #topbar-inner,* html #footer-inner {margin-right:17px;}
/* end hide*/

#footer{
	width: 100%;
	position:absolute;
	bottom:0;
	z-index:999;
}
.spacer {height:70px}/* same height as footer/header to preserve space*/

html>body #top-bar,html>body #footer{position:fixed}/* for moz/opera and others*/		
	
	
/* Texts */	
.contact_table {
	font-size:12px;
	margin-top: 0;
}

.small {
	font-size: 11px;
	margin: 0;
}

.medium {
	font-size: 12px;
	margin: 0;
}

.big {
	font-size: 14px;
	margin: 0;
}

.xbig {
	font-size: 24px;
	margin: 0;
}

a {
	color: #D0D0D0;
	text-decoration: none;
}

a:hover {
	color: #CC6600;
	text-decoration: none;
}

/* input form design */
		
.inputtext {
	background-color: #222628;
	border: 0;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.submit_button {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #222628;
	width: 100px;
	height: 16px;
	text-align: center;
	padding-top: 2px;
	font-size:10px;
	text-align: center;
	font-stretch:expanded;
	
}
#submit_button a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	text-align: center;
}

#submit_button a:hover {
	color: #CC6600;
	text-decoration: none;
	text-align: center;
}

/* light box*/
		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: #020202;
			z-index:1001;
			-moz-opacity: 0.90;
			opacity:.90;
			filter: alpha(opacity=90);
		}
		.white_content {
			display: none;
			position: absolute;
/*			padding: 16px;*/
			/*border: 1px solid  black;*/
			background-color: black;
			z-index:1002;
			overflow: hidden;
		}
			.lightbox_close {
			display: none;
			position: absolute;
/*			padding: 16px;*/
			border: 0;
			z-index:1050;
			overflow: hiddens;
		}
		
		.lightbox_inner {
			margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
			position: absolute;
			z-index:1003;
			overflow: auto;
			background-color:#000000;
		}	
		
		
/* images */
.gallery_group {
margin: 50px;
}

.image_gallery {
	margin: 25px;
}