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

body {
	font-size: 10px;
	color: white;
	font-family: Verdana, sans-serif;
	background: #000;
}

   

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

a:link { text-decoration: none; color:#000 }
a:active { text-decoration: none; color: #fff; background: #baff00;}
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #fff; background: #baff00; }

a img { border: none; }


#menu {
    width: 174px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {

background-color:black;
color:#FFFFFF;
font-family:Verdana, sans-serif;
font-size:12px;
text-align:left;
}


#content {
    height: 100%;
    top: 0;
}

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

#content .container {padding: 185px 0 0 194px;}

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

p {
    margin: 0 0 9px 0;
}

#content a:link { font-weight: bold; color: #000000; background-color: #ccc;}
#content a:visited { font-weight: bold; color: #000000;background-color: #ccc;}
#content a:hover { text-decoration: none; color: #000000; background: #fff; }

.footer_indexhibit { 
   margin:0 0 0 5px;
   position: fixed; 
   bottom: 20px; 
   left: 5px;
   color: #000000;
   background-color: transparent;
   z-index: 1;
   }
   
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: 450px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

p.nav a {
		background-color: #eeeeee;
		padding-top: 2px;
		padding-right: 8px;
		padding-bottom: 2px;
		padding-left: 8px;
		font-size: 11px;
		font-family: Georgia, serif;
		-moz-border-radius-bottomleft:2px;
		-moz-border-radius-bottomright:2px;
		-moz-border-radius-topleft:2px;
		-moz-border-radius-topright:2px;
		}

p.nav a:hover {
		background-color: #cccccc;
		}

p.nav span#num {
		letter-spacing: 2px;
		font-family: Georgia, serif;
		font-style: italic;
		padding-left: 20px;
		}
		
#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;
}

