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

body {
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #2d354e;
}

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

a:link { text-decoration: none;
	color: #2d354e;
}
a:active {
	color: #00fefe;
}
a:visited { text-decoration: none; color: #a5aabc; }
a:hover {
	color: #00fefe;
	text-decoration: none;
	background-color: #2d354e;
}

a img { border: none; }

#menu {
    width: 250px;
    overflow: hidden;
    top: 40;

	left: 40;
    position: fixed;
    height: auto;
	background-color: #fff;
}

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

#menu ul li.section-title {
	margin-bottom: 6px;
	font-weight: bold;
	color: #2d354e;
	font-size: 13px;
}

#menu ul li.active a {
	color: ##00fefe;

}

#menu ul li {
	margin-bottom: 4px;
}

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

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

.rule {
	border: 0;
	margin-bottom: 30px;
	margin-top: 24px;
}

#content .container {
	padding-top: 112px;
	padding-left: 45px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }

#content h1 {
	font-size: 13px;
	margin-bottom: 6px;
}

#content .container p {
	width: 400px;
	padding: 0;
	line-height: 14px;
}

.links {
	list-style: none;
}

.links li {
	margin-bottom: 2px;
}

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; }
#img-container img {
	margin: 0 20px 40px 0;
}

#once { clear: left; }