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

body {
	color: black;
	font-size: 9px;
	font-family: Geneva, Arial, sans-serif;
	line-height: 14px;
	background: #FFFFFF
}

body.section-1  { color: black; }
body.section-2  { color: black; }
body.section-3  { color: black; }

a:link   { color: black; text-decoration: none; }
a:active   { color: gray; text-decoration: none; }
a:visited    { color: #696969; text-decoration: none; }
a:hover    { background-color: #CCCCCC; }

a img { border: none; }

#menu {
    width: 175px;
    overflow: auto;
    top: 20px;
    bottom: 0px;
	left: 24px;
    position: fixed;
    height: 100%;
}

#menu ul { 
	color: white; 
	list-style: none; 
	margin: 0 0 24px 0; 
}
	

#menu ul li.section-title {
	text-transform: uppercase;
	display: inline;
	color: black;
	line-height: 15px;
}

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

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

#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; }
