BODY {
		 		background-image:url(images/appletreepale.png);
				background-repeat:repeat-y;
				background-color:#e0fee1;
/*		 		font:12px Arial; */
				font-family:Verdana, Arial;
				color:#000000;
				margin:5px 3px 5px 3px;
				}

a:link,a:visited {
				color:#008000;
				text-decoration:underline;
				}
a:hover {
				color:#FF6347;
				text-decoration:underline;
				}

.menu {
				width:100%;
				background:#191970;
				font:14px;
				color:#FFCC00;
				padding-top:1px;
				padding-bottom:2px;
				}

.menu a:link, .menu a:visited {
				/* http://pompage.net/commune.css - solved my req't for multiple a:link colors */
			 	color:#ffcc00;
				text-decoration:underline;
				}

.menu a:hover {
				color:#FF6347;
				text-decoration:underline;
				}

#leftcontent {
				position:absolute;
				left:3px;
				top:121px;
				background:#ffffff;
				border-left:2px solid navy;
				border-right:2px solid navy;
				border-bottom:2px solid navy;
				margin-right:15px;
				font-size:12px;
				padding-bottom:15px;
				}

#leftcontent {
				width:154px;
				voice-family: "\"}\"";
				voice-family:inherit;
				/* http://www.tantek.com/CSS/Examples/boxmodelhack.html - solution for IE5.x parsing bug */
				width:150px;
				}
		
body>#leftcontent {
				width:150px;
				} 

#leftcontent p {
				margin:0px 5px 10px 10px;
				}

.bottom {
			 	float:left;
				width:100%;
				padding-top:15px;
				padding-bottom:5px;
				}