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

body {
	font-size: 11px;
	font-family: Courier New, sans-serif;
	background: #fff;
}

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

a:active { text-decoration: none; }
a:link { text-decoration: none; color: #006; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; font-style: italic; }


a img { border: none; }

#menu {
    width: 206px;
    overflow: auto;
    top: 0px;
  	left: 8px;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
	position:relative;
	left: 3px;
}

#menu ul li.section-title {
	margin:bottom;
	position:relative;
	left: 3px; 
	}
.active {
	text-decoration: none;
	font-style: italic;
	background-color: none;
}

#content {
    height: 100%;
    margin: 3px 0px 0px 214px;
	top: 1px;
}

#text {
bottom:0;
padding:8px 6px;
position:absolute;
text-align:right;
}

.container {
	width: 200px;
	background-color: #FFF; 
	visibility:visible;
	moz-opacity:0.7;khtml-opacity: 0.7;opacity: 0.7;
	height: auto;
   
}

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

p {
    margin: 3px 3px 3px 3px;
}

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: 0px 0px 3px 0px; }

#once { clear: left; }