@charset "utf-8";
/* CSS Document */

body { 
	margin: 0; 
	background-color: #9b8f7e;
}
a img { border: none; }
#outer-wrapper {
	position: relative;
	background-color: #fff;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
#asForm {
	width: 610px;
	padding: 20px;
}
#aloha-quote {
	margin-left: 30px;
	margin-right: 30px;
	padding: 20px;
}
#header {
	background: url(../images/headings/header.jpg) no-repeat; 
	width: 650px; height: 122px;
}
	/* French Header */
	#header-french{
		background: url(../images/headings/french.jpg) no-repeat; 
		width: 650px; height: 122px;
	}
	/* Aloha Header */
	#header-aloha{
		background: url(../images/headings/aloha.jpg) no-repeat; 
		width: 650px; height: 122px;
	}
	#header-alohafr{
		background: url(../images/headings/alohafr.jpg) no-repeat; 
		width: 650px; height: 122px;
	}
	
/* Footer Nav */
#footer {
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 8pt;
	color: #bbb;
}
#footer a 				{ color: #aaa; padding: 0px 10px; text-decoration: none; font-size: 8pt;}
#footer a:link 		{ text-decoration: none; }
#footer a:hover 	{ text-decoration: underline; color: #888; }
#footer a:active 	{ text-decoration: underline; color: #888; }
#footer a.first 	{ padding-left: 0px; }

/* END Footer Nav */


