div.menu {
/*	position: absolute; */
	float: left;
	top: 57px;
	left: 2px;
	width: 160px;
	margin: 0px 20px 20px 0px;
	padding: 5px;
	width: 160px;
	max-width: 160px;
	font-family: Arial, sans-serif;
	border-style: double;
	border-width: medium;
	border-color: #006043;
	text-align: center;
	background-color: #EEEEEE;
}
div.main {
	position: relative;
	top: -0px;
	left: 180px;
	width: 75%;
	padding: 10px 0px 0px 10px;
	min-height: 300px;
}
.prop300 {
	height: 300px; 
	float: right;
	width: 1px;
}         
.prop500 {
	height: 500px; 
	float: right;
	width: 1px;
}         
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.links A:link {color: #006043; text-decoration: none;}
.links A:visited {color: #006043; text-decoration: none;}
.links A:active {color: #006043; text-decoration: none;}
.links A:hover {color: #006043; text-decoration: underline;}

