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

body {
	font-size: 10px;
	font-family: "Andale Mono", Courier New, Courier, mono;
	background: ffffff;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: 000000;
	text-decoration: none;
	text-transform: lowercase;
}

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

a:link {
	text-decoration: none;
	font-family: "Andale Mono", Courier New, monospace;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
a:active {
	font-family: "Andale Mono", "Courier New", monospace;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #FDD4D4;
}
a:visited {
	text-decoration: none;
	color: #999999;
	font-family: "Andale Mono", "Courier New", monospace;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	font-family: "Andale Mono", Courier New, monospace;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: 000000;
	background-color: #C7FDE8;
	text-decoration: none;
}

a img { border: none; }

#menu {
    width: 1050px;
    overflow: auto;
    top: 75%;
    bottom: 0;
	left: 40px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 150px 0;
	float: left;
	text-align: center;
 }
	

#menu ul li.section-title { 
background-color: #f2f2f2;
    color: #6a6a6a;
	text-align: center;
	width: 100px;
		}

#content {
    height: 100%;
	    margin: 35px 0 0 40px;
    top: 5px;

}

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

#content p { width: 500px; 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; }

#once { clear: left; }
