/**
* 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, Helvetica, 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:#F00 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 250px;
	top:0;
	font-size:10px;
	line-height:1.2em;
	font-weight:normal;
	text-align:left;
}
.container {
padding:5px;
}
#content p {
margin-bottom:9px;
width:450px;
font-size:12px;
font-weight:bold;
line-height:1.1em;
}
p {
margin:0 0 0px;
}
h1 {
	font-size:8px;
	font-weight:normal;
	line-height:1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
h2 {
	font-size:12px;
	font-weight:bold;
	line-height:1.1em;
	text-align:justify;
	width:425px;
}
h3 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight: bolder;
	color: #000;
	background-color: #F00;
	margin-right: 150px;
}
h5 {
	font-size:20px;
	font-weight: lighter;
	color: #000;
	background-color: #FF0;
}
h6 {
	font-size:12px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	margin-top: 5px;
	max-width: 700px;
}
h7 {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
	font-weight:bold;
}
h8 {
	font-size:12px;
	font-weight:bold;
	line-height:1.1em;
	
}
h9 {
	font-size:12px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	margin-top: 5px;
margin-right: 150px;	
}
#img-container {
	margin-top: 25px;
}
#img-container p {
margin:0;
padding:0 0 0;
width:450px;
}
#once {
clear:left;}
