/**
* 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: #000; background-color: #fff; text-decoration: none; }
a:active { color: #fff; background-color: #000; text-decoration: none; }
a:visited { color: #000; background-color: #fff; text-decoration: none; }
a:hover { color: #fff; background-color: #000; text-decoration: none; }

a img { border: none; }

#menu { color: #000; line-height: 14pt; background-color: #fff; width: 180px; overflow: auto; top: 0; bottom: 0; left: 0; position: fixed; height: 100%; padding-left: 6px; }
#menu ul { margin-top: 0; margin-right: 0; margin-bottom: 12px; list-style: none; }
#menu ul:link { color: #fff; list-style: none; margin: 0 0 12px; }
#menu ul li.section-title {  }

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

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

#content p { width: 500px; margin-bottom: 9px; margin-left: 10px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ width: 500px; margin: 0 0 0 10px; padding: 0; }
#img-container p	{ width: 500px; margin: 0; padding: 0 0 12px; }

#once { clear: left; }
.b { color: #fff; text-decoration: none; }
.b:link { color: #fff; text-decoration: none; }
.b:active { color: #fff; text-decoration: none; }
.b:visited { color: #fff; text-decoration: none; }
.b:hover { color: #000; background-color: #fff; text-decoration: none; }
