HTML {
	margin: 0;
	overflow:visible;
	border: none;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: visible;
	font-family: geneva, arial, helvetica, sans-seif;
}

#header {
	position: relative;
	width: 515px;
	top: 0px;
	border: 1px solid black;
	/*background-color: #96C3FF;*/
	background-color: #CCFF99;
	color: black;
	text-align: center;
}
	
#pagebody {
	position: relative;
	top: 10px;
}

#google_banner_ad {
	position: absolute;
	top: 0px;
	left: 400px;
}
	
#mainColumn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 390px;
	overflow: visible;
}

#title_content {
	font-size: 20px;
	font-weight: bold;
}

#link_content {
	font-size: 15px;
}
	
#description_content {
	left: 0px;
	width: 395px;
}
	
div.comment_header {
	font-size: 10px;
}

div.comment_body {
}

#comment {
	width: 395px;
	border-top: 1px solid gray;
}

#lastUpInfo {
	font-size: 10px;
}

a.markerOption {
	font-size: 12px;
	font-weight: bold;
}

a.markerOption:hover {
	background-color: #99FF33;
}

#marker_options {
	position: relative;
	top: 1px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.section_header {
	width: 395px;
	/*background-color: #96C3FF;*/
	background-color: #CCFF99;
	font-size: 20px;
	color: black;
	border: 1px solid black;
}

#side_bar {
	width: 115px;
	position: absolute;
	left: 400px;
	top: 0px;
	text-align: center;
}

#side_photos_header {
	width: 115px;
	border: 1px solid #2A6426;
	background-color: #A1D99C;
	font-size: 20px;
	color: #2A6426;
}

#side_photos_content {
	width: 115px;
	text-align: center;
}