body   { 
font-size: 100%;
margin: 0;
padding: 0;

}
#center {
	width: 800px;
	margin: 0 auto;
	position: relative;
	border-collapse: collapse;	
	border: 3px #9feef3 solid;
}
ul#menu {
	float: left;
	width: 250px;
	margin: 0;
	padding: 50px 0px 30px 0px;
	list-style: none;
}
ul#menu  li {
	padding: 0 10px 40px 15px;
	margin: 0;
	line-height: 100%;
	text-decoration: none;
	color: #9feef3;
}

ul#menu  li a {
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
	color: #24E1EE;
}
ul#menu  li a:hover {
	text-decoration: underline;
	color: #bfc969;
}


ul#menu  li#s {
	padding: 0 10px 10px 15px;
	margin: 0;
	line-height: 100%;
	text-decoration: none;
	color: #bfc969;
}

ul#menu  li#s a {
	text-decoration: none;
	color: #bfc969;
}

#header {
	position: relative;
	width: 100%;
	height: 260px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
#footer{
	background-color: white;
	height: 30px;
	border-top: 2px #9feef3 solid;
	line-height: 30px;
	text-align: center;
	color: #869033;
	font-size: 80%;
 }
 #footer a{
 color: #869033;
 text-decoration: none;
 }
 #footer2{
	background-color: white;
	height: 40px;
	color: #869033;
	border-top: 2px #9feef3 solid;
 }
 #copy {
 	color: #869033;
	font-size: 100%;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
 }
#content {
	width: 500px;
	position: relative;
	float: right;
	margin: 0 15px 15px 15px;
color: #869033;
font-size: 100%;
}
#content p {
line-height: 130%;
font-size: 90%;
}
#content a {
font-size: 100%;
color: #750005;
}
#content ul {
font-size: 90%;
}

#clear {
	clear: both;
	font-size: 0;
	height: 0;
}
