
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	color: black;
	background-color: #fff;
	text-align: left;
}

body {
	margin:0px; padding:0px;
	line-height:13px;
	font-family:helvetica;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	background-color:#ffffff;
}

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

a:link { text-decoration: none;
	color: black;
}
a:active { text-decoration: none;
	color: black;
}
a:visited { text-decoration: none; color: black; }
a:hover { background-color:#acacac;
color:#000000;
}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 10;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {
	text-transform: uppercase;
	font-weight: bold;
}

#content {
    height: 100%;
    margin: 41px 0 0 225px;
    top: 0;
}

.container {
	margin-top: 25px;
	margin-left: 45px;
	font-size: 11px;
	line-height: 13px;
	z-index: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 25px;
}

#content p { width: 400px;
}

p {
	margin-right: 0;
	margin-bottom: 9px;
}

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

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

#once { clear: left; }