/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a img {
	border: none;
}
#menu {
	overflow: auto;
	top: 0;
	left: 0;
	position: fixed;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
}
#menu ul {
	list-style: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
#menu ul li {
	padding: 2px;
}
#menu a.container:link {
	text-decoration: none;
	color: #000000;
}
#menu a.container:active {
	text-decoration: none;
	color: #000000;
}
#menu a.container:visited {
	text-decoration: none;
	color: #000000;
}
#menu a.container:hover {
	text-decoration: none;
	color: #000000;
}
#menu ul li.section-title {
	font-size: 21px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	height: 100%;
	top: 0;
	margin-top: 46px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 215px;
	width: 800px;
}
.container {
	padding: 5px 5px 25px 5px;
}
#content p {
	width: 400px;
	margin-bottom: 9px;
}
p {
	margin: 0 0 9px 0;
}
.witachter {
	background-color: #FFFFFF;
	width: 450px;
	padding-top: 4px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 4px;
}
h1 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #000;
	padding: 2px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 4px;
}
#img-container {
	margin: 0;
	padding: 0;
}
#img-container p {
	width: 400px;
	margin: 0;
	padding: 0 0 12px 0;
}
#once {
	clear: left;
}

