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

body {
	font-size: 11px;
	font-family: georgia;
	font-style: italic;
	background:  #000000;
}

body.section-1 { Color:#000000 }
body.section-2 { Color:#000000 }
body.section-3 { Color:#000000 }

a:link { text-decoration: none; color:  #000000; }
a:active { text-decoration: none; color: #00CCFF }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color:#00FFCC } 

a img { border: none; }

#menu {
    width: 240px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 50px;
    position: fixed;
    height: 100%;
	background-color: #E0E0E0;
}

#menu ul { 
	list-style: none;
	margin: 30px 0 0 0;
	line-height:14px
	}

#menu ul li.section-title { font-size:16px }
	

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; font-style:normal}
h2 { font-size: 24px; font-style:normal}
h3 { font-size: 16px; font-style:normal}
h4 { font-size: 25px; font-style:normal}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 10px; padding: 0 0 12px 50px; }

#once { clear: left; }