body {
	font-family: "Verdana", sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #E7E7E7;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
}

div#header {
	clear:both;
	width: 100%;
	margin: 0 auto;
	float:left;
	height: 60px;
	background: #636363;
}

#header img {
	border: 0;
}

#mainmenu {
    background: #333;
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 10px;
}

#mainmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

#mainmenu ul li {
   font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

#mainmenu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#mainmenu a:hover {
	background: #666;
	color: #fff;
}

#footer img {
	border: 0;
}

/* column container */
.wrapperDiv {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.containerDiv {
	float:left;
	width:100%;
	position:relative;
}
.mainDiv,
.listDiv {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu .containerDiv {
	right:20%;			/* right column width */
}
.rightmenu .mainDiv {
	width:80%;			/* left column content width (left column width minus left and right padding) */
	left:22%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .listDiv {
	width:15%;			/* right column content width (right column width minus left and right padding) */
	left:24%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	font-size: 70%;
}

.mainContent {
	width: 90%;
	text-align: left;
	margin: 0 auto;
}

div#mapDiv {
	width: 99%;
	height: 350px;
	border: 1px solid black;
}
	
div#pubname {
	position: absolute;
	padding: 5px;
	background: #555;
	color: #fff;
	font-size: 70%;
}

div#descDiv {
	width: 100%;
	float: left;
	margin-top: 10px;
}

div#picDiv {
	width: 150px;
	float: left;
	height: 112px;
	margin-right: 10px;
	border: 1px solid black;
}

div#listDiv {
	border: 1px solid black;
	padding-top: 10px;
}

a.pubpic{
	width:150px;
	text-decoration:none;
	position:relative;
	display:block;
	float:left;
}

a.pubpic span.zoom-icon {
	position:absolute;
	left:120px;
	top:80px;
	border-style:none;
}

div#detailsDiv {
	text-align: left;
}


span.namelink a:link, span.namelink a:visited, span.namelink a:active {text-decoration: none; color: #000000; outline: none;}
span.namelink a:hover {text-decoration: none; color: #FFFFFF; background: #888888;}

#footer {
	clear:both;
	float:left;
	width:100%;
	margin-top: 10px;
}