body {
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	padding:0;
	color:#333;
	background-image: url(images/GTLheader2bg.jpg); 
	background-repeat: repeat-x;
}
#header {
	text-align: center;
	margin: auto;
	padding: 0px;
	border:0;
	width: 800px;
}
#footer {
	text-align: center;
	margin: auto;
	padding: 0px;
	border-top: #003300 thick solid;
	width: 800px;
	height: 70px;
	background-image: url(images/bottom_leaves.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#footer p {
	color: #006600;
	font-size: 12px;
	margin-top: 25px;
}
#footer a {
	color: #006600;
	text-decoration: underline;
}
#wrapper {
	margin: auto;
	width: 800px;
	padding: 0;
}
#content {
	width: 780px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin: 1px 10px 20px 10px;
	text-align: left;
	font-size: 12px;
}
#content a {
	color: #003300;
	text-decoration: underline;
	font-weight: normal;
}
#content a:hover {
	color: #660000;
	text-decoration: underline;
}
#content-right {
	float: left;
	width: 350px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin: 25px 5px 5px 5px;
	padding: 5px;
	text-align: right;
}
.clear{clear:both;}
h2 {
	color: #006600;
	font-size: 15px;
}
.green {
	color: #003300;
	font-weight: bold;
}
.smaller {
	font-size: 11px;
}
/* nav menu */
#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #003300;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
font-size: 90%;
text-transform: lowercase;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #006600;
color: white;
}

#index .index, #about .about, #contactus .contactus, #situation .situation, #benefits .benefits, #objectives .objectives
{
background-color: #006600; 
color: #fff;
}


