body { 
	margin:0; 
	font-size:0.8em; 
	line-height:16px; 
	background-color: #007934; 
	font-family: "Trebuchet MS", "Myriad Pro", Arial;
	}

#container { 
	background-color: #007934;
	/*background: url(images/bg.png) 0 135px repeat-x #ffffff;*/
	}
	
#header { 
	background: url(images/header.gif) no-repeat 50% 0%;  
	height: 277px;
	margin: 0;
	}
	
#space { 
	padding:30px 0 0 0;
	text-align:center; 
	}
	

#menu { 
	background:#ebdd44; 
	width:800px; 
	margin:0 auto; 
	height:32px; 
	margin-top:194px;
	border-right: solid 6px #000000;
	border-left: solid 6px #000000;
	border-top: solid 6px #000000;
	}
	
#menu ul { 
	margin:0; 
	padding:0;
	}
	
#menu ul li{ 
	display:inline-block; 
	float: left; 
	width:100px; 
	list-style:none; 
	text-align:center; 
	height:32px;
	}
	
#menu a { 
	display:block; 
	float:left; 
	width:100px; 
	color:#FFFFFF; 
	font-size:14px; 
	text-transform:uppercase; 
	font-weight:bold; 
	text-decoration:none; 
	padding-top:8px;
	
	}
	
#menu a:hover{ 
	background: #FCFFF5; 
	padding-top:8px; 
	height:24px; 
	color:#193441;
	}

#main { 
	width:100%;
	}
	
#content { 
	margin:0 auto; 
	padding:0;
	padding-top: 20px;	
	padding-bottom: 5px;	
	width:800px;  
	background-color:#ffffff;
	color: #000000;
	border-right: solid 6px #000000;
	border-left: solid 6px #000000;
	border-bottom: solid 6px #000000;
	}
	
#content h1 {
	color: #ebaa44;
	}
	
#content h2 {
	height: 20px;
	padding: 5px 0 0 5px;
	background: url(images/h2bg.png) repeat-x;
	text-transform: uppercase;
	font-size: 1em;
	color: #000000;
	}
	
#facts ul li {
	width: 770px;
	margin: 0 auto;
	}
	
	
#content *{
	padding-left: 5px;
	}
	
#footer {
	background: url(images/footer.gif) no-repeat 50% 0%;  
	height: 79px;
	line-height: 79px;
	margin: 0;

	}
	
/*div {
	border: solid red 1px;
	}*/