/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author elvie
*/





* {
	margin: 100;
	padding: 110;
}

body {
	font-size: 10px;
	font-family: Helvetica,Arial,sans-serif;
}


body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #c66; background-color: #fff}
a:active { text-decoration: none; color: #666; background-color: #fff}
a:visited { text-decoration: line-through; color: #c66; background-color: #fff}
a:hover { text-decoration: underline; color: #cc6; }

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 200px;
    bottom: 0;
    left: 20;
    position: fixed;
    height: 100%;
	;
}

#menu ul {
	list-style: none;
	margin: 0 0 32px 0;
}

#menu ul li.section-title {color: #000; background-color: #fff; font-size: small; font-weight: bold;}

#content {
    height: 200%;
    margin: 0 0 0 105px;
    top: 0;
	
}

.container {
    padding: px 5px 25px 55px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 49px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0px 00px 0px 0px; padding: 0px 0px 0px 99px; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: center; }