body {
	background-color:#a6bf79;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
	height: 100%;
	
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.gif);
	width:717px;
	height:288px;
	position: absolute;
}
#menu {
	background-color: #85A157;
	position: relative;
	z-index: 1000;
	height: 47px;
	width: 711px;
	top: 252px;
	border-color: #FFF;
	border-style: solid;
}

#content {
	position: relative;
	background-image:url(images/content_bg.gif);
	margin-top: 200px;
	padding: 60px 10px 60px 10px;
	height: auto;
	

}

#left {
	float:left;
	height: 100%;
	width: 450px;
}

#right {
	float: right;
	right: 10px;
	height: 100%;
	width: 200px;
	
}

#calendar {
	position:relative;}

#footer {
	background-image:url(images/footer_bg.gif);
	background-image-repeat:no-repeat;
	position: relative;
	height: 95px;
	margin-bottom: 60px;
	
}
br { clear: both; }
	

