@charset "UTF-8";

@media all
{
	body {
		background: #01194e;
	}
	
	#page_margins {
		width: 964px;
	}
	
	#page{
		width: 964px;
	}
	
	#header {
		height: 135px;
		background: url(../../images/nwa_logo_1.jpg) no-repeat;
		overflow: hidden;
	}
	
	#main {
		background: url(../../images/nwa_logo_2.jpg) no-repeat;
	}
	
	#col1 {
		float: left;
		width: 213px;
	}
	
	#col1_content {
		padding: 36px 7px 0 0;
	}
	
	#col2 {
		display: none!important;
	}
	
	#col3 {
		width: 700px;
		margin-left: 213px;
		margin-right: 0;
		background: none;
		z-index: 33;
	}
	
	#col3_content {
		padding: 0;
	}
	
	#footer {
		width: auto;
		text-align: center;
		color: #a4ccea;
	}
}
