/* CSS Document */

body { 
background-color: #7D3200; 
}
	
#main { 
width: 862px; 
min-height: 559px; 
margin: 0px auto;
background-image: url(images/menus_bg.jpg);
background-repeat: no-repeat;
background-color: #7D3200;
color: #FFF;
text-align: left;
}

#main h1 { display: none; }

#content { clear: both; position: relative; height: 475px; z-index: 1;  }
	#content_text { 
	float: left;
	width: 35%;
	margin-top: 100px; 
	padding-left: 40px;
	line-height: 24px;
	}
	#menus_list {
	float: right;
	width: 25%;
	margin-top: 100px;
	padding-right: 40px;
	}
	#menus_list ul {
	padding: 0;
	margin: 0 0 0 10px;	
	font-size: 16px;
	font-family: 'HelveticaNeue-MedCond' ;
	list-style: none;
	
	}
	#menus_list ul a {
		color: #fff;
	text-decoration: none;
	}

#menus ul a {
	color: #fff;
	text-decoration: none;	
}
#menus ul {
	margin: 0 0 0 10px;	
	font-size: 16px;
	font-family: 'HelveticaNeue-MedCond' ;  
}
#menus ul li {
	margin: 0 0 12px;	
}
@font-face {  
	  font-family: 'HelveticaNeue-MedCond' ;  
	  src: url('font/helveticaneue-mediumcond-webfont.eot');
      src: url('font/helveticaneue-mediumcond-webfont.eot?#iefix') format('embedded-opentype'), url('font/helveticaneue-mediumcond-webfont.woff') format('woff'), url('font/HelveticaNeue-MediumCond.ttf') format('truetype'), url('font/helveticaneue-mediumcond-webfont.svg#HelveticaNeueMediumCond') format('svg');  
} 
