body {
	background: #818181;
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
}

#page {
	width: 680px;
	font-size: 0.8em;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 0;
	margin: 1em auto; }

#header {
	background: #990000 url(http://www.plinternetsurvey.org/header.jpg) no-repeat 0 top;
	height: 92px;
	border-bottom: 1px solid #fff; }

#sidebar {
	width: 175px;
	float: right; }

#content {
	border-right: 175px solid #990000;
	padding: 0 1px 0 0;
	margin: 0; }


#header h1 {
	display: none;
}

ul#navigation {
	background: #ffcc00 url(http://www.plinternetsurvey.org/navbg.jpg) no-repeat 0 bottom;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	margin: 0;
	padding: 0;
}

#navigation li a {
	display: block;
	border-bottom : 1px solid #fff;
	padding: 12px 15px;
	margin: 0; 
	text-decoration: none; 
	font-weight: bold; 
	color: #000; }
	
#navigation li a#current {	color: #990000; }
#navigation li a#current:hover {	background-color: transparent; }
#navigation li a:hover { background-color: #990000; color: #fff;}

	
* html #navigation li a { width: 145px; }
#content p, #content h3 { margin-bottom: 0; padding: 5px 20px; }

h2 {
	background-color: #99CC33;
	margin: 0;
	padding: 10px 20px !important;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
}



.clearit {	clear: both; }

#footer {
	background: #99cc33;
	height: 1em;
	border-top: 1px solid #fff;
}

.study {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}

.filetype {
	color: #818181;
	font-size: smaller;
}