/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {

	margin: 0;

	padding: 0;

}



body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background:  #0F0F0F;
	color: #0F0F0F;
}



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: #0F0F0F; }

a:hover {
	text-decoration: none;
	height: auto;
	width: auto;
	color: #FFFFFF;
	background-color: #0F0F0F;
}



a img { border: none; }



#menu {
	background-color:#FF0;
	float:left;
	height:auto;
	left:10px;
	opacity:1;
	overflow:auto;
	padding-right:8px;
	padding-top: 1px;
	position:fixed;
	text-align:right;
	top:10px;
	width:180px;
	z-index:9999;
}



#menu ul {

	list-style: none;

	margin: 0 0 12px 0;

}



#menu ul li.section-title {
	line-height: 10px;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #000000;
	font-size:15px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}



#content {

    height: 100%;
    margin: 5px 5px 5px 205px;

}



.container {

	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}



#content p {
	
	width: 400px;
	margin-bottom: 9px;
	background-color: #FF0;


}



p {

    margin: 0 0 9px 0;
	
}



h1 {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background-color: #F0F;
	width: 400px;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
}

h2 { font-size: 24px; }

h3 { font-size: 16px; }

h4 { font-size: 12px; }



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

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



#once { clear: left; }