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

body {
	font-size: 13px;
	font-family: Georgia,sans-serif;
	background: none repeat scroll 0 0 #FFFFFF;
}

body.section-1 { background-color: #FFFFFF }
body.section-2 { background-color: #FFFFFF }
body.section-3 { background-color: #FFFFFF }

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; background: #fff20d; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #000000; background: #fff20d; }

a img { border: medium none; }

#menu {
    text-align: left;
    width: 260px;
    overflow: auto;
    top: 3px;
    bottom: 18px;
	left: 3px;
    position: fixed;
    height: 100%;
	background-color: #FFFFFF;
}

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

#menu ul li.section-title { font-weight: bold; line-height: 27px; margin-bottom: 6px; }

#content {
font-family: helvetica, sans serif;
font-size: 28px;
    height: 100%;
    margin: 30px 0 0 325px;
    top: 0;
}

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

#content p { 
	width: 100%; margin-bottom: 20px; }

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }