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

body {
	font-size: 11px;
	font-family: Helvetica Neu, Helvetica, sans-serif;
	background: #f0f0f0;
	line-height:15px;
}

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

a:link 
{
	color:#1f1f1f;
	text-decoration: none; 
}
a:active 
{ 
	text-decoration:line trough;
	color:#bf2429;
	
}
a:visited { text-decoration: none; color: #666; }
a:visited:active { text-decoration: line-through; color: #bf2429; }
a:visited:hover
 { 
	text-decoration: line-through
	color:#bf2429;
 }


a:hover
 { 
	text-decoration:line-through;
 }

a img { border: none; }

#menu {
    width: 195px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	border:0px solid #0000ff;
	margin-left:0px;
	margin-top:30px;
	padding-left:30px;
	background-color:#f0f0f0;
   	z-index:10;
}

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

#menu ul  { 
	margin-top:0px;
	margin-left:0px;
}

#menu li.section-title
{
	font-weight:bold;
	margin-left:0px;

}

#menu li
{
	margin-left:5px;
}

#content {
    height: 100%;
    margin: 0px 0px 0px 238px;
    padding: 30px 0px 0px 0px;
    top: 0;
    border:0px solid #00ee00;
    z-index:-1;
   /* background-color:#e0e0e0;*/
}

.container {
    padding: 0px 0px 0px 0px;
    border : 0px solid #ff0000;
}

/*#content p { width: 432px; margin-bottom: 10px; border:1px solid #ff0000; }*/
#content p { 
	width: 660px; 
	margin-bottom: 10px; 
	border:0px solid #ff0000; 
}
#content p.nav
{
	margin:0;
	padding:0;
	margin-bottom:5px;
	
}

#iterator
{
	display:block;
	float:left;
	border : 0px solid #00ff00;
	margin:0;
	margin-bottom:5px;
}
/**
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
*/
h1 
{ 
	font-size: 18px;
	border:0px solid #ff0000;
	margin-bottom:25px;
	font-weight:normal;	 
}
	
h2 { font-size: 11px; }
h3 { font-size: 7px; }
h4 { font-size: 6px; }

.logo
{
	margin-left:0px;
	margin-bottom:25px;
	font-weight:bold;
	
}
.mini
{
	font-size:8px;
	color:#666;
}
#img-container	
{ 
	margin-top:0px;
	padding: 0; 
	   z-index:0;
	}
#img-container p	{ width: 660px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }