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

body {
	color: black;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-size:12px;
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited{ text-decoration: none; }
a:hover { text-decoration: none; }

a img { border: none; }

#menu {
    line-height: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    width: 210px;
    overflow: auto;
    position: fixed;
    height: 100%;
}
#menu a:link {background-color: transparant; color: red; line-height: 15px;}
#menu a:active {color: red;}
#menu a:hover {color: red; border-bottom-style: dashed; border-bottom-width: 1px; text-decoration: none; color: red; background-color: none;}
#menu a:visited{color: red;}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
}

#menu ul li.section-title { font-size:14px; font-style: italic; margin-bottom: 5px; width: 130px; border-bottom-width: 1px; color: black; }

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

.container {
	padding: 40px;
}

#content p { top: 10px; margin-bottom: 9px; width: 650px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { padding-bottom: 5px; padding-top: 20px; width: 500px; font-style: normal; font-weight: normal; font-size: 10px; border-top-width: 1px; border-top-color: black; border-top-style: none; }

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

#once { clear: left; }

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}
