/*
	Written by	Michael Dahlke
	Created:	April 2009
*/
body {
	background:#009934;
	position:relative;
	width:898px;
	margin:0 auto;
}

a {
	color:#ffffff;
	text-decoration:none;
}

/*
	id's
*/

#left {
	position:relative;
	top:5px;
	left:5px;
	float:left;
	width:40%;
}

#menu {
	background:#006322;
}

#right {
	position:relative;
	top:5px;
	left:5px;
	float:right;
}

/*
	class'
*/

.clearFloat {
	clear:both;
}
 .small {
 	font-size:.75em;
 }
