body,td,li {
	padding: 10px 10px 0 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	
}

#main {
	background: #d8f3d0 url("images/background.png") repeat-y top left;
	position: relative; 
	/*width: 800px; */
	/*background-color: #6db353;*/
	border: 2px solid #6DB353;
	border-left: none;
}

#top {

border-bottom: 1px solid #6DB353;
height: 140px;


}
#content {
	background-color: #d8f3d0;
	margin-left: 136px;
	padding: 0;
	}
	
#text {
	padding: 15px;
}
	
#menu {
	position:absolute;
	top:0;
	left:0;
	width: 136px;
	text-align: center; 
	padding: 20px 0 0 0;
	background-color: #6DB353;
	}
#menu a:visited {
		color: #fff;
}		
#menu a:hover {
		color: #fc0;
}

#menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	
}
#menu ul {
	margin: 0;
	padding: 0;
	}
#menu li {
	list-style: none;
	padding: 0;
	margin: 0 0 2px 0;
	}
	
#footer {
	clear: both;
	margin-left: 136px;
	background-color: #fff;
	border-top: 1px solid #6DB353;
	color:#333333;
	font-size: 0.8em;
	text-align: center;
	padding: 10px;
}

h2
{
color: #fc6355;
font-size: 12pt;
margin-bottom: 0;
}

h3
{
font-size: 1.1em;
font-weight: bold;
}
