@charset "utf-8";
/* CSS Document */

#page_background {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:970px;
	padding:15px;
	padding-top:0px;
	padding-bottom:0px;
	z-index:1;
	background-color: #11165E;
	background-image: url(../images/bg_naf_page.jpg);
	background-repeat: no-repeat;
	border: 2px solid #BFB18E;
}
	#menu {
		position:fixed;
		margin-left:4px;
		margin-top:144px;/*started at 128 px on feb 6*/
		width:174px;/*started at 154 on feb 7*/
		padding:3px;
		z-index:8;
		background-color: #696899;
		background-image: url(../images/bg_naf_menu.jpg);
		border: 1px solid #BFB18E;
		background-repeat: no-repeat;
	}
	*html #menu {/*for IE 6 and below */
		position:absolute;
		margin-top:-8px;
	}
	#main_content_container {
		position:relative;
		left:177px;
		top:0px;
		width:793px;
		padding-bottom:10px;
		z-index:2;
		background-image: url(../images/bg_naf_main_content_no_shadow.jpg);
	}
	#oasis_bacground_fade {
		position:absolute;
		left:0px;
		top:104px;
		width:793px;
		height:350px;
		z-index:1;
		background-image: url(../images/bg_naf_oasis_fade_84.jpg);
		background-repeat: no-repeat;
	}
	#left_column {
		position:relative;
		float:left;
		top:0px;
		width:310px;
		padding:10px;
		padding-left:55px;
		z-index:2;
	}
	#right_column {
		position:relative;
		float:right;
		top:0px;
		width:310px;
		padding:10px;
		padding-right:55px;
		padding-top:30px;
		padding-bottom:0px;
		z-index:2;
	}
	#full_width_column {
		clear:both;
		position:relative;
		top:0px;
		margin-top:0px;
		left:0px;
		width:700px;
		min-height:200px;
		padding:10px;
		padding-left:55px;
		z-index:2;
	}
	*html #full_width_column {
		height:200px;
	}
	
	#footer {
		clear:both;
		position:relative;
		left:9px;
		top:5px;
		width:775px;
		margin-top:10px;
		z-index:4;
		background-color: #BFB18E;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-color:#11165E;
	}

