/**
* 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: Trebuchet MS, Arial, Helvetica, sans-serif; 
	background-color: #000000;
	line-height: 14px;
	text-transform: uppercase;	
}

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: #aaa; font-weight: bold; }

a img { border: none; }




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

#menu ul {
	color: #fff;
	list-style: none;
	margin: 0 0 20px 0px;
	font-weight: bold;
	text-transform: uppercase;
}




#menu ul a {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

#menu ul a:visited {
	color: #fff;
	font-weight: normal;
}

#menu ul a:hover {
	color: #aaa;
	font-weight: normal;
}
	
#menu li.active a { 
	color: #aaa;
	font-weight: normal;

}


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




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

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

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

#content .container { padding: 37px 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; }
