html {
	min-height: 100%;	
}
body {
	height: 100%;
	font-family: verdana;
	font-size: x-small;
}
#header {
	color: white;
	border: 1px solid #ccc;
	height: 30px;
	background: #BD9C8C;
	padding: 10px;
}
#header_left {
	float: left;
	width: 250px;
}
#message {
 height: 20px;
 border: 5px solid red;
 font-weight: bold;
 color: black;
 padding: 6px;
 margin: 0px 0px 5px 0px;
 font-size: large;
}
#left {
	float: left;
	width: 240px;
	min-height: 480px;
	min-height: 500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:520px; /* for IE5.x and IE6 */
}
#leftcolumn {
	float: left;
	height: 495px;
	color: #333;
	border: 1px solid #ccc;
 	background: #E7DBD5;
 	padding: 10px;
 	max-height: 490px;
 	overflow-y: scroll;
 	width: 240px;
}
#center {
	margin-left: 270px;
	min-height: 500px; /* for modern browsers */
	height: auto !important; /* for modern browsers */
	height: 500px; /* for IE5.x and IE6 */
}
#map { 
	max-height: 100%;
	min-height: 540px;
	width: 100%;
 	color: #333;
 	border: 1px solid #ccc;
 	background: #F2F2E6;
}
#footer { 
	 clear: both;
	 color: white;
	 border: 1px solid #ccc;
	 background: #BD9C8C;
	 margin: 0px 0px 10px 0px;
	 padding: 10px;
}

input, select
{
	font-family: verdana;
	font-size: x-small;
}

div#controls
{
	height: 33px;
	float: left;
}

#pubdetail {
	font-size: 8pt;
	background-color: White;
	padding: 2px;
	margin-bottom: 2px;
	font-weight: normal;
	border: 1px solid #B36B00;
 	}

.publeft {
	font-size: 7pt;
	font-weight: normal;
	color: black;
	background-color: White;
	margin-left: 0;
	padding: 2px;
	margin-top: 2px;
	border: 1px solid #B36B00;
 	}

#footer a { color: #eee; }
#title { font-size: large; color: white }
#pubMissingLink, #resetLink { text-decoration: underline; cursor: pointer; color: white }
#fb_like { padding: 5px 0px 5px 0px }
