/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0px;
	padding-left: 4px; padding-top: 0pt
}

body {
	font-size: 12px;
	font-family: Helvetica, sans-serif; font-weight: normal;
	background: white;}

body.section-1 {}
body.section-2 {}
body.section-3 { font-size: 12px; padding-left: 2px;
	font-family: Helvetica, sans-serif; font-weight: light;}

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

a img { border: none; }

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

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

#menu ul li.section-title { padding-top: 12px; padding-left: 8px; font-size:12px; 
	font-family: Helvetica, sans-serif; font-weight: lighter; color: black; }
	
#content {
    height: 100%;
    margin: 0 0 0 220px;
    top: 0;
    left: 6px;
}

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


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

p {
    margin: 0 0 0 0;
}

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

#img-container	{ margin: 0; padding-top: 40px; padding-left: 60px }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }