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

body {
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	background: #cfcfcf;
}

body.section-1 { top: 6; }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #fff; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    background-color: #666666;
    margin: 0;
    padding: 10;
    width: 183px;
    overflow: auto;
    top: 6;
    bottom: 0;
	left: 6;
    position: fixed;
    height: 100%;
}

#menu ul {
	border-bottom: 2px solid #fff;
        list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { text-decoration: none; color: #000000; font-weight: bold; font-size: 15px; }

#content {
    height: 100%;
    margin: 6px 6px 6px 215px;
    top: 6;
}

.container {
    border-bottom: 0 solid #000000;
    margin:0px;
    padding:0px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 34px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }

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

#once { clear: left; }
