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

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

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

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

a img { border: none; }

#menu {
    width: 800px;
    overflow: visible;
    top: -10px;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100px;
	background-color: none;
}

#menu p {
	left: 40px;
}

#menu ul {
	list-style: none;
	margin: 0 40px 12px 0;
	display:inline-table;
	font-size:11px;
	font-family: Courier, monospace;
	vertical-align:text-top;
	
}

#menu ul li.section-title { 
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 3px;
	margin-bottom: 7px;
	font-family: "Times New Roman", Times, serif;
}

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

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

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

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

#once { clear: left; }