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

body {
	background-color: #fbfbfb;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body.section-1 {
	background: #fbfbfb;}
body.section-2 { 	background: #fbfbfb;
}
body.section-3 { 	background: #fbfbfb;
}

a:link { text-decoration: none; color: black;}
a:active { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black;}
a:hover { text-decoration: none; color: #c6c6bd; }

a img { border: none; }


#menu .container li.active a { text-decoration: none; color: #c6c6bd; }

#menu {
    width: 140px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
	padding: 22px 0 0 25px;
    height: 100%;
	background: #fbfbfb;
	padding-left: 20px;
	padding-right: 0px;


}

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

#menu ul li.section-title {
font-weight: bold 
}

#content {
    height: 100%;
    margin: 71px 0px 0px 170px;
    top: 0;
}

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

.column {
	float:left;
	width:250px;
	padding: 0 45px 0 0px;
	margin-bottom: 20px;}


#content p { width: 800px; margin-bottom: 20px; }

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

h1 { font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left; width: 400px;
}
h2 { font-size: 12px; margin-bottom: 0px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

.section-5 #text {width:600px !important; }
#img-container	{ margin: 0; padding: 0; width: 600px; }
#img-container p	{ width: 400px; margin: 0; padding: 0px 0px 15px 0px; }

.nav 


#once { clear: left; }