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



body {
	font-size: 12px;
	font-family: helvetica , sans-serif;
	background: #F6F6F6;
	overflow: auto;
}

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

a{
	color:#333333;
	

	font-style: normal;
	
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	outline:none
}

a:link { 
	
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	}
a:active { 
	
	text-transform: none;
	text-decoration: none;
	 }
	 
a:hover {

	color: #999999;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	 }
	 
a:visited {
	
	
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
}
a img { border: none; }

#menu {

margin-right::60px;
    width: 230px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background-color: #F6F6F6;
}

#menu ul {


padding-left:32px;
	list-style: none;
	line-height: normal;
	margin: 0 0 0px 0;
}





li.section-title{
display: block;

background-color: #000000;
color: #FFFFFF;
font-size-adjust:inherit;
height:17px;
width:124px;
text-align: center;
text-align:left;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
margin-bottom:6px;
margin-top:6px;

font-weight:lighter;
}


li.section-title:hover { background-color:#70C8E0; }
li.section-title:active { background-color:#70C8E0; }

#menu ul li a:hover
{

}



p.nav {
padding-bottom:5px;
 
 }
 

 p.nav a:hover {
 color: #999999;;
 
 }

#content {
overflow:auto;

    height: 100%;
    margin: 0 0 0 260px;
    top: 0;
	
}

.container {
padding-top:0px; margin-top:0px; margin-left:10px; position: absolute;
    
}

#content p { width: 700px; margin-top:70px; margin-left:0px;}

p {
    margin: 0 0 0px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 2px; }

#img-container	{ margin: 0px; margin-left:0px; padding-top:0px; padding-left:0px;}
#img-container p	{ width: 400px; margin-left: 0px; margin-top:0px; margin-right:0px; padding-left:0px; padding-right:0px;}

#once { clear: left; }
