/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
margin:0;
padding:0;
}
body {
background:#FFFFFF none repeat scroll 0 0;
color:#000000;
font-family:Arial,sans-serif;
font-size:12px;
line-height:1.3em;
font-weight:bold;
text-align:center;
}
body.section-2 {
}
body.section-3 {
}
a:link {
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
font-size:12px;
text-decoration:none;
}
a:active {
background:#000000 none repeat scroll 0 0;
text-decoration:none;
}
a:visited {
background:#000000 none repeat scroll 0 0;
color:#CBCBCB;
font-size:12px;
text-decoration:none;
}
a:hover {
background:#BFBE00 none repeat scroll 0 0;
color:#000000;
text-decoration:none;
}
a img {
border:medium none;
}
#menu {

bottom:0;
height:100%;
left:0;
overflow:auto;
position:fixed;
top:0;
width:216px;
}
#menu ul {
background:black none repeat scroll 0 0;
line-height:1em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0px;
text-indent:2px;
font-weight:normal;
line-height:1.5em;
text-align:left;
}
#menu ul li.section-title {
	background:#FFCC99 none repeat scroll 0 0;
	color:#000000;
	font-size:16px;
	text-align:center;
	line-height:1.3em;
	font-weight:bold;
}
#content {
height:100%;
margin:0 0 0 300px;
top:0;
font-size:16px;
line-height:1.2em;
font-weight:normal;
text-align:left;
}
.container {
padding:5px;
}
#content p {
margin-bottom:9px;
width:400px;
}
p {
margin:0 0 9px;
}
h1 {
font-size:16px;
font-weight:normal;
line-height:1.3em;
}
h2 {
font-size:12px;
font-weight:bold;
line-height:1.1em;
text-align:right;
width:550px;
}
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;}