@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;
}
#main {
	width: 67%;
	border-right: 1px solid #606;
	position: relative;
	padding-right: 10px;
	clear: both;
}
#sidebar {
	position: absolute;
	left: 70%;
	width: 29%;
	top: 38px;
}
#titlebar {
	height: 29px;
	border-bottom: 1px solid #606;
	margin-bottom: 7px;
}
#callout {
	float: right;
	font-size: 13px;
	width: 410px;
	line-height: 17px;
	padding: 5px 10px;
	margin-left: 6px;
	border: 2px solid #606;
	color: #000;
	background: url(../images/bg/callout.jpg) 0 50%  repeat-y;
}
#searchbox {
	float: right;
	width: 25em;
	text-align: right;
	margin-top: -7px;
}
.pagetitle {
	float: left;
}
