/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	border-bottom-style: none;
	line-height: 1.3em;
	font-size: 0.68em;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { border-style: none; border-bottom-width: 3px; color: #323232; text-decoration: none;}
a:visited { text-transform: none; color: #1e1e1e; text-decoration: none;}
a:hover { color: black; text-transform: none; text-decoration: underline; }

a:active { font-style: normal; text-transform: none; font-weight: normal; text-decoration: underline; }
a: { background-color: #fdae05; }a img { border: none; }

#menu {
    margin-left: 40px;
    margin-bottom: 12px;
    margin-right: 20px;
    margin-top: 80px;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: none;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { font-weight: bold; }

#content {
    margin-left: 300px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 20px;
    height: 100%;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 500px; margin-bottom: 15px; }

p {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 20px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ padding-left: 0; padding-bottom: 0px; padding-right: 0; padding-top: 0; margin: 0; }
#img-container p	{ padding-left: 0; padding-bottom: 20px; padding-right: 0; padding-top: 20px; width: 400px; margin: 0; }

#once { clear: left; }

