body {
	background-image:   url("images/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: #b6b66c;
	font-size: 48px;

}
#menu {
	position: absolute;
	width: 300px;
	top: 80px;
	left: 10px;
	padding-top: 20px;
	margin: 0px;



}
.floater {
	position: absolute;
	width: 200px;
	left: 85%;
	top: 80px;

}
#content {
	margin-right: 25%;
	margin-left: 20em;
	margin-top: 20px;

}
#menu p {
	color: #6F413D;
	margin-left: 20px;
}
#menu a {

	color: #6F413D;
}
.floater h3 {
	color: #B6B66C;
	font-family: Georgia, "Arial", Helvetica, sans-serif;
	font-size: 12px;


}
.floater p {
	color: #6F413D;
}
#content h2 {
	color: #666699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;


}
#content a {
	color: #666699;
}
