* {
margin: 0px;
padding: 0px;
}
body {
	background: #000066 url(../art/jonna.png) right top no-repeat;
	color: white;
	margin: 0px;
	padding: 0px;
  }
 a {
  color:#59FF00;
  text-decoration: none;
  }
 a:hover {
  color:#59FF00;
  text-decoration: underline;
  }
  a.inside {
  color: white;
  text-decoration: none;
  }
  a:hover.inside {
  color: white;
  text-decoration: underline;
  }
  td {
  padding: 0px 6px 0px 0px;
  }
 * h2 {
  color:#59FF00;
  font-family: Arial,Helvetica,Geneva,ms sans serif;
  letter-spacing: -2px;
  font-size: 28px;
  }
 * h4 {
  color:#FFFFFF;
font-family:Arial,Helvetica,Geneva,ms sans serif;
font-size:18px;
font-weight:normal;
margin: 10px 0 5px;
  }
 * h5 {
  color:#FFFFFF;
font-family:Arial,Helvetica,Geneva,ms sans serif;
font-size:13px;
font-weight:bold;
  }
 * p {
  font-size: 13px;
  font-family: Georgia;
  }
  
  
 #contact {
 width: 100%;
 text-align: center;
  height: 45px;
  padding: 5px;
  }
#contact a {
color: white;
text-decoration: underline;
}
#contact a:hover {
color: white;
text-decoration: none;
}
#contact p {
  font-size: 24px;
  font-weight: bold;
  font-family: Arial,Helvetica,Geneva,ms sans serif;
  font-size: 24px;
  letter-spacing: -2px;
  color: white;
  text-align: center;
  }
  
  
#header {
	background:url(../art/header.gif) no-repeat scroll center -20%;
	height:70px;
	margin:0px 0px 10px 0px;
	padding:220px 0 0;
	width:100%;
  }
 #header h1 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  color:white;
  font-family: Arial,Helvetica,Geneva,ms sans serif;
  letter-spacing: -3px;
  font-size: 56px;
  text-transform: uppercase;
  }
 #header h1 span {
 color:#59FF00;
 }
 
 /* index page css */
  #wrapper {
	margin: 0px 0px 0px -400px;
	padding: 0px;
	left: 50%;
	top: 0px;
	position: relative;
	width: 800px;
  }
  
 #wrapper #content {
  }
  #wrapper #content h2 {
  color:#59FF00;
  font-family: Arial,Helvetica,Geneva,ms sans serif;
  letter-spacing: -2px;
  font-size: 36px;
  }
#wrapper #content #content-item {
	float: left;
	margin: 0px 0px 25px 0px;
	width: 800px;
  }
 #wrapper #content #content-item p {
 line-height: 20px;
 }
 #wrapper #content #content-item ul {
 margin: 5px 0px 0px 0px;
 list-style: inside disc;
 font-family: Arial,Helvetica,ms sans-serif;
 font-weight: bold;
 font-size: 12px;
 letter-spacing: -.2px;
 }
 #wrapper #content #content-item img {
 margin: 0px 30px 15px 0px;
 float: left;
  width: 250px;
  border: 2px solid white;
  }
  
  
  #footer {
	background: url(../art/footer.gif) center top no-repeat;
	margin: 40px 0px 0px 0px;
	padding: 20px 0px 40px 0px;
	clear: both;
  }
  #footer p {
  text-align: center;
  line-height: 24px;
  }

  
  /* start inside css */  
  #wrapper #content #content-photo {
  margin: 10px 0px 0px 0px;
  width: 408px;
  float: left;
  }
  #wrapper #content #content-photo img {
  border: 4px solid white;
  }
  
  #wrapper #content #content-details {
	margin: 10px 0px 0px 32px;
	padding: 0px;
	width: 360px;
	float: left;
  }
  #wrapper #content #content-details h4.top {
  margin: 0px 0px 5px 0px;
  }
  #wrapper #content #content-details p {
  margin: 0px 0px 20px 0px;
  line-height: 20px;
  }
  #wrapper #content #content-details ul {
   list-style: inside disc;
  font-family: Arial,Helvetica,ms sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 20px;
  }
  #wrapper #content #content-details iframe {
  border:4px solid white;
  margin: 0px 0px 5px 0px;
  text-align: center;
  }
  #wrapper #content #content-details #more-photos {
	margin: 0;
  }
  #wrapper #content #content-details #more-photos img {
	margin: 0px 5px 5px 0px;
	border: 2px solid white;
	float: left;
  }
  #wrapper #content #content-map {
  width: 100%;
  margin: 20px 0px 15px 0px;
  }
  #wrapper #content #content-map iframe {
  border:4px solid white;
  margin: 0px 0px 5px 0px;
  text-align: center;
  }
