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


html, body, span, a, table, td, th, form, h1, h2, h3, h4, p, ul, li, label, dt, dl, blockquote, input, textarea {
	border:0 none;
	color:#0000FF;
	font-family:"Courier New", Courier;
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 16px;
}

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

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

a img { border: none; }

#menu {
	text-align: left;
	width: 200px;
	top: 15px;
	left: 15px;
	position: fixed;
}

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

#menu ul li.section-title { }

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

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

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

p {
    margin: 0 0 16px 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: 700px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }