/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
     background: none repeat scroll 0% 0% #FFFFFF;
     font-family: helvetica,arial sans-serif;
     font-size: 16px;
     margin-left: 0px;
     margin-right: 0px;
     margin-top: 0px;
}

body.section-1 {
    
}

body.section-2 {
    
}

body.section-3 {
    
}

a:link {
     background-color: #ffffff;
     color: #000000;
     text-decoration: none;
}

a:active {
     background-color: #ffffff;
     color: #000000;
     text-decoration: none;
}

a:visited {
     background-color: #ffffff;
     color: #000000;
     text-decoration: none;
}

a:hover {
     background-color: none;
     color: #000000;
     text-decoration: none;
}

a img {
     border: none;
}

#menu {
     background-color: #FFFFFF;
     bottom: 0pt;
     color: #000000;
     height: 100%;
     left: 0px;
     line-height: 100%;
     margin-left: 0px;
     margin-right: 100px;
     margin-top: 70px;
     opacity: 100;
     position: fixed;
     top: 0pt;
     width: 255px;
}

#menu ul {
     color: #000000;
     line-height: 110%;
     list-style: none outside none;
     margin: 25px 0pt 10px 30px;
     text-align: left;
     text-decoration: none;
}

#menu ul li.section-title {
     margin-bottom: 1px;
}

#content {
     height: 100%;
     margin: 80px 0px 0pt 255px;
     top: 0pt;
}
p {
    margin: 0 0 9px 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	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
