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

body {
	font-size: 12px;
	font-family: arial, sans-serif;
	background: #fff;

}

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

a:link { text-decoration: none; color: #f00; }
a:active { text-decoration: none; color: #f00; background: #fff20d; }
a:visited { text-decoration: none; color: #f00; }
a:hover { text-decoration: none; color: #ff7373; }
#menu li.active a { color: #f00; font-style: arial; background-color: #fff20d; text-decoration: none; }

a img { border: none; }

#menu {
    width: 240px;
    overflow: auto;
    top: 0;
    bottom: 12;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0px 40px 20px 20px;
	

}

#menu ul li.section-title {#   color: #000000;
	font-size: 12px; 
	padding: 0px;
	text-transform: uppercase;
	margin-bottom: 3px;
	width: 200px;
	background-color: white;
	border-bottom-color: #61c32e;
	border-bottom-width: 0px;
	border-bottom-style: solid
}

#content {
    height: 100%;
    margin: 0 0 0 240px;
    top: 0;

}

.container {
    padding: 0px 0px 0px 0px;
}

#content p { width: 700px; margin-bottom: 12px; }

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: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0px 0; }

#once { clear: left; }