body {
	background-color: #f8eeba;
	color: black;
	line-height:20px;
	font-size:15px;
	font-family:Constantia,"Californian FB",Georgia,sans-serif;
}
a, a:link, a:hover, a:visited {
	color:#663;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	color:#600;
	font-weight:bold;
}
h1 {
	clear:left;
	font-size:1.5em;
	font-family:"Bradley Hand ITC",cursive;
}
h2 {font-size:1.2em;}
h3,h4 {font-size:1.0em;}
img {
	padding:0px;
	border:0px none;
	margin:5px;
}
/* Heading Styles */
#header {
	height:100px;
	width:800px;
	margin: 10px 25px 10px 25px;
}
#header h1 {
	font-size:2em;
	line-height:30px;
	font-family:Constantia,serif;
}
/* Main Content Styles */
#main {
	position:absolute;
	top:120px;
	bottom:20px;
	width:900px;
	height:auto;
	margin: 10px 25px 10px 25px;
	overflow:auto;
}
#main h1 {
	color:#600;
	border-bottom: 2px solid;
	border-color: #666666;
	background-color:#FFCC66;
}
#main h2,#main h3 {
	clear:left;
	color:#600;
}
#menu {
	text-align:center;
}
#footer {
	text-align:center;
	color:#600;
	font-style:italic;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:25px;
	margin: 0px 0px 0px 0px;
	border-top: 2px solid #666;
	background-color:#FC6;
}
#footer a,#footer a:link,#footer a:hover,#footer a:visited {
	color:#600;
	text-decoration:none;
	border-bottom: 1px #622 dotted;
}
#one {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
}
#one h1 {
	border-bottom: 2px solid;
	border-color: #72754A;
	background-color:#D0D587;
}
#two {
	position: absolute;
	top:0px;
	left:275px;
	width: 250px;
}
#two h1 {
	border-bottom: 2px solid;
	border-color: #666666;
	background-color:#FFCC66;
}
#three {
	position:absolute;
	top:0px;
	left:550px;
	width: 250px;
}
#three h1 {
	border-bottom: 2px solid;
	border-color: #6F716C;
	background-color:#CACDC5;
}

/* Classes */
.lt {
	float:left;
	clear:left;
	margin: 0px 8px 4px 0px;
}
.rt {
	float:right;
	clear:right;
	margin: 0px 0px 4px 8px;
}
.flt {float:left;clear:none;}