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

body {
	font-size: 12px;
	font-family: Georgia, sans-serif;
	background: #FFF;
	line-height: 1.4em;
      }
      
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #3366CC; }
a:active { text-decoration: none; color: #3366CC; }
a:visited { text-decoration: none; color: #3366CC;}


a.sub_links:hover { background: #FFF; }

a img { border: none; }

#menu {
    font-family: Futura, Arial, sans-serif;
    width: 225px;
    overflow: auto;
    top: 0;
    bottom: 12px;
    left: 0px;
    position: fixed;
    height: 100%;
    background-color: #fff;    
    display: block;
}

#menu ul {
	list-style: none;
	margin: 0 0 5px 0;
	}


#menu ul li.section-title { color: black; }

#menu ul li { border-bottom: 2px solid #eee; }

#menu ul li a:hover { background: #FFFF00; }

#menu ul li.section-title a:hover { background: #FFFF00; }





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

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

#content p { width: 420px; margin-bottom: 15px; }

p {
    margin: 0 0 10px 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: 0px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }