body {
	background-color: #66cc66;
}
/************ # = id - once on a web page ****************/

#head {
	text-align: center;
	width: 100%;
	color: #000099;
	background-color: #33aa33; 
	font-size: large;
	font-style: italic;
	text-align: center;
	font-family: "Comic Sans MS";
	border-bottom: 1px double gray;
	/*min-height: 10em;*/
	padding-top: 1%;
	padding-bottom: 1%;
}

#all {
	width: 80%;
}
#left {
	float: left;
  width:14%; 
/*	width: auto; */
	padding-left: 1%;
	padding-right: 2%;
	min-height: 30em;
	background-color: #66cc66;
	border-right:#ffffff;
	
}

#centered-in-left-section
{
	border:4px outset grey;
	padding-left: 3%;
	padding-right: 3%;
	width:96%;
	margin-left: auto;
	margin-right: auto;
}

#top-center {
	float: left;
	width: 80%;
	padding-left: 1%;
	padding-right: 1%;
	min-height: 3em;
	background-color: #33aa33; 
}

#center {
	float: left;
	width: 70%;
	padding-left: 1%;
	padding-right: 1%;
	min-height: 30em;
/*	border: 1px #999999 solid;*/
}

#centered-in-center {
	float: none;
	width: 80%;
	padding-left: 1%;
	padding-right: 5%;
	min-height: 10em;
/*	border: 1px #999999 solid; */
}

#right {
	float: left;
	width: 8%;
    padding-left: 1%; 
	min-height: 30em;
/*	background-color: #33aa33;*/
}
#picture-placeholder {   /* used for the guntersville images in default.htm */
	float: right;
/*	padding-right: 1%; */
	padding-left: 3%; /*keeps the text to the left from coming too close*/
}	
	
#footer {
/*	border: 1px #aaaaaa solid; */
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}
/*
#menu ul {
	margin-left: -2.5em;
}

#menu li {
	list-style-type: none;
	float: left;
	width: auto;
	padding-left: 1%;
	padding-right: 1%;
	background-color: #33aa33;
	text-align: center;
}

#menu a:hover {
	border: 2px blue inset;
}
*/