html {
	height:100%;
	min-height:100%;
	}
body {
	margin:0px;
	height:100%;
	min-height:100%;
	text-align:center;
	background-image: url(/images/bkg-camo.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#252525;
	font-size:12px; 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color:#FFFFFF;
	}
a:link { 
  	font-size:12px; 
  	color: #FFFF00;
  	text-decoration: underline; 
	}
a:active { 
  	font-size:12px; 
  	color: #FFFF00; 
  	text-decoration: underline; 
	}
a:visited { 
  	font-size:12px; 
  	color: #FFFF00; 
  	text-decoration: underline; 
	}
a:hover { 
  	font-size:12px; 
  	color: #FFFF33;
  	text-decoration: none; 
	}	
	
H1 {
	font-size:2em;
	font-weight:800;
	color:#ffff00;
	border-bottom: 2px solid #FFFF00;
	background-image:url(../images/hback.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
H2 {
	font-size:1.2em;
	font-weight:900;
	}
H3 {
	border-bottom: 2px solid #000000;
	font-size:1.4em;
	font-weight:900;
	}
#main {
	width:980px;
	padding-bottom: 10em;
	margin-right:auto;
	margin-left:auto;
	background:#252525;
	text-align:left;
	}
#header {
	width:980px;
	background-color:#000000;
	}
#left {
	width:640px;
	float:left;
	}
#leftbody {
	width: 620px;
	padding: 10px 10px 10px 10px;
	background-color:#252525;
	}
#welcome {
	background-color:#343434;
	font-size:12px;
	padding:0px 5px 5px 5px;
	}
#news {
	width: 620px;
	}
#newsitem {
	background-color:#343434;
	font-size:12px;
	padding:0px 5px 5px 5px;
	}
#right {
	width:320px;
	float:right;
	padding:10px 10px 10px 10px;
	background-color:#6e6e6e;
	text-align:center;
	font-size:12px;
	}
#buttons {
	width:300px;
	padding:10px 10px 10px 10px;
	background-color:#4a4a4a;
	text-align:center;
	}
#events {
	width:312px;
	text-align:left;
	padding:0px 2px 5px 2px;
	border:2px #000000 solid; 
	}
#menu {
	background:#000000;
	visibility: hidden;
	}
#map {
	width:300px;
	background-color:#252525;
	padding: 10px 10px 10px 10px;
	
	}
#subleftbody {
	width: 620px;
	padding: 10px 10px 10px 10px;
	background-color:#252525;
	}
#subsub {
	font-size:12px;
	font-weight:bolder;
	color: #CCCCCC;
	text-align:right;
	padding-right: 5px;
	}	
#subban {
	font-size:16px;
	font-weight:bolder;
	color: #CCCCCC;
	text-align:right;
	padding-right: 5px;
	}
#phone {
	font-size: 24px;
	font-weight:bolder;
	color:#FFFF00;
	text-align:right;
	padding-right: 5px;
	}