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

body {
	font-size: 10px;
	font-family: Georgia, mono;
	line-height: 1.3em;
	color: #000000;
	background: #d7dfdf;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 12px;
	text-transform: lowercase;
}

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

a:link { text-decoration: none; background:#FFFFFF; color: #000000 }
a:active { text-decoration: none; background:#FFFFFF; color:#000000; }
a:visited { text-decoration: none; background:#FFFFFF; color: #000000; }
a:hover { text-decoration: none; background: #FFFFFF; color: #FFFFFF; }



#menu {
	position: fixed;
	top: 0%;
	height: 50px;
	padding-top: 15px;
	padding-left: 15px;
	width: 50%;
	text-align: left;
	border-top: #CADDDD 0px groove;
	border-bottom: #CADDDD 0px ridge;
	z-index: 500;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size: 10px;
	line-height: 1.5em;
	font-family: Georgia, mono;
	font-style: italic;
}

#menu ul li.section-title {
	font-size: 10px;
	font-weight: bold;
	font-family: Georgia, mono;
	line-height: 1.5em;
	font-style: normal;
	display: inline;
	margin-right: 8px;
 }
 
 li 
 {
	display: inline;
	line-height: 1.5em;
	margin-right: 8px;
 }

#content {
    margin-top: 50px;
    padding-left: 15px;
	text-align: left;
}

.container {
    margin: 0px;
	padding: 0px;
	background-color: transparent;
}


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

#the-background {
position: fixed;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}

#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}



#once { clear: left; }