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

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

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

a:link {
	text-decoration: none;
color: ; 		color: #666666;
}
a:active { text-decoration: none; color:#666 }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
	width: 215px;
	overflow:
	inherit;
	top: 70;
	bottom: 0;
	left: 30;
	position: fixed;
	height: 100%;
	background-color: #F3F3F3;
}

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

#menu ul li.section-title {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: inherit;
	color: #333333;
}

#content {
    height: 100%;
    margin: 0 0 0 275px;
    top: 40;
}

.container {
	padding: 35px 42px 0px 20px;
	background-color: #F3F3F3;
}

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

p {
    margin: 30 0 20px 20;
	padding-top:20;
}

h1 {
	font-size: 15px;
	font-family:"Helvetica CE";
	font-weight: 100;
	padding-top:20;
	padding-bottom:30px;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
