div.wrapperout {
	width: 960px;
	padding: 5px 0 5px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.head {
	width: 100%;
	height: 80px;
	clear: both;
	position: relative;
}

div.headleft {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	float: left;
	clear: left;
	width: 350px;
	height: 100%;
}

div.searchbox {
	text-align: right;
	height: 100%;
	width: 250px;
	margin-left: 380px;
	margin-right: auto;
}

div.headright {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	float: right;
	clear: right;
	width: 210px;
	height: 100%;
}



div.wrapperin {
	position: relative;
	top: 8px;
	width: 100%;
	clear: both;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.menu {
	width: 100%;
	border: 1px solid gray;
	margin-top: 8px;
	float: left;
	clear: both;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	background-color: #dddddd;
}

div.sidebarleft {
	float: left;
	clear: left;
	width: 200px;
	height: 100%;
}

div.maincontent {
	margin-left: 216px;
	margin-right: 216px;
	min-height: 500px;
}

div.sidebarright {
	float: right;
	clear: right;
	width: 200px;
	height: 100%;
}

div.cleaner {
	height: 1px;
	width: 100%;
	clear: both;
}

div.print {
	width: 100%;
	border: 1px solid gray;
	float: left;
	clear: both;
	text-align: center;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	background-color: #dddddd;
	margin-top: 8px;
}

div.foot {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.footleft {
	text-align: left;
	float: left;
}

div.footright {
	text-align: right;
	float: right;
}



