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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	word-break: normal;
	font-size: 12px;
	padding-left: 15px;
	widows: 0;
}

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

a:link { color: #404040; text-decoration: none; }
a:active { font-size: 12px; text-shadow: 0px 0px; text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border-style: none; }

#menu {
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color: white;
    font-size: 12px;
    padding-left: 0px;
    padding-top: 5px;
    width: 210px;
    overflow: auto;
    position: fixed;
    height: 100%;
}

#menu ul {
	font-family: Georgia;
	font-size: 12px;
	margin-bottom: 10px;
	list-style: none;
}

#menu ul li.section-title { font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; margin-bottom: 10px; color: #0092d2; }

#content {
    margin-left: 218px;
    padding-top: 50px;
    top: 0;
}

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

#content p { width: 768px; 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: 0px; padding: 0px; list-style-type: square; }
#img-container p	{ padding-left: 0; padding-bottom: 20px; padding-right: 12px; padding-top: 0; margin: 0px; width: 400px; }

#once { clear: left; }

#the-background {
    margin-left: 215px;
    position: fixed;
    z-index:1;
    width: 100%;
    height:100%;
    top:0;
    left:0;
}

#wrapper { 
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}

