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

body {
	font-size: 12px;
	font-family: Futura, Georgia, Arial, Sans-Serif;
	background: #000;
	color: #fff;
}

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

a:link { text-decoration: none; color: #fff;}
a:active { text-decoration: none; color: #fff; }
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: none; color: #fff; border-bottom:1px; border-bottom-style:dotted;}

a img { border: none; }

#menu {
    width: 200px;
    background-color: #000;
    overflow: hidden;
    top: -1px;
    bottom: 0px;
	margin-left: 25px;
    position: fixed;
    height: 100%;
	line-height:1.8em;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

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

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

.container {
    padding: 25px 0px 25px 0px;
    height: 100%;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 14px; font-weight: normal; border-bottom-width: 10px; }
h3 { font-size: 16px; border-bottom: dotted; border-bottom-width: 1px; }
h4 { font-size: 12px; font-weight: bold; }

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

#once { clear: left; }

.john { 
	font-size: 13px; 
	color: #fff; 
	text-transform:uppercase;
}

.john:link { color: #fff; }
.john:active { color: #fff; }
.john:visited { color: #fff; }
.john:hover { color: #fff; border-bottom: none;}

#contact {
    width: 500px;
    margin-top: 31px;
    height: 70px;
	line-height:1.4em;
}

.meny {
	bottom: 30px;
	vertical-align: bottom;
}

li.active a {
color: #fff;
}
