/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333;
}
body.section-1 {
}
body.section-2 {
}
.footerstyle {
	font-size: .9em;
	padding-top: 120px;
}
body.section-3 {
}

a {
}

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #06C;
}
#menu li.active a {
	background-color: #F03B7D;
	color: #FFF;
	text-decoration:none;
}

a img {
	border: none;
}
#menu {
	width: 215px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	line-height: 1.4em;
	font-size: 1.2em;
}
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
#menu ul li.section-title {
	font-weight: bold;
}
#content {
	height: 100%;
	margin: 0 0 0 215px;
	top: 0;
}
.container {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content p {
	width: 650px;
	margin-bottom: 9px;
}
p {
	margin: 0 0 9px 0;
	line-height: 1.4em;
	font-size: 1.2em;
}
h1 {
	font-size: 24px;
	padding-bottom: 12px;
	width: 650px;
	color: #999;
}
h2 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 400px;
	color: #999;
}
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;
}
.logoimg {
	margin-left: -20px;
}

