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

body {
	font-size: 10px;
 font-family: verdana;
	min-width: 600px;
	position: relative;
	background-color: #FFF;
	}


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

a:link {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}
a:visited {
	text-decoration: none;
	color: #666;	
}
a:hover {
	text-decoration: none;
	color: #000;
	background-color: #FF0;
}
a img { border: none; }

#menu {
	width: 130px;
	overflow: auto;
	top: 0px;
	bottom: 0;
	left: 40px;
	position: fixed;
	height: 100%;
	font-size: 9px;
	border: 1px;
	border-left-color: #FFF;
	bac
; 			background-color: #FFF;
}

#menu ul {
	margin: 20px 30px 2px 0px;
	list-style: none;
	margin: 0px 0 10px 0px;
	font-family:helvetica;
	font-size: 11px;

	background: #fff;
	color:
; 	;	
	
	
}

#menu ul li.section-title {
	margin:2px 0px 2px 0px;
	font-size: 16px;
	color: #000000;
	font-family: Helvetica,Arial,  sans-serif;
	font-style: normal;
	font-weight: bolder;
	line-height: 7px;
	
}

#content {
	height: 100%;
	margin: 0 0 0 210px;
	top: 0;
	margin-top: 48px;
	text-align: left;
	max-height: 1000px;
	
	
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 {
	font-family: Helvetica,Arial,  sans-serif;
	font-style: normal;
	font-size:12px;
	color:#000;
	background
	margin-bottom: 10px;
	;	
}
h3 { font-size: 7px; }
h4 { font-size: 10px; }
h4 {
	font-family: Helvetica,Arial,  sans-serif;
	font-style: normal;
	font-size: 16px;
	
	

	
	
}


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

#once { clear: left; }