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

body {
	color: #fff; 
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	background: #000;
	line-height: 17px;	
}

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

a img { border: none; }




#menu {
    width: 280px;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color: #000;
}

#menu ul {
	color: #FFF;
	list-style: none;
	margin: 0 0 20px 22px;
	font-weight: bold;
}




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

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

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


#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: 136px 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; }
