/* ###########################################
   ##  Name: Air America Flight Services    ##
   ##  Author: Allison Nold                 ##
   ##  File: style.css                      ##
   ##  Last Updated: August 11, 2009        ##
   ##  Help: Email-allisongrayce@gmail.com  ##
   ###########################################
*/

body {
	background: #2a5363;
}


/* ---- Standard Elements ---- */

a {
	color: #d39f00;
	text-decoration: underline;
}

a:hover {
	color: #eab81e;
	text-decoration: underline;
}

a:visited {
	color: #eab81e;
	text-decoration: underline;
}

a:active {
	color: #eab81e;
}


/* ---- Background ---- */

#gradient {
	background: url(../images/blue/bg_gradient.gif) repeat-x;
}

.gradient_highlight {
	background: url(../images/blue/bg_highlight.gif) no-repeat;
}


#footer {
	color: #24689e;
}