@font-face{
	font-family: Aaargh;
	src: url('/res/fonts/Aaargh.ttf');
}
@font-face{
	font-family: LondonBetween;
	src: url('/res/fonts/LondonBetween.ttf');
}
html,body{
	margin:0;
	padding:0;
}
body{
	font-family: LondonBetween, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align:center;
	background-image: url(res/background-tree.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	background-color: #5A5135;
}
#header{
	width:100%;
	height:150px;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #798616;
}
#header a{
	background : inherit;
}
#header a:hover{
	background : inherit;
}
#header .menu-background{
	background-image: url(res/menu/background.png);
	background-repeat: repeat-x;
	margin-top: -10px;
	background-attachment: fixed;
	background-position: left top;
	height: 45px;
	background-color: #170001;
}
#container{
	text-align:left;
	height: 100%;
}
#content{
	float:left;
	width:960px;
	height: 100%;
}
#container .background{
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='res/background-container-transparent.png');
}
#container .background[class] {
	/*background-image:url(res/background-container-transparent.png);*/
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center top;
}

#content p{
	color: #F7F6F5;
}
#content .content{
	padding: 8px;
	font-family: LondonBetween, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
	color: #F7F6F5;
}
#category{
	display: block;
}

div#navigation{
}
div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}
div#extra{}
div#footer{
	overflow: visible;
	text-align: center;
	font-family: LondonBetween, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#footer p{margin:0;padding:5px 10px; color: #EB9C01;}
div#container{width:960px;margin:0 auto}
div#navigation{float:right;width:200px}
div#extra{float:right;clear:right;width:200px}