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

body { 
	font-size: 11px;
	background: #FFF;
	font-family: "Courier New", Courier, monospace ;
}

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

a:link { text-decoration: none; color: #000; background-color: #FFF }
a:active { text-decoration: none; color: #000; background-color:#FFF }
a:visited { color: #000; text-decoration: none; background-color:#FFF }
a:hover { text-decoration: none; color: #000 ; background-color: #000 }


a img { border: none; }

#menu {
	width: 155px;
    overflow: auto;
    top: 30px;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 450px;
	background-color: transparent;
	font-family: "Courier New", Courier, monospace;
	
}

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


#menu ul li.section-title { 
	background-color: #000;
	width: 145px;
	color: #000; 
	text-decoration: none;
	font-weight: bolder
		
	}

#content {
    height: 100%;
    margin: 30px 12px 12px 215px;
    top: 0;
	}

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

#content p { 
				margin-bottom: 9px;
			 background-color: #FFF;
			  
			  }

p {	 margin: 0 0 9px 0;
	
}

h1 { font-size: 50px; text-decoration: none; color:#666; line-height: 50px }
h5 { font-size: 50px; text-decoration: none; color:#09F; line-height: 50px }
h2 { font-size: 24px; }
h3 { font-size: 10px; color: #09F; font-weight: 300; font-family: Arial, Helvetica, sans-serif }
h8 { font-size: 10px; font-weight: bold; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-style: normal; }
h6 { font-size:11px; color: #09C }
h7 { font-size:11px; color: #09F; font-weight: 900 }

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

#once { clear: left; }
