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

body {
	font-size: 14px;
	font-family: garamond; color: #6D7B8D;
	background: #25383C;
}

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

a:link { text-decoration: none; font-size: 12px;
	font-family: trajan pro, trajan pro;
	color: #AFEEEE; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #CCCCCC; }
a:hover { text-decoration: none; font-size: 12px;
	font-family: trajan pro; font-style: italic;
	color: #FFFFFF; }

a img { border: none; }

#menu {
    width: 500px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: center;
    height: 100%;
	background-color: #25383C;
}


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

#menu ul li.section-title { font-size: 14px;
	font-family: trajan pro, trajan pro;
	color: #6D7B8D; cursor: pointer }

#content {
height: 100%;
    margin: 0 0 25px 0;
    top: 0; color: #FFFFFF;
}

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

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

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

#img-container	{ margin: 10px; padding: 50px; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left }

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

