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

body {
	color: #666; 
	font-size: 11px;
	font-weight: normal;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height: 14px;
	background: #ffffff;
}

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #666; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #000; }

a img { border: none; }


#menu {
    width: 175px;
    top: 0;
    bottom: 0;
    left: 50px;
    position: absolute;
    height: 400px;
    background: #000000;
}

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




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

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

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



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

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

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

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

#once { clear: left; }