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

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
}

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

a:link { text-decoration: none; color: #444444 }
a:active { text-decoration: none; color: #444444 }
a:visited { text-decoration: none; color: #444444 }
a:hover { text-decoration: highlight; color: #42ele3; font-size: 12px;font-family: arial }

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 30px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

#menu ul {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fb693c;
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
font-size: 12px;
    height: 100%;
    margin: 32px 0 0 400px;
    top: 30px;

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

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

p {
    margin: 0 0 30px 0;
}

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

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

#once { clear: left; }