#wrapper {
	width: 858px;
	margin: 0 auto;
	position: relative;
}

.lbox #wrapper {
	position: relative;
	clear: both;
}

/* page areas */
#page, #banner, #pageheader, #pagecontent, #pagefooter {
	-overflow: hidden;
}

#banner {
	height: 180px;
}

#pageheader {
	height: 23px;
	background: url(/layout/images/theme2/page_header.png) #020066 0 0 no-repeat; 
	color: #ffffff;
}

#pagecontent {
	position: relative;
	left:0;
	top:0;
	height: 565px;
	overflow: auto;
	background-color: #8492CE;
	background-image: url(/layout/images/theme2/page_bg.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#pagefooter {
 	height: 23px;
 	padding: 2px 0;
	background: url(/layout/images/theme2/page_footer.png) 0 0 no-repeat;
	color: #ffffff;
}

#left, #center, #right {
	position: absolute;
	top: 10px;
	height: 540px;
}

#left {
	left: 8px;
	width: 185px;
	-overflow: hidden;
}

#left ul, #left li {
	margin: 0;
	padding: 0;
}

#center {
	left: 200px;
	width:645px;
	padding: 5px;
	overflow: auto;
}

#content_left {
	position: absolute;
	bottom: 3px;
	text-align: right;
	width: 170px;
	padding-right: 2px;
	color: #fff;
}	

#content_left p {
	color: #fff;
}	

#content_right {
	display: block;
	position: absolute;
	bottom: 3px;
	text-align: left;
	max-height: 330px;
	width: 100%;
	overflow: auto;
}	

#content_footer {
	display: block;
	float: left;
	width: 174px;
	text-align: right;
	padding-right: 10px;
}	

/* timestamp info */
#timestamp {
	display: block;
	float: right;
	width: 125px;
	padding: 2px 2px 0 16px;
	text-align: left;
}

#userdata {
	text-align: center;
	margin: 2px 2px 2px 2px;
	float: left;
	width: 175px;
	height: 17px;
}

/* language navigation */
#languages {
	float: left;
	position: relative;
	left: 35px;
	top: 10px;
	height: 17px;
	width: 160px;
}

#languages a {
	height: 10px;
	width: 18px;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}

#languages img {
	height: 10px;
	width: 18px;
	padding: 0;
	margin: 0;
}

.PageFooter {
    margin: 10px 0 0 0;
    color: #fff;
}

