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

body {
	margin-left: 50px;
	margin-top: 150px;
	background-color: white;
	font-size: 12px;
	font-family: Verdana;
}

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

a:link { color: black; text-decoration: none; }
a:active { background-color: #0f8944; }
a:visited { text-decoration: none; color: black; }
a:hover { background-color: #0f8944; text-shadow: 0px 0px; }

a img { border: none; }

#menu {
    margin-left: 10px;
    padding: 0px;
    list-style-position: inside;
    margin-bottom: 50px;
    margin-right: 10px;
    margin-top: 0px;
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 70%;
}

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

#menu ul li.section-title { }

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

.container {
    margin-left: 0px;
    padding: 5px 5px 25px 5px;
}

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

p {
	margin-left: 0px;
	margin-bottom: 9px;
	margin-right: 0;
	margin-top: 0;
}

h1 { font-family: Verdana; letter-spacing: 1px; margin-left: 30px; font-size: 13px; }
h2 { text-align: left; font-family: Verdana; margin-left: 30px; font-style: normal; font-weight: normal; font-size: 10px; }
h3 { font-family: Verdana; font-size: 16px; }
h4 { font-style: normal; font-weight: normal; font-family: Verdana; font-size: 9px; }

#img-container	{ margin-left: 0px; margin-bottom: 0; margin-right: 0; margin-top: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
