
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
	 
* {
padding:0;
}
body {
font-family:"Courier New",Courier;
font-size:11px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
color:#333333;
text-decoration:none;
}
a:active {
color:#000000;
text-decoration:underline;
}

a:visited {
color:#777777;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:underline;
}
a img {
border:0 none;
}
#menu {
background:#FFFFFF none repeat scroll 0 0;
left:40px;
padding:10px 20px 50px 0;
position:fixed;
text-align:left;
top:80px;
z-index:10;

padding:10px 20px 10px 0px;
}
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:14px;
}
#menu ul li.section-title {
font-size:13px;
line-height:30px;
}

#content {
height:100%;
margin:440px 0 0 203px;

}
.container {
}
#content p {
width:600px;
background-color:white;
top:300px;
padding:20px 20px 10px 10px;}
p {
margin:0 0 0 16px;
}
h1 {
font-size:32px;
}
h2 {
font-size:24px;
}
h3 {
font-size:16px;
}
h4 {
font-size:12px;
}
#img-container {
background:white none repeat scroll 0 0;
left:227px;
padding: 5px 5px 5px 5px;
position:fixed;
top:398px;
z-index:1;
}
#img-container p {
margin:0;
padding:0 0 12px;
width:600px;
}
#once {
clear:left;
}
 