body { 
  background-position: top center;
  background-image: url(images/bg_image.gif);
  background-color: black;
  font: medium/1.3em Eurostile, Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
}

#allcontent {
	width:			760px;
	background-color:	black;
	margin-left:		auto;
	margin-right:		auto;
	margin-top:		10px;
}


#btns ul {list-style: none;}	
	#btns li { 		float: left; 		height: 22px;  		overflow: hidden;
		margin: -21px 0px 0px 0px;
		padding: 0px;
		background-color: black;
		display: inline;}

#btn1 {width: 82px;}#btn2 {width: 102px;}#btn3 {width: 102px;}#btns a {  display: block;  height: 22px;  text-indent: -9999px;}

#btns a {background: url(images/menu_bg.gif) no-repeat;}#btns #btn1 a {background-position: 0 0;}#btns #btn2 a {background-position: -82px 0;}#btns #btn3 a {background-position: -184px 0;}
#btns #btn1 a:hover {background-position: 0 -22px;}#btns #btn2 a:hover {background-position: -82px -22px;}#btns #btn3 a:hover {background-position: -184px -22px;}


#footer {
  background: url(images/footer_bg.jpg) no-repeat;
  background-color: black;
  text-align:       center;
  font-size:        90%;
  color:	#e1e1e1;
  clear:	right;
  height:	43px;
  width:	760px;
  margin: -13px 0px 0px 0px;
  padding: 12px 0px 0px 0px;

}

#footer a {
		color: #e1e1e1;
}

.footerImage {
		padding: 0px 0px 0px 3px;
}

#map {
	background-image: url(images/tarmac.jpg);
	float: right;
	font-size: 85%;
	display: inline;
}

#content {
	background-color: black;
	margin-top: 5px;

}

#leftsection {
	background-image: url(images/left_section.jpg);
	background-repeat: no-repeat;
	height: 326px;
	color: white;
	padding: 20px 0px 0px 50px;
}

#leftsection a:link{
		color: #f6ff00;
		text-decoration: none;
}

#leftsection a:hover{
		color: #f6ff00;
		text-decoration: underline;
}

#leftsection a:visited{
		color: #f6ff00;
		text-decoration: none;
}

.title {
	color: #37d72d;
}

.title1 {
	color: #71a9e6;
}



