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

body {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
}

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

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #3399FF;
	font-weight: normal;
}
a:hover {
	color: #FFF;
	background-color: #FF0000;
	background-position: left top;
	font-weight: normal;
	text-decoration: none;
}

a img { border: none; }

#menu {
	width: 215px;
	overflow: auto;
	top: 20px;
	bottom: 0;
	left: 20px;
	position: fixed;
	height: 100%;
	background-color: #000000;
	font-weight: bold;
}

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

#menu ul li.section-title { }

#content {
	height: 100%;
	top: 0;
	background-color: #000000;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
}



#content 2 {
	width: 830px;
	background-color: #000000;
	padding-top: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}





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

#content p {
	width: auto;
	height: 916;
	margin-bottom: 10px;
	background-color: #000000;
}

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: auto; height: 916; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

