html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image:url('./images/background.jpg');
	background-repeat:repeat-x;
	
	font-family:tahoma;
	font-size:small;
	color:#666;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
h3 {
	font:1em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color: #595353;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 1075px;
	background: url("./images/content.png");
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	height: 283px;
	background: url("./images/header.jpg") 100% 0px no-repeat;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
	margin-left: 45px;
	width: 630px;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}
div#menu {
	margin-left: 49px;
	margin-top: 11px;
	background-color: #FAFAFA;
	padding: 15px 5px 15px 20px;
	width: 954px;
	color: #908f8f;
	font: 1em georgia,serif; 
}
div#menu a {
	color: #908f8f;
	font: 1em georgia,serif; 
	text-decoration:none;
	padding-right: 15px;
}
div#menu a:hover {
	color: #000000;
	font: 1em georgia,serif; 
	text-decoration:none;
}
div#rightbar {
	float:right;
	margin-right: 48px;
	padding: 15px;
	background-image:url('./images/rightbar.png');
	width:300px;
}
div#footer {
	position:absolute;
	width:100%;
	height: 68px;
	bottom:0; /* stick to bottom */
	background: url("./images/footer.jpg");
}
img	{
	margin-left: 15px;
}
.biografi {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
}
.guide	{
	margin-top: 15px;
	background-color: #e5ffe5;
	padding: 15px;
	width: 590px;
}
.fb-like {
	margin-top: 7px;
	float:right;
	padding-right: 20px;
}
.fb-comments {
	margin-left: 20px;
}
.lastnedlink {
	font-weight: bold;
	text-decoration: none;
}
.lastnedlink:hover{
	text-decoration: underline;
}
