
	* { 
		font-family: arial, helvetica, sans-serif;
	}
	html, body {
		height:100%;
		width:100%;
	}
	body {
		color: #e4e4e4;
		background:#030303 url(img/bodyfill.jpg) top left repeat-x;
		font-size: 13px;
		line-height: 18px;
		padding:0;
		margin:0;
	}
	
	a { color:#3875c9; }
	a:hover { color:#2e87ff; }
	
	#main {
		min-width: 990px;
		position: relative;
		overflow: hidden;
		min-height: 640px;
		text-align: center;
		padding: 110px 0 0 0;	
	}
	
	* html #main {
		height: 640px;
		overflow-x: hidden;
		overflow-y: visible;
	}
	
/* top section */
	#top {
		position: absolute;
		width: 990px;
		top: 0;
		left: 50%;
		margin-left: -495px;
		z-index: 200;
	}
	h1 {
		font-size:20px;
		text-align:left;
		margin: 0;
		padding: 0;
		width: 990px;
		height: 92px;
		background: url(img/h1fill.jpg) top left no-repeat;
		text-indent: -9999px;
	}
	#aboutdroplink {
		position: absolute;
		top: 68px;
		right: 55px;
		width: 45px;
		height: 45px;
		background: transparent url(img/info_button.png) top left no-repeat;
		text-indent: -9999px;
	}
	* html #aboutdroplink { 
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/info_button.png', sizingMethod='crop');
			background: none;
	}
	#gallerydroplink {
		position: absolute;
		top: 68px;
		right: 10px;
		width: 45px;
		height: 45px;
		background: url(img/gallery_button.png) top left no-repeat;
		text-indent: -9999px;
	}
	* html #gallerydroplink { 
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/gallery_button.png', sizingMethod='crop');
			background: none;
	}
	
/* about, info, contact etc. drop down */	
	#about_drop {
		width: 940px;
		margin: -18px auto 0 auto;
		text-align: left;
		background: url(img/greyfill.png) top left repeat-x;
		border: solid #7c7b7b;
		border-width: 0 1px 1px 1px;
		padding: 24px 14px 4px 14px;
		position: absolute;
		z-index: 100;
		left: 50%;
		margin-left: -490px;
	}
	#about_drop h2 {
		padding: 0;
		margin: 0 0 12px 0;
		font-size:18px;
	}
	#about_drop p {
		margin: 0;
		padding: 0 0 12px 0;
	}
	#about_drop .left {	
		width: 350px;
		float: left;
		margin-right: 24px;
		/* text-align: justify; */
	}
	#about_drop .left p {	
		width: 340px;
	}
	#about_drop .center {	
		width: 300px;
		float: left;
	}
	#about_drop .right {	
		width: 250px;
		float: right;
	}
	#about_drop .inputnormal {
		width: 248px;
		border: 1px solid #e4e4e4;
		background: #333;
		margin: 0 0 9px 0;
		color: #eee;
		padding: 3px 0;
		text-indent: 4px;
		font-size: 12px;
	}
	#about_drop .inputnormal:focus {
		background: #555;
	}
	#about_drop textarea {
		height: 130px;
		font-size: 12px;
		line-height: 18px;
	}
	#about_drop .close_about {
		clear: both;
		background: url(img/close_button.jpg) bottom right no-repeat;
		padding-right: 24px;
		text-align: right;
		height: 34px;
		line-height: 46px;
		margin: 0 0 2px 0;
		width: 924px;
		display: none;
	}
	#about_drop .close_about:focus {
		outline: none; 
	}
	#about_drop .hide { display: none; }
	#about_drop #response {
		padding-top: 8px;
		color: #c00;
	}
	#about_drop #response em {
		font-style: normal;
		color: #e4e4e4;
	}
	
/* home page stuff */

	.homeimg {
		width: 980px;
		margin: 16px auto 0 auto;
		padding: 0 0 20px 0;
	}
	
	.homeimg div {
		display: inline-block;
		display: -moz-inline-grid;
		zoom: 1;
		*display:inline;
		width: 300px;
		height: 200px;
		overflow: hidden;
		margin: 6px;
		padding: 2px;
		position: relative;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.homeimg a {	
		width: 300px;
		height: 200px;
		display: block;
		z-index: 2;
		text-decoration: none;
		color: #ddd;
		background: url(img/afill.png) top left no-repeat;
		font-size: 24px;
		line-height: 360px;
		text-align: left;
		text-indent: 12px;
		overflow: hidden;
	}
	.homeimg a:first-letter {
		text-transform: uppercase;
	}
	.homeimg a:hover {
		color: #ddd;
	}
	.homeimg img {
		border: none;
		width: 300px;
		height: 200px;
		z-index: 1;
		display: none;

	}

	
/* warning message */
	#warning {
		display: none;
	}
	#warning p {
		background: #581712;
		padding: 12px 0;
		width: 932px;
		margin: 10px auto 20px auto;
		border: 1px solid #a00e0e;
		font-size: 18px;
		text-align: center;
	}
	
/* success message */
	#success {
		display: none;
	}
	#success p {
		background: #5BBF3B;
		padding: 12px 0;
		width: 932px;
		margin: 10px auto 20px auto;
		border: 1px solid #85FF5F;
		font-size: 18px;
		text-align: center;
	}
	
/* ie6alert */
	.ie6alert {
		font-size: 13px;
		text-align: center;
		border: 1px solid #ddd;
		background: #333;
		padding: 6px;
		clear: both;
		margin: 4px 0;
		line-height: 1;
	}
	
/* gallery nav */

	#gallery_nav {
		position: absolute;
		top: 4px;
		right: 4px;
	}	

/* footer */
	#footer {
		text-align: center;
		font-size: 10px;
	}	
	#footerinner {
		text-align: right;
		width: 988px;
		margin: 0 auto;
		padding: 6px 0 12px 0;
		color: #333;
	}	
	#footerinner a {
		color: #444;
	}
	#footerinner a:hover {
		color: #666;
	}
	
/* caption hack */
	#newcaption {
		width: 600px; 
		padding: 6px;
		text-align: center; 
		background: url(img/spanpng.png); 
		position: absolute; 
		top: 612px; 
		left: 50%; 
		margin-left: -306px; 
		z-index: 99; 
		color: #eee; 
		font-size: 18px;
		display: none;
	}

	
	
/* fix all */	
	.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */	
	

