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

body {
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	background: #000000;
	background-color: #000000;
	text-decoration: none; color: #ffffff;
}

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

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

a:active {
 text-decoration: none; color: #ff0000; 
 }
 
a:visited { 
text-decoration: none; color: #ffffff;
 }

a:hover { 
text-decoration: line-through; color: #ffffff;
}

a img { border: none; }


#menu {

    background-color: #000000;
    bottom: 15px;
    left: 0px;
    top: 30px;
    line-height:15px;
    overflow: auto;
    position: fixed;
    text-align:right;
    width: 210px;
}

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


#menu ul li.section-title {
font-weight:normal;

 }

#content {
	height: 100%;
	padding-top: 30px;
	padding-left: 240px;
	margin: 0;
	float: left;
	width: 600px;
	
}

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



#content h1 {font-size: 10px;}
#content h2 { font-size: 13px; font-weight: bold;  width: 600px;}
#content h3 { font-size: 14px; }
#content h4 { font-size: 16px; }

p {
    margin: 0 0 9px 0;
}



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

#once { clear: left; }