body {
/*	background: #000000;*/
	background: #000000 url("../images/rocks.jpg") top center no-repeat;
	font-family: arial,helvetica, sans-serif;
	font-size:11px;
	}

div#container {
				position:relative; 
				background-color:#FFFFFF; 
				top: -25px; 
				width:800px;
				min-height:500px; 
				margin-left:auto; 
				margin-right:auto;
				
				}
div#header {
			position:relative; 
		
			height:153px; 
			/*float:left;*/ 
			width:800px; 
			z-index:100;
			margin-top: 20px;
		}

div#slideshow-crop {
			position:relative; 
			margin-top: -60px;
								height:475px;
								width: 800px;
								overflow: hidden;

			}
					
div#slideshow {
				position:relative; 
			/*	background-color:#003300; */
				height:475px;
				width: 800px;
				
				
				left: 800px;
				top: 0;
			}

div#innerslide {
	position:relative; 
	background-color:#FFFFFF; 
	height:475px;
	width: 800px;
	left: -800px;
	top: 0;
	overflow: hidden;

}

div#tabs {
			position:relative; 
		
			height:21px; 
			margin-top:-21px;	
			padding-left:165px;
			
			text-transform: uppercase;
			font-family: arial;
			font-size: 11px;
			
		}

.tab{
			float: left;
		
			background: #d7ffd4;
			height: 15px;
			width: 100px;
			margin-right: 15px;
		
			padding-top:	5px;
			list-style: none;
			text-align: center;
			border-bottom: 1px solid black;
		}

#current{
	float: left;
	/*background: url(public/images/tabs.png) 0px 0px;*/
	background: #fff9d4;
	height: 22px;
	width: 100px;
	margin-right: 15px;
	padding-top:	5px;
	text-align: center;
	list-style: none;
	
}
								
div#content {
			position:relative; 
			background-color:#fff9d4; 
			min-height:300px;
			z-index:100;
			padding-bottom: 20px;
		}
		
a{
	text-decoration: none;
	color: black;
}

.floater{
	clear:both;
}

#exterior{
	float: left;
	width: 375px;
	margin-left:25px;
	margin-top:25px;
	margin-left: -255px;
}


#address{
	float: left;
	width: 350px;
	margin-left:50px;
	margin-top:25px;
}

iframe{
	margin-left: 25px;
	margin-bottom: 25px;
}

#bios{
	padding-top: 20px;
}

#bios ul {
	margin-top: 0;
	
}

#bios li {
	list-style: none;
	margin:0px;
	padding:0px;
	margin-bottom: 20px;
	width: 725px;
	height: 150px;
	
}


#bios p {
	margin-left: 10px;
	/*height: 150px;*/
	width: 700px;
	float: left;
}

.inline {
	float: left;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
}

h2{
	text-decoration: underline;
}

h3{
	
	margin: 0;
	margin-top: 8px;
	margin-bottom: 4px;
}

p{
	
	padding: 0;
	margin: 0;
}
