/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
padding:0;
}
body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
font-family:helvetica,arial,sans-serif;
font-color:#666666;
font-size:11px;
line-height:160%;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
color:#999999;
text-decoration:none;
}
a:active {
color:#666666;
text-decoration:none;
}
a:visited {
color:#999999;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a img {
border:medium none;
}
#menu {
background-color:#000000;
bottom:0;
height:100%;
left:0;
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 20px 36px;
}
#menu ul li.section-title {
border-top:1px solid #ff9900;
color:#ff9900;
font-family:helvetica,arial,sans-serif;
font-size:11px;
letter-spacing:0;
margin:0 20px 0 0;
padding:4px 0 0;
}
#content {
height:100%;
margin:0 0 0 215px;
top:0;
}
.container {
padding:0 0 25px;
}
#content p {
margin-bottom:0;
margin-top:123px;
width:400px;
}
p {
margin:0 0 16px;
}
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;
}
