#header {
	height: 300px;
}

#logo {
	margin-top: 20px;
}

.header_box, .header_box_bg {
	right: 0;
	top: 200px;
	height: 50px;
	padding: 1.4em 1em 32px 1em;
	width: 15em;
	text-align: right;
}
.header_box_bg {
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

.header_box {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.left {
	padding-left: 2em;
}

.left h3 {
	color: #4F4B48;
}

.right h1 {
	color: #749951;
}

#ie6 #key { display: none !important; }

