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

body {
	font-size: 14px;
 line-height: 120%;
 font-family: Times New Roman, serif;
 background: #ffffff;
 padding: 40px;
}

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

a:link { text-decoration: none; color: #919090;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #919090;}
a:hover { text-decoration: none; background: #EE0000; color: #ffffff }
a img { border: none }

a.thickbox:hover {background:none; border-bottom: 3px solid #ee0000;}

#menu {
    width: 160px;
 overflow: auto;
 top: 30px;
 bottom: 0;
 left: 40px;
 position: fixed;
 height: 100%;
 background-color: #ffffff;
}

#menu ul {
	width: 120px;
 list-style: none;
 margin: 0 0px 12px 16px;
 padding: 0 0 10px 0;
 border-bottom: 1px dotted #666666;}


#menu ul li.section-title { 
padding: 0 0 5px 0;
font-weight: bold;
font-style: italic;}

#menu a {
 display: block;
} 

#content {
    height: 100%;
    padding-top: 155px;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}


h1 { font-size: 16px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }

#img-container { margin: 0; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }
#once { clear: left; }