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

body {
	font-size: 11px;
	font-family: Verdana, Futura, Helvetica, Arial;
	font-style: none;
	color: #FFFFFF;
	background-repeat: no-repeat; 
	background-position: 0 0 0 0; 
	background-attachment: fixed;
}

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

a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #8f989e;
}
a:active {
	text-decoration: none;
	font-style: none;
	color: #FFFFFF;
	background-color: #ffa9f3;
}
a:visited { text-decoration: none; color: #FFFFFF; }
a:hover {
	text-decoration: none;
	font-style: normal;
	color: #000000;
	background-color: #ffc2d5;
}

a img { border: none; }

#menu {
	width: 197px;
	top: 0px;
	left: 15px;
	bottom: 0px;
	position: fixed;
	height: auto;
	align: center;
	background-color: #8f989e;
	padding-top: 10px;
	padding-left: 15px;
	font-family: Futura, Verdana, Helvetica, Arial;
	font-size: 11px;
	font-style: none;
}

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

#menu ul li.section-title {
	color: #FFFFFF;
}
#menu ul li.section-title { cursor: pointer; }

#content {
	height: 100%;
	top: 0;
	padding-top: 50px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 12px; }
h2 { font-size: 13px; }
h3 { font-size: 15px; }
h4 { font-size: 16px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
