@charset "UTF-8";
/* CSS Document */

body {
	background-color: #E5E5E5;
	margin: 0px;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.68em;
}

.outer-wrapper {
	width: 995px;
	background: #FFF; 
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */	
}
.central {
	background-image: url(/images/main_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFF;
	text-align: left;
	position: absolute;
	top:0px;
	min-height:720px;
	width: 995px;
	float:left;
	clear:both;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.footer {
	background-image: url(/images/footer_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFF;
	width: 995px;
	height:92px;
	float:left;
	position:absolute;
	bottom:0px;
	text-align: left;
}
.logoarea {
	/* camiloo logo and copyright shell */
	width: 250px;
	float:left;
	height:72px;
	padding:10px;
	padding-left:70px;
	position: relative;
}
	.camiloologo {
		padding-bottom:5px;
	}
	
	.camilootext {
		font-size:1em;
		color:#333;
	}
	
.stats {
	/* gameplay statistics area */
	width: 250px;
	float:right;
	height:62px;
	padding:10px;
	padding-top:20px;
	padding-right:70px;
	text-align:right;
	position: relative;	
}

.bedlamlogo {
	/* main logo shell */
	float:left;
	height:72px;
	padding:30px 10px 10px 60px;
	position:relative;
	width:198px;
}


.changelang {
	float:left;
	height:29px;
	padding:57px 10px 10px 32px;
	position:relative;
	width:200px;
	font-weight:bold;
}

.colortext {
	color: #F400BF;	
}
.menubox {
	float:left;
	font-size:21px;
	font-weight:bold;
	height:37px;
	padding-left:68px;
	position:relative;
	top:-10px;
	width:900px;
}

.menubox a{
	padding-right:30px;	
}

.contentdiv {
	clear: both;
	position: relative;
	padding-left:70px;
	padding-top:10px;
	width:600px;
	font-size:1.3em;
	bottom:0px;
	padding-bottom:130px;
}
