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

body {
	font-size: 12px;
	line-height: 15px;
	font-family: Courier New, Courier, Andale Mono;
	color: #000000;
	background: #f4f4f4;
}

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

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

a img { border: none; }

#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: 90%;
top: 0;
left:0;

}

#menu {
    width: 180px;
    overflow: hidden;
    top: 135px;
    bottom: 0;
	left: 0px;
    padding: 30px 0px 5px 35px;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0px 0 0px 0;
	padding-left: 14.5px;
}

#menu ul li.section-title { 
	margin-left: -14.5px;
}

#content {
    height: 100%;
    margin: 30px 0 0 230px;
    top: 0;
    width:auto;
}

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

#content p { 
	width: 600px; 
	margin-bottom: 0px; 
	padding: 0;
}

p {
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
}

#logoarea { /* sets the properties for the "Built with" part  */
position : fixed;
z-index : 5;
left : 0;
top : 0;
margin : 0 0 0 0;
padding : 30px 0px 0px 35px;
text-decoration: none;
}

#indexhibit { /* sets the properties for the "Built with" part  */
position : fixed;
z-index : 5;
right : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 0px 10px 5px 0px;
font-size: 11px;
}

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: 600px; margin: 0; padding: 0 0 12px 0; 
}

#once { clear: left; }