body {
	background-image:  url("bg.gif");
	background-repeat: repeat-x;
	background-color: #fff7ef;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #99CC66;
	font-size: 48px;

}
#menu {
	position: absolute;
	width: 200px;
	top: 80px;
	left: 10px;
	padding-top: 20px;
	margin: 0px;



}
.floater {
	position: absolute;
	width: 200px;
	left: 85%;
	top: 80px;

}
#content {
	margin-right: 25%;
	margin-left: 225px;
	margin-top: 20px;

}
#menu p {
	color: #009900;
	margin-left: 20px;
}
#menu a {
	color: #663300;
}
.floater h3 {
	color: #99CC66;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;


}
.floater p {
	color: #009900;
}
#content h2 {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;


}
#content a {
	color: #CCCCCC;
}
