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

body {
	font-size: 12px;
	font-family: georgia, serif;
	background: #fff;
}

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

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

a img { border: none; }

#menu {
    background-color:#FFFFFF;
bottom:0;

font-size:11px;
height:100%;
left:25px;
opacity:1;
overflow:auto;
padding-top:25px;
padding-right:25px;
position:fixed;
top:0;
width:200px;
}

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

#menu ul li.section-title {color:#666666;
font-weight:bold; 
padding:5px 0;
font-size:12px;
}

#menu ul li {
margin-bottom:4px;
margin-top:0;
}

#menu ul li a:link {
background:#none none repeat scroll 0 0;
text-decoration:none;
}


#menu ul li a:active {
background:#none none repeat scroll 0 0;
text-decoration:none;
color: #000000;
}
#menu ul li a:visited {
background:#none none repeat scroll 0 0;
text-decoration:none;
color: #000000;
}
#menu ul li a:hover {
background: none none repeat scroll 0 0;
text-decoration:underline;
color:#000000;
}
#menu ul li.active a {
background:#fff20d none repeat scroll 0 0;
color:#000000;
}


#menu .container { padding-top: 50px; padding-left: 25px; }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
	padding: 30px 5px 25px 40px;
}

.container {
    margin-bottom:25px;
}

#content p { line-height:18px;
margin:0 0 20px;
width:600px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }#menu { background: #ffffff; }
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; }