/* CSS Document */

body { 
background-color: #FFF; 
}
	
#main { 
width: 862px; 
min-height: 559px; 
margin: 0px auto;
background-image: url(images/private_bg.jpg);
background-repeat: no-repeat;
background-color: #2B2837;
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: 75px;
	padding-right: 40px;
	}
	#menus_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height:30px;
	}
