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

body {
	color: #000; 
	font-size: 11px;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	background: #fff;
	line-height: 20px;	
}

a:link { text-decoration: none; color: #000; font-weight: bold; }
a:active { text-decoration: none; color: #000; font-weight: bold; }
a:visited { text-decoration: none; color: #000; font-weight: bold; }
a:hover { text-decoration: none; color: #9c179c; font-weight: bold; }

a img { border: none; }




#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 20px 0;
	font-weight: bold;
}




#menu ul a {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #000;
	padding: 2px 3px 2px 3px;
}

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

#menu ul a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #9c179c;
}
	
#menu li.active a { 
	color: #ffff;
	font-weight: normal;
	text-decoration: none;
	background-color: #9c179c;
}


#menu li.section-title { 
	font-weight: bold;
}




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

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

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

#content .container { padding: 105px 0 0 0; }


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 0px; }
h2 { font-size: 0px; }
h3 { font-size: 0px; }
h4 { font-size: 0px; }

#img-container		{ margin: 0; padding: 0 0 0 0; }
#img-container p	{ width: 650px; margin: 0; padding: 0 0 10px 0; }

#once { clear: left; }