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

body {
	font-size: 12px;
	font-family: "Helvetica", Verdana, sans-serif;
	background: #FFFFFF;
	background-image: ;
	background-repeat: no-repeat;
	color: #333333;
}

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

a:link { 
font-size: 12px;	
padding-bottom: 5px;
padding-top: 5px;
text-decoration: none;
	color: #c1c4c1;
 }
a:active { 
font-size: 12px;	
	color: #c1c4c1; 
}
a:visited { 

font-size: 12px;	
text-decoration: none;
	color: #c1c4c1;
}
a:hover {

	color: #7cc898;
}
a img { border: none; }

#menu {
    	with: 240px;
	overflow: hidden;
	top: 0;
	bottom: 10;
	left: 0;
	position: fixed;
	height: 100%;
	margin-left: 20px;
	background-color: #FFFFFF;
}

#lmenu {
	padding-left: 8px;	
}

#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 12px;
	padding-left:25px;
	padding-right:25px;
}


#menu ul li.section-title { 
	border-top:1px solid #c1c4c1;	
	color: #999999;
	border-top:1px solid #c1c4c1;
	color:#7cc898;
	font-family:Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:6px 0 0;
}


#content {
    height: 100%;
    margin: 160px 0 0 265px;
    top: 0;
}

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



#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }

#content .container {margin-top: -70px;}
