/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
margin:0;
padding:0;
}
body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#222222 none repeat scroll 0 0;
font-family:Futura,sans-serif;
font-size:10px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
color:#999999;
text-decoration:none;
}
li.active a {
color:#555555;
text-decoration:none;
}
a:visited {
color:#999999;
text-decoration:none;
}
a:hover {
color:#555555;
text-decoration:underline;
}
a img {
border:medium none;
}
#menu {

height:100%;
left:0;
letter-spacing:1px;
overflow:auto;
position:fixed;
top:0;
width:215px;
}
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 12px;
}
#menu ul li.section-title {
border-bottom:1px dotted #666666;
font-weight:normal;
letter-spacing:1px;
margin:8px 0;
padding-bottom:7px;
color: #999999
}
#content {
height:100%;
margin:0 0 0 270px;
top:0;
}
.container {
padding:35px 5px 25px 35px;
}
#content p {
margin-bottom:2px;
font-size: 8pt
}
p {
margin:0 0 80px;
color: #999999
}
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:0px 0 12px;
width:500px;
}
#once {
clear:left;
}
