/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Lars Højberg
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	line-height: 15px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: #666666; font-weight: bold; text-decoration: none; }
a:active { color: #000000; font-weight: bold; text-decoration: none; }
a:visited { color: #666666; font-weight: bold; text-decoration: none; }
a:hover { color: #000000; font-weight: bold; text-decoration: line-through; }

a img { 
	border: none;
	background-color:#fff;
	}
	
#menu {
    width: 280px;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color: #fff;
}

#menu ul {
	color:#000;
	list-style: none;
	margin: 0 0 15px 35px;
}

#menu ul li.section-title {
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}



#menu ul a {
	color: #666; 
	font-weight: normal;
	text-decoration: none;
}

#menu ul a:visited {
	color: #666;
	}

#menu ul a:hover {
	color: #000;
	text-decoration: line-through;
	}
	
#menu li.active a { 
	color: #000;
	font-weight: normal;
	text-decoration: line-through; 
}


#content {
    height: 100%;
    margin: 0 0 0 280px;
    top: 0;
}


.container { padding: 40px 40px 40px 40px; }

#content p { width: 500px; margin-bottom: 9px; }

p { margin: 0 0 9px 0; }

#content .container { padding: 100px 0 0 50px; }


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }