	body {
		font-family: verdana,helvetica,sans-serif;
		font-size:12px;
		margin: 0px;
		background-image: url('../images/leavesbg-lt.jpg'); 
		background-position: left top; 
		background-repeat: repeat;
	}
	#outer	{
		width: 100%;
		margin:0px auto;
		text-align: center;
		background-image: url('../images/leavesbg-grad.jpg');
		background-position: left top; background-repeat: repeat-x;
	}
	#wrapper {
		width: 760px;
		margin:0px auto;
	}
	#header {
		height: 80px;
		text-align: right;
	}
	#mainnavi{
		width: 100%;
		padding-right: 10px;
		font-weight: bold;
	}
	#content {
		margin-top: 10px;
	}
	#content div {
		padding-bottom: 5px;
		float:left;
		margin-bottom: 0px;
	}
	#content-left {
		margin-left: 0px;
		width:200px;
		background-color: #fff4cc;
		text-align: left;
		font-size: 8pt;
	}
	#content-main {
		width: 505px;
		background: #ffffff;
		margin-left: 20px;
		padding-left: 20px;
		padding-right: 10px;
	}
#bottom {
		clear:both;
		text-align: center;
		font-size: 9pt;
		color: #bbbbbb;
	}
#top {
	width: 201px;
	background-color: #949e7c;
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 5px 0 10px 0;
	font-size: 12px;
	}
#content-main div {
	padding-top: 10px;
	text-align: left;
	color: #2b5500;
	}
h1	{ font-size: 16px; font-weight: bold; color: #D98200; text-transform: uppercase; font-weight: bold; }
h2	{ font-size: 15px; font-weight: bold; color: #D98200; font-weight: bold;}
hr	{ text-align: center; color: #d3d1ad; width: 180px; height: 1px; }

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url('question.gif') no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px
}