body {
	height: 100%;
	width: 100%;
	font: 12px "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
	background-image: url(AcresWildBackground.jpg);
}

a	{ text-decoration: none; outline: none;   }

#colleft   {
	width:150px;
	margin-top:10px;
	float:left;
	overflow:hidden;
}


#colleft h1 {
	height:30px;
	color:#000;
	padding:10px 0 0 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

#colleft ul { margin-bottom:20px;}

#colleft ul li {
	border-bottom: 0px solid #000;
	margin:0 0 0 0px;
	padding:0 0 0px 0px;
}

#colleft #hidePanel { height:24px; padding:4px 0 0 42px;}

#colleft #hidePanel a{ color:#000; font-weight: bold; background-color: #ffcc66;}

#colleft #hidePanel a:hover{
	color:#FF9900;
}

#colleft, #showPanel {
	color:#FC0;
	position:float;
}

#showPanel {
	position:float;
	z-index:2;
	left:0;
	float:left;
	padding-top:40px;
	display:none;
	width:0px;
	height:100px;
	cursor:pointer;
}

#showPanel span{display:block; font-size:24px; height:30px; margin-top:20px; padding:10px 0 10px 10px; width:20px; background: #333;}

#colright {
	padding-top:0px;
	color:#1c1c1c;
	margin-left:150px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

