body.default {
	color:#b2b6b9;
	text-align:left;
	background-color:#2f2f2f;
	background-image:url('mainbg.png');
	background-repeat:repeat;
}

div.main {
	position:absolute;
	left:200px;
	padding-right:20px;
	width:auto%;
	max-width:900px;
}

div.menu {
	text-align:left;
	position:absolute;
	width:170px;	
	height:40%;	
	min-height:220px;
	max-height:350px;
	margin-right:10px;
	margin-top:10px;
	color:#eeeeee;
	border-width:2px;
	border-style:dotted;
	border-color:#ffffff;
	background-color:#121212;
	background-image:url('menubg.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}

div.side {
	position:absolute;
	left:0px;
	top:0px;
	width:170px;
	height:100%;
	background-color:transparent;
	background-repeat:repeat-y;
	background-position:top left;
}

a.menu {
	color:#bbbbbb;
}

a.link {
	color:#ffffff;
}

li.menu {
	margin-left:10px;
}

div.changes {
	text-align:left;
}

div.infobox {
	color:#000000;
	background-color:#b2b6b9;
	margin-left:5%;
	width:60%;
	min-width:350px;
	height:auto;
	border-width:1px;
	border-style:solid;
	border-color:#ffffff;
	padding: 5px;
}


