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

body {
	font-size: 11px;
	font-family: Arial,sans-serif;
	background: #000000;
	color: #FFFFFF  ;
}

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

a:link { text-decoration: none; color: #888888 ; }
a:active { text-decoration: none; background: #777777; color: #888888 ; }
a:visited { text-decoration: none; color: #888888 ; }
a:hover { text-decoration: underline; color: #888888 ; }

a img { border: none; }

#logo { padding: 0; clear: both; float: left; }
	
#menu {
		background-color: #000000;
    width: 220px;
    height: 100%;
    overflow: auto;
    top: 0;
    bottom: 0;
		left: 0;
    position: fixed;
		color: #990000;

}

#menu ul {
	list-style: none;
	margin: 0 0 20px 0 ;
	color: #990000;
}

#menu ul li.section-title {text-decoration: bold; } 

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

.container {
    padding: 30px;
}

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

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: 400px; margin: 0; padding: 0 20px 20px 0; }

#once { clear: left; }

}
