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

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

td {
	padding-right:10px;
}

/*
	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;
}

.left {
	position:relative;
	top:5px;
	left:5px;
	float:left;
	width:100%;
}

.middle {
	text-align: center;
}

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

 .small {
 	font-size:.75em;
 }
 
 .yesToKids {
 	background-color:#F7F7F7;
 }

