#header { 	
	background-image: url(../imateq/www/menu_bg.png);
	background-position: bottom;
	min-height: 663px;
	width: 246px;
}
#main-container { 	
	background-color: black;
	min-height: 730px;
	width: 77%;
}
#header, #main-container { 	
	/*display: inline-block;
	vertical-align: top;*/
	float: left;
}
#logo { 	
	background-image: url(../imateq/www/logo_the_act.png);
	background-repeat: no-repeat;
	height: 182px;
	margin: 44px auto 39px 35px;
	width: 171px;
}
.menu { 	border-top: 1px solid rgba(255, 185, 106, .2); margin: 0px 27px 18px 30px;}
.navigation li { 	border-bottom: 1px solid rgba(255, 185, 106, .2); padding: 12px 0 10px; }
.navigation a:hover, .onpage { 	color: #f8dd72!important; }
.navigation a { 	
	color: #ad7f35;
	display: block;
	font-family: 'trajan-pro', serif;
	font-size: 13px;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}