body { 
  margin: 0px;
}

#mapheader {
  position: absolute;
	top : 80px;
	left: 0;
	width:100%;
	text-align: center;
}

#googlemap {
  position: absolute;
	top : 120px;
	left: 25px;
	right: 25px;
	height: 250px;
	border: 1px solid black;
}

#spacer {
  height:85px;
}

#contentcenterfix { 
	top: 90px;
	width:100%;
	text-align:center;
}
#content {
  text-align:left;
  margin-left: auto;
  margin-right: auto;
  width: 750px;
	border:1px solid #aaa;
	padding: 10px;	
	background-color: #efefef;
}


.detailheader {
  margin:0px;
	padding: 0px;
	text-align:center;
}

#mainpagecopy {
   display:none;
   position: absolute;
	 bottom: 10px;
	 left:0px;
	 width:100%;								
   text-align: center;
	 font-size: 75%;	 
}

#copyright {
	 width:100%;								
   text-align: center;
	 font-size: 75%;	
	 padding:10px; 
}

.galleryheader {
  background-image: url(img/header-bg-small.png);
  background-repeat: repeat-x;
  margin:0px;
  padding:0px;
}



h1 {
  font-family: sans-serif;
	color: white;
}

h1.nomargin {
  padding:0;
	margin:0;
}
h1.detailheader {
  font-family: sans-serif;
	background-color: #2183c1;
	background-image: url(img/header-bg-small.png);
	color: white;
	background-repeat: repeat-x;
}
h2 {
  font-family: sans-serif;
}

.header  {
  background-image: url(img/header-bg.png);
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:80px;
	background-repeat: repeat-x;
}

.titleimage {
margin:0;
padding:0;
left:0;
position:absolute;
  cursor: pointer ;
}


.title {
  
	height:80px;
	position: absolute;
	left:0px;
	top:0px;
	width:215px;  
}

div.tabs {
  cursor: pointer ;
  height:50px;
	position: absolute;
	left: 200px;
	top:0px;
	width:400px;
	margin:0px;
	padding:0px;
}

img.tabs {
  padding:0px;
	margin:0px;
}


.selectors {
  height:40px;
	position: absolute;
	right: 10px;
	top:10px;
}

img.alignright {
  float:right;
	border:0px;
}

td.headericon {
  width:36px;
}

td.gallerywidth {
  width: 220px;
	background-color:white;	
}

img.noborder {
 border:0;
}

img.center {
margin-left:auto; margin-right:auto; display:block; text-align:center;
margin-top:5px;
}

p.warning {
   color:red;
}
