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

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-color: #000;
	background: #fff;
	line-height: 170%;
}

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

a:link {text-decoration: none; color: #000000; }
a:active {text-decoration: none; color: #000000; }
a:visited {text-decoration: none; color: #000000; }
a:hover {text-decoration: line-through; color: #ed382b; }

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top:25px;
    bottom: 0px;
	left: 25px;
    position: fixed;
    height: 2000px;
	background-color: #b6dedc;
}

#menu ul {
	list-style: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #000;
	background: #b6dedc;
	line-height: 170%;
	margin: 0px 12px 12px 26px;
}

#menu ul li.section-title { 
padding-top: 0px; padding-bottom: 3px;line-height: 1.3em
}

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

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

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


p {
    margin: 0 0 9px 0;
}    

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

#img-container	{ margin: 0; padding: 10; margin-top: 25px ; }
#img-container p	{ width: 600px; margin: 0; padding: 0px 0 0px 0; }

#once { clear: left; }