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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #ffffff;
}

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

a:link {
	text-decoration: none ;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #00ff00;
	
}
.active {
	text-decoration: none;
	font-color: #000000;
	background-color:#00ff00;
}
	
 
a:active { text-decoration: none; color: #333333;}
a:visited { text-decoration: none; color: #333333;}
a:hover { text-decoration: none ;color: #333333;}

a img { border: none; }

#menu {
	width: 215px;
	overflow: auto;
	top: 115;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #333333;
}

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

#menu ul li.section-title {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: bold;
 }

#content {
	height: 100%;
	margin: 0px 0 0 215px;
	top: 0;
	font-family: "Courier New", Courier, monospace ;
	color: #000000;
	font-size: 11px;
}

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

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

p {
    margin: 0 0 15px 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; }