body	{
	margin:	0;
	padding:	0;
	font-family: georgia, times, serif;
	font-size: 11px;
	color:	#000;
	background : #cc6633; 
	}

a:link	{
	color:	#ffcc33;
	background-color: transparent;
	}
a:visited	{
	color:	#ccc;
	background-color: transparent;
	}
a:active	{
	color:	#cc0;
	background-color: transparent;
	}
a:hover	{
	color:	#000;
	background-color: #ffcc33;
	}
	
	

.content {
	padding: 12px 0px 0px 0px;
	margin: 5% 20%;
	border: 1px solid #663300;
	background: #000;
	color: #cc6633;
	}
	
	
.copy {
	padding: 10px 20px;
	width: 90%;
	text-align:left;
	line-height: 140%;
	
	}
	
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	margin-bottom: 	1em;
	}	

img	{
		/* turns off gaps around images sometimes */
	border:	0
	}


#leftcontent {
		position: absolute;
		left:0px;
		top: 0px;
		width:358px;
		background-color: #99cc33;
	    color: #ffff66;
	    font-size: 10px;
		padding: 8px 0px 2px 0px;
		}

b {font-weight: bold;
	color: #333;
	}
		


#footer {
	font: 10px geneva, verdana, arial, helvetica, sans-serif;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
	}
	
#footmain {
	font: 10px georgia, times, serif;;
	color: #336600;
	background-color: transparent;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ff9900;
	}


	

