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

body {
	color: black;
	margin: 10px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

body.section-1 { color: black; border-collapse: separate; }
body.section-2 { color: black; }
body.section-3 { color: black; }

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

a img { border: none; }

#menu {
    color: black;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0px;
    background-position: 15px 15px;
    width: 150px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

#menu ul {
	margin-left: 0;
	margin-bottom: 12px;
	margin-right: 0;
	list-style: none;
}

#menu ul li.section-title { background-color: black; color: white; }

#content {
    margin-left: 215px;
    margin-bottom: 0;
    margin-right: 0;
    height: 100%;
    top:50;
}

.container {
    margin-top: 50px;
    padding: 5px 5px 25px 5px;
}

.title {
    letter-spacing: 1px;
    font-weight: bold;
    font-family: Helvetica;
    color: black;
    font-size: 20px;
}

#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; }
