/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #504943;
	font-family: Verdana;
	text-decoration: none;
	font-size: 7pt;
	background-color: #FFFFFF;
}
a:link {
	font-size: 7pt;
	color: #84c3ba;
	font-family: Arial;
	text-decoration: none
}
a:hover {
	font-size: 7pt;
	color: #f0aaab;
	font-family: Arial;
	text-decoration: none
}
a:visited{
	font-size: 7pt;
	color: #f0aaab;
	font-family: Arial;
	text-decoration: none
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
img {
	border: none;
}
#menu {
	width: 215px;
	position: fixed;
	height: 100%;
	padding: 0px 0px 0px 0px;
}
#content {
	height: 100%;
	top: 0;
	margin: 0px 0 0 215px;
}
.container {
	height: 100%;
	padding: 15px 0px 0px 15px; /* T R B L*/
	background-color: white;
}
#content p {
	width: 470px;
	margin-bottom: 0;
	background-color: white;
	border-right: 18px solid white;
	border-left: 18px solid white;
}
p {
	background-color: white;
	margin: 0 0 9px 0;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
b {
	font-size: 12px;
	color: #333333;
}
#img-container {
	margin: 0;
	padding: 0;
}
#img-container p {
	width: 470px;
	margin: 0;
	border-top: 18px solid white;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}
div#footer {
	bottom: 5px;
	position: absolute;
	color: #666666;
}
div#top {
	top: 0;
	left: 0;
	position: absolute;
}
#once {
	clear: left;
}
#menu ul li.section-title {
	font-size: -9px;
	color:#FFF;
}
#menu ul {
	list-style: none;
	margin: 0 0 -6px 0; /* T R B L*/
}
#menu{
	height:100%;
	}
