body {
	background: #ffffff;
	text-align: center;
}
#wrapper {
	width: 95%;
	min-width: 720px;
	margin: 0 auto;
	text-align: left;
	
}
#header  {
	background: #00ffff url(images/header1.jpg) no-repeat center;
	height: 150px;
	margin: 5px;
}
#header h1 {
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	color: #3b5e2b;
	width: 150px;
	height: 140px;
	background: #00ffff;
	padding: 5px;
}
#tagline p {
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  background: #00ffff;
  padding: 5px;
  margin: 5px;
}
#navagation {
	color: #000000;
	background: #ffffff;
	height: 25px;
	margin: 5px;
}
#navagation ul {
	list-style: none;
	text-align: center;
	padding: 0px;
}
#navagation li {
	display: inline;
	background: #3b5e2b;
	padding: 5px;
	
}
ul a {
	text-decoration: none;
	color: #ffffff;
}
ul a:hover {
	background: #000000;
	padding: 2px;
	color: #ffffff;
	border: 1px solid #ffffff;
}
#contentcontrol {
	width: 100%;
	float: right;
	background: #ffffff;
}
#contentcontrol h1, #contentcontrol h2, #contentcontrol h3, #contentcontrol p, #contentcontrol li {
	padding: 5px;
}
#contentcontrol h1 {
	text-align: center;
	text-decoration: underline;
}
#main {
	float: left;
	width: 75%;
	background: #00ffff;
	margin: 5px;
}
#main ul a {
	text-decoration: none;
	font-weight: bold;
	color: #736f6e;
}
#main ul a:hover {
	color: #736f6e;
	background: #00ffff;
	padding: 2px;
	border: 1px solid #000000;
}
#content2 {
	width: 22%;
	min-width: 150px;
	float: right;
	color: #3b5e2b;
	background: #ffff00;
	margin: 5px;
}
#footer {
	background: #ffff00;
	height: 100px;
	clear: both;
	margin: 5px;
}
#footer a {
	
}
#footnav {
	display: block;
	position: absolute;
	padding: 10px;
	margin-top: 35px;
	margin-left: 35px;
}
#attention {
	background: #f52887;
	font-weight: bold;
}
ul {
	font-weight: bold;
}
h2 a {
	text-decoration: none;
}