body {
	background-color:#000000;
	font-size:12px;
	font-family: arial, sans-serif;
}

#page_wrapper {
	margin:0 auto;
	width:990px;
	height:749px;
	margin-top:30px;
	position:relative;
}

#logo_wrapper {
	position:absolute;
	left:19px;
	top:15px;
	width:125px;
	height:96px;
}
	#logo_wrapper img {
		border:none;
	}

#menu_wrapper {
	position:absolute;
	top:97px;
	left:242px;
	width:700px;
	height:18px;
}
	.menu_item {
		height:16px;
		width:85px;
		margin-right:2px;
		float:left;
		text-align:center;
	}
		#menu_item_gallery { width:87px; }
		#menu_item_investment { width:94px; }
		#menu_item_contact { width:87px; }
		#menu_item_press { width:88px; }
		#menu_item_events { width:129px; }
		#menu_item_subscribe { width:91px; margin-right:0; }
			#menu_item_subscribe a { color:#489022; }
		
		.menu_item a {
			color:#999999;
			text-decoration:none;
		}
		.menu_item a:hover, 
		.menu_item a.active {
			color:#FFFFFF;
			text-decoration:none;
		}
		
h1 {
	font-size:16px;
	color:#489022;
}
h2 {
	font-size:14px;
	color:#489022;
}