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

body {
	background:none repeat scroll 0 0 #FFFFFF;
	font-family: Arial, Helvetica, Geneva;
	font-size:12px;
        line-height:13pt;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #999999; }

a img { border: none; }

#menu {
    background: rgba(0, 0, 0, 0);
    width: 215px;
    overflow: auto;
    padding-top: 40px;
    top: 0;
    bottom: 0;
	left: 80px;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
    color:#333333;
    font-weight: bolder;
    text-decoration:none; 
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    padding-left:85px;
    padding-top:85px;
    top:0;
}

.container {
    padding: 5px 25px 25px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { 
    font-family: Arial,Helvetica,sans-serif;
    color: #990000;
    font-size: 22px; 
    margin-bottom: 20px;
    a:visited { text-decoration: none; color: #fcc0000; }
}
h2 { 
    font-size: 12px;
    font-weight: bolder;
}
h3 {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bolder;
    color: #999999;
    font-size: 12px;
}
h4 { 
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #666666;
    width: 500px; 
}

#img-container	{ margin: 0; padding: 0 0 20px 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0; }

#once { clear: left; }
