body { 
	background-color: #094B00;
	text-align: center;
	margin: auto;
	background-attachment: fixed;
}

#container {
	background: #93B091;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	color: #094B01;	
	padding-top: 10px;
	padding-bottom: 5px;

}

#header {
	background: url('../images/header.jpg');
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 120px
	}

#navbar {
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #93B091;
	padding-bottom: 10px;
	}

#menu {
	width: 780px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #094B00;
	}
	
/* Blocks all browsers from seeing except Internet Explorer*/

* html .navbar li{
	display: inline;
	position: relative;
	top: 8px;
	left: -18px;
	font-size: 17px;
	font-weight: bold;
	color: white;
	}
/* End Block */

/* Blocks only Internet Explorer from seeing this code */
html[xmlns] .navbar li{
	display: inline;
	position: relative;
	top: 8px;
	left: -18px;
	font-size: medium;
	font-weight: bold;
	color: white;
	}
/* End Block */

.navbar a:link{ color: #FFFFFF; text-decoration: underline;}
.navbar a:visited {color: #FFFFFF; text-decoration: underline;}
.navbar a:hover {color: #D8E2D7;}
.navbar a:active {color: #D8E2D7;}
#menu ul a#current,
#menu ul a#current:link,
#menu ul a#current:visited { font-weight: bolder; color: #D5D600; }


#content {
	background: #D8E2D7;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	padding-bottom: 5px;
	}



#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 14px;
	color: #094B00;
	}

