	#wrapperwide {
		position: relative; 
		left:100px;
		top: -150px;
		background-color: #FFFFFF;
		height: 100%; 
		margin: auto; 
		width: 800px; 
		z-index:5;
	
		
		}	
	
	body {
		margin: 0; 
		padding: 0; 
		height: 100%; 
		min-height:100%; 
		font-family: Arial, sans-serif; 
		font-size: 12px; 
		background-color:#999999;
		   
	}
	
	a {
		color:#630;
		text-decoration: none;
		border: none;
		margin: 0;
		padding: 0;
		
	}
	a:hover {
		color:#000;
		text-decoration:none;
		border: none;
		margin: 0;
		padding: 0;
		
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	h1 {
		color:#369;
	}
	h2 {
		font-family: "Gill Sans", "Gill Sans MT", sans serif;
		font-size: medium;
		color: #333;
		}
	
	h3 {
		color: #369;
		font-size: 10pt;
		}
		
	h4 {
		font-family: "Gill Sans", "Gill Sans MT", sans serif;
		font-size: medium;
		color: #484848;
		padding-bottom: 0px;
		margin-bottom:0px;
		}
		
	p {
		margin:.4em 0 .8em 0;
		padding:0;

	}
	img {
		margin:0;
		border: none;

	}
	
	ul {
		padding-bottom:5px;
	}
	
	li {
		padding-bottom:5px;
	}
	
	#imgleft {
		float:left;
		margin:0;
		padding:0;
		width:100%;
	}
	#imgright {
		clear:left;
		float:right;
		margin:0;
		padding:0;
		width:100%;
	}
	
	/* Header styles */
	
	
	
	
	#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width:100%;
	z-index:1;
}

	#nav a {
	display: block;
	width: 10em;
	background-color: #000000;
	color:#fff;
}


	#nav li {
	float: left;
	width: 10em;
}

	#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Narrow", sans-serif;
	font-size: small;
	background-color: #c3e6f5;
	color: #fff;
	padding-bottom:0px;
}

	#nav li:hover ul {
	left: auto;
	z-index:1;

}

	#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:1;
	
}
	#nav ul li a:hover {
	background:#c3e6f5;
	color:#444544;
}
	#nav ul li a.active,
	#nav ul li a.active:hover {
	color:#444544;
	background-color: #c3e6f5;
	font-weight:bold;
	}
	


	
	
	
		
	#footer {
		clear:both;
		position: relative;
		top: 10px;
		left: -15px;
		width:100%;
	
	}
	#footer p {
		clear:both;
		position: relative;
		top: 10px;
		width:100%;
		border-top:1px solid #000;
		font-family: sans-serif;
		font-size: 10pt;
		padding: 10px;
		margin: 10px;
	}

#img_gallery{ margin:50px auto; width:600px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:600px;
	height:400px;
	overflow:hidden;
	z-index:5;
	
}
#fullimg img{ width:596px; }
#fullimg p, #fullimg span{
	
	position:relative;
	background:white;
	opacity:.5;
	color:white;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 560px;
	float:left;
	height:50px;
	background-color:#181818;
	position: relative;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:75px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('images/left.gif');}
#moveright{background: url('images/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
#ul{ list-style-type:none; }


	</style>