/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: "Arial", Helvetica, sans-serif;
	background: #FFFFFF;
	letter-spacing: 1px;
	line-height: 15px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	color:#000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
	background-color: #000000;
}

a:visited { 
text-decoration: none; 
color: #000000; 
}

a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #000000;
}

a img { 
	border: none;
	margin-bottom: none;
}

#menu {
	margin: 5px;
    width: 200px;
    overflow: auto;
    top: 7px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: none;
}

#menu ul {
	list-style: none;
	margin: 0 0 15px 0;
}

#menu ul li.section-title {
	font-size: 10px;
	line-height: 13px;
	font-family: "Courier", Courier New, monospace;
	font-weight: bold;
	background: none;
	} 

#content {
    height: 100%;
    margin: 0 0 0 185px;
    top: 0;
}

.containermenu {
    padding: 10px 5px 25px 5px;
	width: 175px;
}

.container {
    padding: 10px 5px 25px 5px;
	width: 800px;
}

#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 12px 0; }

#once { clear: left; }
	
