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

body {
	font-size: 10px;
	font-family: Andale Mono, Courier, Mono;
	text-decoration: none;
	color: #000000;
	background: url(/line.jpg) fixed;
	

}

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

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


a img { border: none; }



#menu {
	float:left;
	width: 170px;
	overflow: auto;
	top: 28px;
	height:auto;
	left: 28px;
	padding-right: 0px;
	padding-top:0px;
	padding-bottom: 0px;
	position:fixed;
	background-color:#FFFFFF;
	text-align:right;
}

#menu .container {
padding:10px 10px 10px 10px;

}

#menu .container p {
margin:0px;

}


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

#menu ul li.section-title { 
margin: 0 0 4px;
border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}



#menu ul li.active a {
	text-decoration: none;
	color:#000000;
	}
	

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

.container {
	padding: 28px 10px 25px 10px;
}

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

p {
    margin: 0 0 9px 0;
}

#indexhibit { /* sets the properties for the "Built with" part  */
	position:fixed;
	z-index : 1;
	right : 10px;
	bottom : 10px;
	margin : 0 0 0 0;
	padding : 0px 2px 0px 2px;
	font-size: 10px;
	font-family: Andale Mono, Courier, Mono;
	text-align : right;
	background: #FFFFFF;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 10px; }


#img { border:0; }
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 100; margin: 0; padding: 6px 0 6px 0;background:transparent; }
 

#once { clear: left; }