* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	background-color: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;

}
a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
a:hover {
	font-weight: normal;
	color: #999;
}

a img { border: none; }

#menu {
	width: 295px;
	overflow: auto;
	top: 0px;
	bottom: 0;
	left: 15px;
	position: fixed;
	height: 100p%;
	z-index: 1;
	margin-top: 20px;
}

#menu .container {
	background-position: left bottom;
	background-image: url('meny_back_round.png');
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 55px;
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 10px;
	line-height: 1.5em;
	font-size: 1em;
}

#menu ul li.section-title { }

#content {
	height: 100%;
	top: 0;
	z-index: 2;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding: 0px;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

#content a {  color: #d11919;  }


p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 2.9em;
	font-weight: lighter;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#text { margin-top: 110px; }

#links { margin-top: 110px;
		margin-left: 80px; }
#player { margin-top: 0px;
		margin-left: 80px; }
