
body {
	margin:0;
	padding:0;
	background:#666;
	font-size:100%;
	font-family:Verdana, Arial, sans-serif;
	color:#330000;
	text-align:center;
}
#maincontainer {
        	width: 890px;     
        	background: #99cc33;  
	margin: 0px auto;
	text-align: left;
}
#header {
       	margin:0 0 0 0;
	padding:0 0 20px 0;
        	background:#009966; 
       	text-align:center;
        	border-bottom: 4px solid #009999;
}
#header h1 {
	margin: 0;
                	padding: 10px;
	font-size: 1.8em;
	font-weight: bold;
	color: #99cc33;
	}
#content {
	float: right;
  	margin: 0 0 0 0;
     	 text-align: left;
	padding:20px 20px 20px 10px;
        	overflow: hidden;
	width: 660px !important;
	display: inline; /* IE double margin bug fix */
}
#links {
	float: left;
        	text-align: left;
                	background:#99cc33;
	margin:0 0 0 0;
	padding: 10px 5px 0 5px;
	overflow: hidden;
	width: 180px;
	font-size: 0.9em;
	line-height: 15pt;
	border-right: 3px solid #009999;
	 /* IE double margin bug fix */
}

#footer {	clear: both;
	width: 890px;
        	border-top:2px solid #009999;
        	border-bottom:2px solid #009999;
                	margin-top: 0px;
	padding: 5px 0 5px 0;
	font-size: 0.7em;
	text-align: center;
}
a:hover    {background-color:#fff; }
a:link       { text-decoration: none; color: #fff; }
a:visited { text-decoration: none; color: #fff; }
a:active  { text-decoration: none; color: #fff; }
a:hover   { text-decoration: underline; color: #009999; }


