#header{
	height: 68px;
	margin: 0;
	padding: 0;
	background:#6a7c51;
	opacity: 0.7;
}

#footer{
	/*margin: 0; */
	/*border-top: 1px solid #2f3824;*/
	height: 68px;	
	background:#6a7c51;
	opacity: 0.7;
}

img.mainNav{
	padding: 5px 0px 0px 10px;
	float:left;
	border: 0px;
}

.mainNav{
	padding: 0;
	margin: 0;
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	letter-spacing: 0.3em;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	vertical-align: middle;
}

a.mainNav{
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	letter-spacing: 0.3em;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a.mainNav:visited{
	color: #ffffff;
}
a.mainNav:hover{
	color: #2f3824;
	text-decoration: underline;
}


#twitterboxHolder{
	width:100%;
}

div.windowBar{
	width: 100%;
	height: 16px;
	background:#2f3824;
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle ;
	text-indent: 16px;
	color: #fff;
}



