/* $Id$ */

body {
	text-align:center;
}
#page {
	width:95%;
	margin:0px auto;
	text-align:left;
	margin-top:20px;
}
#auth {
	display:none;
	float:right;
	margin:10px 6px;
}
#logged {
	float:right;
	margin:10px 6px;
}
#divisions .box {
	float:left;
	display:inline;
}
#divisions li {
	list-style:none;
	display:inline;
}
#fontselect,#webtree,#shortcut {
	float:right;
	display:inline;
}
#center {
	position:relative;
	display:block;
	overflow:visible;
	border-left:150px solid #fff;
	border-right:180px solid #fff;
}
* html #center {
	display:inline-block;
}
#center:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#center ul {
	margin: 0 30px;
}
#left {
	float:left;
	position:relative;
	width:150px;
	margin-left:-150px;
	display:inline;
}
* html #left {
	width:150px;
}
#left .searchinput {
	width:140px;
}
#right {
	float:right;
	position:relative;
	width:180px;
	margin-right:-180px;
	display:inline;
}