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

body {
	font-size: 10px;
	margin: 0px;
	font-family: Lucida Grande, Verdana, sans-serif;
	background: #000000;
	color:#fff;
}

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

a:link { 
	text-decoration: none;
	color: #fff; 
}

a:active { 
	text-decoration: none; 
	color:#9E9E9E;
}

a:visited { 
	text-decoration: none; 
	color: #999; 
}

a:hover { 
	text-decoration: none;
	color: #ffae00;
}

a img { border: none; }

#menu
{
    position: fixed;
	left: 38px;
	background-color: #2C0020;
	z-index: 99;
}

#menu ul {
	list-style: none;
	margin: 0px 10px 8px 30px;
}

#menu ul li.section-title {
	margin: 0px 0px 0px -30px;
	font-weight:bold;
	}
#content {
    margin: 0 0 0 285px;
    padding-top:0px;
    float:left;
    background-color:#000;
}

.menucontainer {
    margin: 10px;
    border-top:1px dotted #fff;
}
.subhead {
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	padding:5px 0px 5px 0px;
	margin-bottom:20px;
}
.footer {
	border-top:1px dotted #fff;
	padding-top:5px;
	font-size:9px;
	}
.container {
    margin: 10px;
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	padding:10px 0px 10px 0px;
	}
	
	
.extended-description {
	text-decoration:italic;
}


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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; border-top:1px dotted #fff; }

#once { clear: left; }
.extended-description h6 { text-decoration:italic; }
#the-background
{
	position:fixed;
	z-index:-1;
	height: 100%;
	width: 100%;
	top: 0px;
	left:0px;
	overflow:hidden;
}


