/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: white; text-decoration: none; }
a:active { color: #eee; text-decoration: none; }
a:visited { color: #fff; text-decoration: none; }
a:hover { color: #eee; text-decoration: none; }

a img { border: none; }

#menu { color: white; font-size: 12px; width: 230px; overflow: visible; top: 0; bottom: 0; left: 0; position: absolute; height: 100%; background-color: black; }

#menu ul { color: white; font-size: 12px; font-family: Copperplate; background-color: black; list-style: none; margin: 0 0 5px; }

#menu ul li.section-title { font-size: 12pt; font-family: Copperplate; line-height: 16px; }

#content {
    height: 100%;
    margin: 105px 0 0 230px;
    top: 0;
}

.container { line-height: 12px; padding: 5px 5px 25px 15px; background-color: black; }
.containerbody { padding: 5px 5px 25px 50px; }
#content p { text-align: justify; width: 400px; margin-bottom: 9px; }

p { color: white; margin: 0 0 9px; }
h1 { font-size: 16px; }
h2 { font-size: 14px; font-family: Copperplate; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
#img-container	{ margin: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px; }

#once { clear: left; }
