
html,body { 
width: 100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-image: url(../images/grey_bck.gif); 
	background-repeat:repeat-x;
	background-color:#E6E6E6}


#container{width:985px; margin-left:auto; margin-right:auto;}

#menu{width:230px;
		float:left;
		background: url('../images/eagle.jpg'); 
		background-repeat:no-repeat;
		background-position: top right;
		text-align:right;
		}
		
#menulist{width:230px;
		padding:100px 0px 0 0;
		color:#CD5311;
		font:10px/14px verdana;}
	
#menulist ul{
	margin:0px; list-style: none;
}

#menulist li a{
	color:#666; text-decoration:none;
	margin:0px;

}

#menulist li a:hover{
	color:#CD5311;

}
#content{
	width:670px; 
	float:right;
	padding-right:75px;
}

#banner{background: url('../images/eaglesflight_title.jpg'); 
		background-repeat:no-repeat;
		height:94px;
	
}



#menubar ul{padding:79px 0 0 0px;
	white-space: nowrap;
	margin:0px;

}
#menubar li{
	list-style-type: none;
	padding-left:15px;
	padding-right:15px;
	float: left;
	height: 15px;
	margin-right: 5px;
	text-align:center;

}
#menubar li a{
	font:11px/12px 'trebuchet MS'verdana;
	color:white;
	display:block;
	

}
#menubar li a:hover{
	color:#CD5311;
}

#pagecontainer{
	width:646px;
	background-color:#fff;
	border:1px solid #ccc;
	border-top:0px;
	height:526px;
	padding:10px;
	display:block;
}

#pagecontent{float:left;
width:450px;
background-color:#F5F5F5;
margin-right:2px;
padding:15px 15px 10px 15px;
background-image: url(../images/mainband.jpg);
background-repeat: repeat-x;
}

#pageFAQ{float:left;
width:610px;
background-color:#F5F5F5;
margin-right:2px;
padding:15px 15px 10px 15px;
}

#column{
width:144px;
float:right;
background-color:#EBEBEB;
padding:10px 10px 15px 10px;
background-image: url(../images/menuband.jpg);
background-repeat: repeat-x;

}
	
#footer {
	float:right;
	font:9px/14px verdana;
	color:#666;
}
#footer a{
	color:#666;
}

#footer a:hover{
	color:#CD5311;
}

#phone{
	font:26px/30px 'trebuchet MS', arial;
	color:#CD5311;
}

#prog ul{margin:0px 0px 0px 10px;
padding:0px;
}

#prog li{font: 9px/13px  verdana, arial; 
color: #777;
 margin:0px;
	
}