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

body {
background:#cbcbc7 none repeat scroll 0 0;
font-family:Helvetica,Verdana,sans-serif;
font-size:12px;
line-height:16px;
} 
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
color:#3A3A3A;
text-decoration:none;
}
a:active {
text-decoration:none;
}
a:visited {
color:#3A3A3A;
text-decoration:none;
}
a:hover {
text-decoration:none; color: #ffffff; background: #990000;
}

a img { border: none; }

#menu {
    width: 240px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: rgba(170, 170, 170, 0.85);
}

#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 14px;
} 

#menu ul li.section-title {
border-top:1px dotted black;
font-family:Helvetica,Arial,sans-serif;
font-size:17px;
font-weight:normal;
line-height:18px;
color: black;
}

#content {
height:100%;
line-height:12pt;
margin:0 0 0 240px;
top:15;
}

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

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

p {
    margin: 0 0 25px 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 {
margin:0;
padding:0 0 12px;
width:400px;
}
#once {
clear:left;
}
