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

body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:15px;
}

body.section-1 { 
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}
body.section-2 { }
body.section-3 { }

a:link { text-decoration: underline; color: #000000; }
a:active { text-decoration: underline; color:#7FFFD4 }
a:visited { text-decoration: underline; color: #000000; }
a:hover { color:#7FFFD4;
		 text-decoration: underline;
}
a img { border: none; }

#menu {
   	background-color:#FFFFFF;
	bottom:0;
	color:#000;
	height:100%;
	left:0;
	overflow:auto;
	position:fixed;
	top:0;
	width:215px;
}

#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 12px;
	line-height: 14px;
}

#menu ul li.section-title { 
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
}

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

.container {
    padding: 20px 15px 25px 20px;
}

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

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 12px 0; }

#once { clear: left; }