body{
	background-color:	#00BB00;
	text-align:		center;
	color:			#000000;
	margin:			0 auto;
}
a:link{
	color:			#FFFFFF;
	text-decoration:	undeline;
}
a:visited{
	color:			#FFFFFF;
	text-decoration:	undeline;
}
a:hover{
	color:			#000000;
	text-decoration:	none;
}
a:active{
	color:			#000000;
}
a.nav{
	text-decoration: none;
}
a.nav:hover{
	text-decoration: underline;
}
a.button:link, a.button:visited{
	padding:		2px 4px 2px 4px;
	border-style:		3px outset #00AA00;
	background-color:	#009900;
	text-align:		center;
	text-decoration:	none;
	color:			#000;
}
a.button:hover{
	border-style:		3px outset #008800;
}
a.button:active{
	border-style:		3px inset #008800;
}
img{
	border:			0px;
}
#conatiner{
	margin:			0 auto;
	text-align:		center;
	width:			700px;

}
#header{
	width:			100%;

}
#content{
	width:			70%;
	text-align:		left;
	margin:			auto 0;
}
#footer{
	width:			100%;
	text-align:		center;
}
#heading_big{
	font-size:		200%;
	font-family:		cursive;
}
#heading_small{
	font-style:		italic;
	font-weight:		lighter;
}
#marquee{
	width:			90%;
	font-size:		150%;
	font-family:		cursive;
}
#subnav{
	text-align:		center;
}

.people{
	width:			100px;
	position:		relative;
	float:			left;
	left:			80px;
	font-size:		120%;
}
#people_box{
	float:			none;
	text-align: 		center;
	width: 			100%;
}
.center, #center{
	text-align:		center;
}
form{
	text-align:		center;
}
input, textarea, select, option{
	background-color:	#00BB00;
	border-style:	solid;
	border-width:	thin;
}
.calendar_day{
	width:		100px;
	height:		100px;
	float:		left;
	margin:		2px;
	border:		1px solid #000;
	padding:		5px;
}
.calendar_popup{
	position:		absolute;
	width:		250px;
	height:		250px;
	overflow:		auto;
	visibility:		hidden;
	top:		100px;
	left:		100px;
	background-color:	#00BB00;
	border:		4px outset #000;
	padding:		5px;
}
.calendar_label_small{
	width:		80px;
	text-align:		right;
	font-weight:	bold;
	float:		left;
	padding-right:	10px;
	margin:		0px;
}
.calendar_item_small{
	width:		150px;
	margin:		0px;
	float:		left;
	clear:		right;
	overflow:		hidden;
}
.calendar_day_title{
	width:		100%;
	text-align:		center;
	padding:		0;
	margin:		0;
}
.calendar_add_event{
	width:		100%;
	text-align:		right;
}
form.calendar_small{
	margin:		0px;
	border:		0px;
	padding:		0px;
	width:		100%;
	text-align:		right;
}
form.calendar_small label{
	width:		80px;
	text-align:		right;
	padding-right:	5px;
}
form.calendar_small input, form.calendar_small textarea, form.calendar_small select{
	width:		150px;
}
form.calendar_small textarea{
	height		30px;
}