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

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

body.section-1 {
	background-color: #333333;
}
body.section-2 {
	background-color: #333333;
}
body.section-3 {
	background-color: #333333;
}

a:link {
	text-decoration: blink;
	color: #999999;
}
a:active {
	color: #999999;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}

a img { border: none; }

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

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

#menu ul li.section-title {
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
}

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

.container {
	padding-top: 40px;
	padding-left: 40px;
}

#content p {
	width: 500px;
	margin-bottom: 9px;
	padding-top: 20px;
}

p {
	margin: 0 0 9px 0;
	color: #E3E3E3;
	text-align: justify;
}

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; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
