*{
	margin: 0;
	padding: 0;
	font-family: arial;
}
body, html{
	background-color: #333;
}

div#container{
	background: #fff url('gfx/faux_main.png') top center repeat-y;
	min-width: 900px;
}

div#container p{
	margin-bottom: 10px;
}

div#header{
	height: 150px;
	width: 800px;
	padding: 0 50px;
	margin: 0 auto;
	background: #fff url('gfx/faux_top_3.png') bottom center no-repeat;
}

div#pre_footer{
	height: 50px;
	width: 800px;
	padding: 0 50px;
	margin: 0 auto;
	background: #fff url('gfx/faux_bottom.png') top center no-repeat;
}

div#header h1{
	font-size: 28px;
	line-height: 25px;
	padding-top: 125px;
	color: #666;
	text-transform: uppercase;
}

div#header h1 a{
	position: relative;
	top: -10px;
	outline: none;
	float: right;
	display: block;
	text-indent: -9999px;
	font-size: 12px;
	width: 163px;
	height: 30px;
	background: url('gfx/medlem_sort_skalert.png') top center no-repeat;
}

div#wrap{
	width: 800px;
	margin: 0 auto;
	/* padding: 50px 0; */
	background-color: #fff;
	/* min-height: 600px; */
}

div#wrap ul#menu{
	width: 190px;
	padding: 5px 5px 0 5px;
	float: left;
	list-style-type: none;
}

#wrap ul#menu li{
	padding: 4px;
	border: 1px solid #bbb;
	background-color: #f5f5f5;
	margin-bottom: 5px;
	
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}

#wrap ul#menu li ul{
	list-style-type: none;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

#wrap ul#menu li a, #wrap ul#menu li ul li a{
	color: #000;
	text-decoration: none;
}

div#wrap div#content{
	float: right;
	width: 580px;
	padding: 10px;
	/* background-color: #fa0; */
}

div#wrap div#content h1{
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 22px;
}

div#wrap div#content img{
	border: 1px solid #bbb;
	padding: 4px;
	background-color: #f5f5f5;
	margin-left: 5px;
	margin-bottom: 5px;
}

div#content ul, div#content ol{
	margin-left: 25px;
}

div#content a{
	color: #000;
}

#footer{
	height: 100px;
	border-top: 3px solid #000;
	/* background-color: #666; */
	background: url('gfx/footer-bg.png') top center repeat-x;
	color: #ccc;
}

#footer #content{
	padding: 10px 50px 0 50px;
	width: 800px;
	margin: 0 auto;
}

#footer #content #footer_left{
	float: left;
	width: 400px;
}

#footer #content span.post a{
	color: #ccc;
	text-decoration: underline;
}

#footer #content span.pre{
	width: 100px;
	float: left;
	font-weight: bold;
	clear: left;
}

#footer #content span.post{
}

