	body {
		font-family: arial, helvetica, sans-serif;
		font-size: 15px;
		background-color: #005137;
		
		}
		
		h1{
		font-size: large;
		}
		
			img {border-width:0;}

	img.feature {
  		float: right;  
  		position: relative;
		left: 60px;
		top: -21px;
/* the right border of the image is positioned 40px left of the left border of the container */ 
	}
		img.feature1 {
  		float: right;  
  		position: relative;
		left: 5px;
		top: -21px;
/* the right border of the image is positioned 40px left of the left border of the container */ 
	}
	
	img.brochure{
		float: right;  
  		position: relative;
		left: 0px;
/* the right border of the image is positioned 40px left of the left border of the container */ 
	}
	
		#video {
		position: relative;
		left: 80px;
		top: -50px;
		width: 700px;
		margin: 0px auto;
	}
	
	#top {
		position: relative;
		left: 0px;
		top: -50px;
		margin: 0px auto;
	}
	#wrapper {
		background-color: #D32215;
		width: 1005px;
		margin: 0px auto;
	}
	
	#content {
		padding-bottom:10px; /* increases content width by 40 ac content-main and content left both put 10 on either side */
	}
	
	#content-main {
	background-color: #ffffff;
	width: 800px;
	}
	
	#content-main h2, h3{
		text-align: center;
		line-height: 200%;
	}
	
	#kioskpics {
		position: relative;
		left:27px;
		}
		
	#first {
		width: 780px;
		position: relative;
		left: 0px;
	}
	
		#first1 {
		width: 780px;
		position: relative;
		left: 0px;
	}
	
	#oneli, #twoli, #threeli {
		width: 650px;
		position: relative;
		left: 0px;
	}
	
	
	#content div {
		padding:10px;
		float:left;

	}
	
	#content-left {
		text-align: left;
		float: left;
		background-color: #D32215;
		width: 165px;
		}
	
	#bottom {
		clear:both;
	}
	
	#logo {
		text-align: center;
		width: 750px;
	}

	#map {
  		font-size: xx-small;
		text-align: center;
		width: 750px;
	}
	#benefits {
	  	font-size: 15px;
		width: 750px;
	}
	
	.grid {
  		font-size: small;
		text-align: center;
			width: 220px;
		height: 320px;
		border: 1px solid black;
	}
		.grid-small {
  		font-size: small;
		text-align: center;
		width: 220px;
		height: 240px;
		border: 1px solid black;
	}
	.linker{
  		font-size: large;
  		list-style-type: none;
		line-height: 200%;
	}

	#photomargin img{
  		border: 3px solid white; 
		margin-bottom: 80px;
	}
	#photomargin img{
  		border: 3px solid white; 
		margin-bottom: 80px;
	}		
	.galleryphoto {
  		padding-bottom: 10px;
		margin-left: 35px;
		margin-right: 35px;
  		border-bottom: 1px solid navy;
  		margin-bottom: 20px;
	}
	.galleryphoto p {
		font-family: arial, helvetica, sans-serif;
		font-size: 15px;
	}

	
	
	.rollover a {
		display:block;
		width: 145px;
		padding:7px 0px 7px 10px;  /* top, right, bottom, left */ 
		font: bold 15px sans-serif;

		color:#333;
		background:   url("rollover-image5.gif") 0 0 no-repeat;
		text-decoration: none;
	}
	.rollover a:hover { 
		background-position: 0 -35px;
		color: #049;
	}
	.rollover a:active {
		background-position: 0 -70px;
		color:#fff;
	}
	

