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

body {
	font-size: 11px;
	font-family: Trebuchet, Verdana, sans-serif;
	background: #fff;
	}

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

a:link { 
	text-decoration: none;
	color:#333;
}
a:active { 
	text-decoration: none; 
	color:#333;
}
a:visited { 
	text-decoration: none; 
	color: #333; 
}
a:hover { 
	text-decoration: none; 
	color:#999;
}

a img { 
	border: none; 
}

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

#menu ul {
	color:#000000;
	font-family: Trebuchet, Verdana, sans-serif;
	padding-left:20px;
	list-style: none;
	margin: 0 0 12px 0;
	line-height:18px;
}

#menu ul li.section-title {
	color:#333;
	font-family: Trebuchet, Verdana, sans-serif;
	padding-left:0px;
	
	
}

#content {
	min-width: 1230px;
    height: 100%;
    margin: 0 0 0 290px;
    top: 0;
    line-height:18px;

}

.container {
	min-width: 1550px;
    padding: 5px 5px 25px 5px;
}

#content p { 
	padding-top: 18px;
	width: auto;
	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 {
	padding: 40px;
}
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

.footer_indexhibit { 
	color:#333;
	position: fixed; 
	bottom: 20px; 
	left: 20px;
	background-color: transparent;
	z-index: 1;
}

#once { clear: left; }