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

body {
	font-family: Helvetica, Arial, Gulim, sans-serif;
	color:#FFFFFF;
	background:#000000;
	font-size: 14px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:0.1em;
	line-height: 150%;
	margin-left: 0px;
}

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

a:link { text-decoration: none; color:#FFFFFF; }
a:active { text-decoration: none; color:#02843c; }
a:visited { text-decoration: none; color:#666666; }
a:hover { text-decoration:none; color:#02843c;}

a img { border: none; }

#menu {
    width: 240px;
    overflow:visible;
    top: 0;
    bottom: 0;
	left: 0;
    position:absolute;
    margin-right: 5px;
    padding: 0px 20px 0 20px;
    height: 100%;
	background-color:#000000;
	text-align:left;
	line-height: 150%;
}


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


#menu ul .active a { 
    color:#000000;
    background-color:#02843c;
}

#menu ul li.section-title {
    font-size:20px;
    font-weight:lighter;
	line-height: 175%;
	font-style:normal;
	letter-spacing: 0.2em;
}



#content {
     height: 100%;
    margin: 30px 0 0 295px;
    top: 0;
	font-size: 12px; 
	line-height: 170%;
    font-weight:normal;
	letter-spacing:0.2em;
}

  

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

#content p {
    width: 700px; 
    margin-top: 0px; 
    margin-bottom: 5px;
}  


p {
    margin: 0 0 9px 0;
}

h1 { 
width: 700px;
font-size: 13px; 
font-weight:normal;
line-height: 150%;
font-style:normal;
}

h2 { 
font-size: 14px; 
font-weight:normal;
line-height: 150%;
font-style:normal;
}

h3 { 
font-size: 14px;
font-weight:bolder;
line-height: 150%; 
color:#666666;
}

h4 { 
font-size: 16px; 
font-weight:normal;
line-height: 150%; 
}

h5 { font-size: 18px; 
font-weight:normal;
line-height: 150%;
}

#img-container	{ margin: 0; padding: 0; }

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


#once { clear: left; }