body {
	margin: 0;
	padding:0;
	text-align: center;
	background-color: #b4c09e;
	font: 15px Times new roman;
}
  
p, ul {
	color: #103a04;
}

img {
	margin: 0;
	padding: 0;
}
  
a {
	text-decoration: none;
	outline: none;
	color: #103a04;
}

a:active, a:hover {
	color: #ae1010;
} 

/*header*/
  
#header {
	height: 110px;
	margin-top: 10px;
}
  
  
/*menu*/
  
#menu {
	border: 1px solid #103F04;
}

#menu-old {
	height: 30px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background: url(images/menufade.png) repeat-x;
}

#menu ul {
	padding: 7px 0 0 0;
	margin: 0;
}
  
#menu ul li {
	display: inline;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}
  
/*content*/

#contentback {
    width: 100%;
    background-color: #bac6a3;
}
  
#content {
	width: 900px;
	margin: auto;
	padding: 20px 5px;
	text-align: left;
	font-size: 1.2em;
}

.floatleft {
	float: left;
	margin: 0 20px 0 5px;
}  
  
/*footer*/

#footer-spacer {
	clear: both;
}

#footer {
	height: 70px;
	border-top: 1px solid;
}

#footer p {
	font-size: 85%;
	margin: 5px;
	font-weight: bold;
}
