	@import "screen.css"; 
	

/* ******** Structure ********** */

#overlay {
	position:  absolute;
	top: 147px;
	left: 0;
	width: 100%;
	height: 47px;
	background: url(../images/bg/bg_stripe.png) repeat-x;
	z-index: 4;
}
#titlebar {
	height: 29px;
}
#searchbox {
	float: right;
	width: 25em;
	text-align: right;
	margin-top: -7px;
}
h2.pagetitle {
	float: left;
}


