body {
	font-family:verdana, helvetica, sans-serif;
	font-size:small;
	margin:0px;
	padding:0px;
}
#container {
	background-image:url('pelare.gif');
	background-repeat:repeat-y;
	background-position:185px 0px;
	border:1px solid #AE9C83;
	width:951px;
	/*height:548px;*/
	margin:30px auto 30px auto;
	padding:0px;
}
#meny {
	color:#5E3A07;
	font-size:x-small;
	width:185px;
	background-image:url('meny_bakgrund.jpg');
	float:left;
}
#meny a {
	color:#5E3A07;
	text-decoration:none;
}
#meny ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#meny ul li a {
	color:#5E3A07;
	text-decoration:none;
	display:block;
	font-size:small;
	font-weight:bold;
	width:175px;
	height:26px;
	padding:12px 0px 0px 10px;
	text-transform:uppercase;
}
#meny ul li a:hover {
	background-color:#ffffff;
}
#meny #menyLogotype {
	background-image:url('menyLogotype.gif');
	width:172px;
	height:56px;
	margin-left:6px;
	margin-top:55px;
}
#pelare {
	display:none;
	background-color:red;
	float:left;
	width:7px;
	height:457px;
}
#innehall {
	float:right;
	border-width:0px;
}
#fot {
	clear:both;
	width:951px;
	height:91px;
	background-position:192px 0px;
	background-repeat:no-repeat;
	background-image:url('fot.gif');
}