/*
     Aberdeen Flying Serivce
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 color: #333333;
 background-color: #171C1F;
 background-image: url(images/bodybg2.jpg);
 background-repeat: repeat-x;
 background-position: top left;
}
#wrapper { 
 margin: 0 auto;
 width: 960px;
}
#wrapper_header { 
 margin: 0 auto;
 width: 1148px;
 background-image: url(images/shadow.png);
 background-repeat: no-repeat;
 background-position: top left;
}
#header {
 padding: 0px;
 height: 322px;
 margin: 0;
}
#navigation {
 height: 81px;
 width: 480px;
 padding: 0px;
 margin: 0;
}
#content { 
 margin: 0;
 background-color: #FFFFFF;
 padding: 0;
  height: auto;
 line-height: 19px;
}
#content_left { 
 color: #333;
 background: #ffffff;
 background-image: url(images/whitetopbg.gif);
 background-repeat: repeat-x;
 background-position: left top;
 margin: 0;
 padding: 20px 27px 20px 20px;
 float: left;
 /*width: 554px;*/
 height: auto;
}
#sidebar {
float: left;
width: 357px;
height: auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hr {color: #CCCCCC;  height:1px; margin: 10px 0px;  width: 554px;}
.hr_small {color: #CCCCCC;  height:1px; margin: 10px 0px;  width: 430px;}
.specials {font-size: 20px; font-weight: bold; line-height: 24px; color: #000000;}
.specialsitalic  {font-size: 20px; font-style: italic; line-height: 24px; color: #000000;}
a:hover.specialsitalic  {text-decoration: underline;}
.text {font-family: Verdana; font-size: 12px; line-height: 24px;}
.contacttext {font-family: Verdana; font-size: 12px; padding-bottom: 5px;}
.footertext {text-decoration: none; color: #FFFFFF;}
a:hover.footertext {text-decoration: underline;}
.email {color: #333333; text-decoration: none;}
a:hover.email {text-decoration: underline;}

.featuretext {
	font-family: Verdana; 
	font-size: 16px; 
	line-height: 30px;
}

#footer { 
 color: #FFFFFF;
 height: 70px;
 background-image: url(images/footerbg.png);
 background-repeat: no-repeat;
 background-position: top left;
 margin: 0;
 padding: 22px 0px 5px 15px;
 font-size: 12px;
 line-height: 16px;
}
