/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
margin:0;
padding:0;
}
body {
background:none repeat scroll 0 0 #FFFFFF;
color:#000000;
font-family:Trebuchet,sans-serif;
font-size:10px;
line-height:15px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
color:#000000;
text-decoration:none;
}
a:active {
color:#000000;
text-decoration:none;
}
a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
color:#999999;
text-decoration:none;
}
a img {
border:medium none;
}
#menu {
bottom:0;
height:100%;
left:0;
overflow:auto;
position:fixed;
top:0;
width:190px;
}
#menu ul {
line-height:16px;
list-style:none outside none;
margin:0 0 12px 5px;
text-align:left;
}
#menu ul li.section-title {
color:#000000;
font-size:12px;
font-weight:bold;
line-height:14px;
text-align:left;
}
#content {
height:100%;
margin:4px 0 0 190px;
top:0;
}
.container {
padding:10px 12px 25px;
}
#content p {
margin-bottom:9px;
width:400px;
}
p {
margin: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;
