body {
	margin: 0px;
	text-align: center;
	font: 80% Verdana, Arial, sans-serif;
	background: #FFF url('../images/background.png') no-repeat fixed top center;
}
h1,h2,h3 { /* h4 excluded because otherwise it looks completely normal */
	font-weight: normal;
	padding: 0px;
	margin: 10px;
}
a {
	color: #272;
	text-decoration: none;
}
a:hover { color: #696; }
a:active { color: #9B9; }
#centerWrapper {
	margin: 0 auto;
	text-align: left;
	width: 568px;
	padding: 0px 20px;
	background-color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70); /* for all IEs */

}
#header {
	float: left;
	margin-left: 54px;
	padding: 0px;
	/* bottom/right dotted borders are in image */
}
#navBar {
	position: relative;
	float: left;
	margin-top: -50px;
	padding: 60px 10px;
	text-align: right;
}
#navBar h4 {
	font-size: 10pt;
	padding: 2px 5px 1px 20px;
	margin: 15px -10px 0px -10px;
	color: #407040;
	font-weight: normal;
	border-bottom: 1px dotted #407040;
}
#navBar a {
	display: block;
	margin: 2px -13px;
	padding-right: 12px;
	font-size: 9pt;
	color: #000;
    outline: none;
	text-decoration: none;
	background-image: url('../images/bullet.png');
	background-repeat: no-repeat;
	background-position: center right;
}
#content {
	position: relative;
	float: left;
	width: 440px;
	padding: 20px 0px 0px 20px;
	border-left: 1px dotted #407040;
}
#content h3 {
	padding: 0px;
	margin: 0px 0px 0px 8px;
}
#content p {
	margin-top: 0px;
}
#content img {
	float: left;
	padding: 8px;
}
#copy {
	position: absolute;
	bottom: 0;
	left: -72px;
	font-size: 7pt;
	color: #407040;
	text-align: right;
}
#footer {
	clear: both;
	text-align: center;
	color: #CCC;
}
#footer p {
	margin: 0;
	padding: 0;
}