
body {
	color: #000;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url("/images/green_marble2.jpg");
	background-repeat: repeat-y;
	background-position: -30px 0;
	margin: 0;
	padding: 0 }
#nav     {
	background-color: #030;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 130px;
	left: 0;
	width: 160px;
	border-style: solid;
	border-width: 3px 3px 3px 0;
	border-color: #000 }
#nav a     {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url("/images/bkg_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 160px;
	border-style: solid;
	border-width: 1px 0;
	border-color: #030 }
body>div#nav a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url("/images/bkg_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 140px;
	border-style: solid;
	border-width: 1px 0;
	border-color: #030 }
#nav a:hover  {
	background-color: #360;
	background-image: url("/images/bkg_arrow2.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
	border-style: solid;
	border-width: 1px 0;
	border-color: #390 }
.hideme {
	display: none }
#content {
	padding-right: 30px;
	position: absolute;
	top: 130px;
	left: 180px }
#content h1 {
	font-size: 130%;
	font-weight: bold }
#content h2 {
	font-size: 120%;
	font-weight: bold }
#content h3 {
	font-size: 110%;
	font-weight: bold }
#content a  {
	color: #060;
	font-weight: bold;
	text-decoration: none }
#content a:hover  {
	color: #f00;
	font-weight: bold;
	text-decoration: underline }
#footer {
	clear: both;
	border-top: 3px solid #000 }
#footer p {
	color: #030;
	font-size: 0.7em;
	margin: 0;
	padding: 0 }
#footer p#design  {
	font-style: italic }
#footer p#design a   {
	color: #030;
	font-style: italic }
