/* CSS Document */

body
	{
	background: #e7e4d9;
	margin: 0;
	padding: 0;
	}

#container
	{
	position:relative;
	width: 960px ;
	height: 1181px;
  	margin-left: auto ;
  	margin-right: auto ;
	background: #fff;
	}



#second_nav {
	width: 960px;
	height: 31px;
	background: url(nav_1_bgd.png);
	position: absolute;
	top: 329px;
	
}

	#second_nav #column1 {
		width: 380px;
		float: left;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight:bold;
			}
	
		#column1 a, #column2 a {
			margin-left: 15px;
			color: #fff;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 14px;
			margin-top: 5px;
			display: block;
			line-height: 14px;
			font-weight:bold;
		}
		
		
	
	#second_nav #column2 {
		width: 580px;
		float: left;
		
	}