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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

#menu a:link { text-decoration: none; color: #777; }
#menu a:active { text-decoration: none; color: #777; }
#menu a:visited { text-decoration: none; color: #777; }
#menu a:hover { text-decoration: underline; color: #DDD; }

#content a:link { text-decoration: none; color: #D975B1; }
#content a:active { text-decoration: none; color: #D975B1; }
#content a:visited { text-decoration: none; color: #D975B1; }
#content a:hover { text-decoration: none; color: #CCC; }

a img { border: 1px solid #FFF; }

#menu {
    width: 215px;
    overflow: auto;
    top: 60px;
    bottom: 0;
	left: 70px;
    position: fixed;
    height: 100%;
	background-color: #333;
}

#menu ul {
	list-style: none;
	margin: 20px 0 0 15px;
	line-height: 1.5;
	font-size: 12px;
}

#menu ul li.section-title {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.4;
	font-size: 15px;
	color: #AFCE32;
	}

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 60px;
	color: #FFF;
}

.container {
    padding: 15px 5px 25px 5px;
}

.container2 {
    padding: 65px 5px 25px 75px;
}

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

p {
    margin: 0 0 9px 15px;
}

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

#img-container	{ margin: 0; padding: 60px 0 0 100px; font-size: 12px; color: #CCC; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0px; font-size: 12px; }

#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: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}