body {
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: Verdana, sans-serif;
}

div#page {
	width:  950px;
	margin: 0 auto;
}

div#header {
	height:  125px;
	padding-left: 295px;
	padding-top: 10px;
	font-size: .8em;
	background: url(images/sog_logo.gif) no-repeat 0 0;
}

div#header a {
	color: #000;
}

div#content {
	float: right;
	width: 800px;
	padding: 0 20px;
	_margin-top: 16px;
}

/* IE 7 Hack */
*:first-child+html div#content {
	margin-top: 16px;
}

div#content ul li {
	list-style-type: square;
}

div#content div#map_canvas {
	font: normal .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#sidebar {
	width: 100px;
}

div#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#sidebar ul li {
	margin-top: 15px;
}

div#sidebar a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

div#sidebar ul li.current {
	list-style-type: disc;
}

div#sidebar ul li.current a {
	_text-decoration: underline;
}

/* IE 7 Hack */
*:first-child+html div#sidebar ul li.current a {
	text-decoration: underline;
}

div#footer {
	clear: both;
}

div#map_canvas {
	width: 800px;
	height: 500px;
	margin-top: 20px;
	_margin-top: 0;
}

/* IE 7 Hack */
*:first-child+html div#map_canvas {
	margin-top: 0;
}

div.navigation {
	margin-top: 16px;
}

/* IE 7 Hack */
*:first-child+html div.navigation {
	margin-top: 0;
}

div.navigation, div.image_info {
	font-size: .8em;
}

div.navigation a, div.image_info a {
	color: #000;
}

div.image img {
	border: 0;
}

div.image_info {
	padding-bottom: 20px;
}
