div.website {
	width: 980px;
	margin: 0 auto;
}
div.menubar_container {
	position: relative;
	width: 1000px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 39px;
	background-image: url('../images/menubar.gif');
	background-repeat: repeat-x;
}
div.topmenu {
	text-align: right;
	margin-right: 60px;
}
div.sitecontainer {
	position: relative;
	width: 980px;
	height: 100%;
	background: #ffffff;
	padding: 10px;
}
div.site {
	position: relative;
	width: 980px;
	text-align: left;
}
div.header {
	position: relative;
	background-image: url('../images/fr_header.gif');
	background-repeat: no-repeat;
	width: 980px;
	height: 60px;
}
div.header_logo {
	position: absolute;
	top: -6px;
	left: 40px;
}
div.header_text {
	position: absolute;
	display: none;
	top: 15px;
	left: 600px;
}
div.breadcrumb {
	color: #909090;
	margin-bottom: 10px;
}
div.page_container {
	float: right;
	margin-right: 30px;
	width: 600px;
}
div.menucontainer {
	float: left;
	margin-top: 50px;
	margin-left: 10px;
	width: 280px;
}
div.submenu {
	position: absolute;
	left: 150px;
	display: none;
	width: 120px;
	line-height: 1.5em;
	background: #dddddd;
	padding: 10px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
div.footer {
	margin-top: 10px;
	clear: both;
	text-align: center;
	font-size: 8pt;
	color: #888888;
}
div.spacer {
	clear: both;
	height: 20px;
}
div.login_window {
	position: absolute;
	display: none;
	background: #ffffff;
	border: 10px solid #999999;
	z-Index: 10034;
	padding: 10px;
	width: 300px;
	left: 50%;
	top: 300px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
