/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
padding:0;
}
body {
background:none repeat scroll 0 0 #FFFFFF;
font-family:Helvetica;
font-size:12px;
letter-spacing:1pt;
margin-top:180px;
line-height:20px;
}
body.section-1 {

}
body.section-2 {

}
body.section-3 {

}
a:link {

color:#444444;
text-decoration:none;
}
a:active {
color:#999;
}
a:visited {
color:#999;
text-decoration:none;
}
a:hover {
background:none repeat scroll 0 0 rgb(254,155,151);
color:#000000;
}
a img {
border:0 none;
}
#menu {
background:none repeat scroll 0 0 white;
left:50px;
position:fixed;
text-align:right;
width:230px;
line-height:25px;
font-family:helvetica;
top:0px;

}
#menu ul {
list-style:none outside none;
margin:14px;

}
#menu ul li.section-title {
line-height:20px;
color:#f59b97;
}
#content {
height:100%;
margin:80px 0 0 350px;
top:0;
}
.container {

}
#content p {
margin-bottom:9px;
width:650px;
margin-top:25px;
}
p {
margin:0 0 0 16px;
}
h1 {
font-size:17px;
font-style:normal;
font-variant:normal;
font-weight:lighter;
letter-spacing:2px;
margin-left:18px;
text-transform:uppercase;
}
h2 {
font-size:24px;
}
h3 {
font-size:16px;
}
h4 {
font-size:12px;
}
#img-container {
margin:17px;
padding:0;
}
#img-container p {
margin:0;
padding:0 0 12px;
width:650px;
}
#once {
clear:left;
}


