body
{
	margin: 0px;
	padding: 0;
	background-color: #eee;
	font-family: arial, helvetica, sans;
	font-size: 0.8em;
	line-height:1.2em ;
}

.navcontainer
{
	width: 200px;
	line-height:2em ;
}

	.navcontainer ul
	{
		margin-left: 0;
		margin-top: 0;
		padding-left: 0;
		list-style-type: none;
	}
	.navcontainer li
	{
		width: 180px;
		background-color: #555;
		border-bottom: 1px dashed #999;
	}
	
	.navcontainer a
	{
		display: block;
		padding: 3px 15px;
		text-decoration: none;
		color: #EEE;
	}
	
	.navcontainer a:link, .navlist a:visited
	{
		color: #EEE;
		text-decoration: none;
	}
	
	.navcontainer a:hover
	{
		background-color: #444;
		color: #fff;
	}

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}

a
{
	color: #902110;
	text-decoration: underline;
}

a:hover
{
	color: #444;
	text-decoration: none;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	background-color: #555;
	border-right:1px solid #000;
}

	#menu_image
	{
		width: 200px;
		height: 200px;
		border-bottom:1px solid #808080;
		background-color: #444;
	}

#main
{
	width: 540px;
	margin-left: 200px;
	padding: 20px;
}

h1
{
	font-family: arial, helvetica, sans;
	font-size: 1.2em;
}

h2
{
	border-bottom: 1px solid #888;
	font-family: arial, helvetica, sans;
	letter-spacing: 3px;
	font-size: 1.0em;
	line-height:1.8em;
	text-align: right;
}

.cookie_info
{
	position:fixed;
	bottom:0;
	width:100%;
	text-align:center;
	background:#000;
	color:#fff;
	padding:10px;
}
