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

body {
	font-size: 73%;
	font-family: Arial, Verdana, sans-serif;
	background: #00b9f1;
	
}

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

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

a img { border: none; }

#menu {
    width: 335px;
    overflow: auto;
    top: 25px;
    bottom: 0;
	left: 25px;
    position: fixed;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size:1.5em;
}
#menu ul li {font-size:0.7em; padding-left:15px;}
#menu ul li.section-title {font-size:1.2em;font-family:Arial, Verdana, sans-serif; background:url(../img/backslash.gif) left  no-repeat; font-weight:bold; }
#menu ul.indexhibit { padding-left:0;}
#menu h1 {padding-bottom:18px;  }
#menu  p {font-size:0.8em;}
#menu p span.footer1{ font-size:1.2em; }
#content {
    height: 100%;
    margin: 58px 0 0 355px;
    padding-top:13px;
	position:relative;
	width:620px;
}

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

body.section-2 #content {margin-top:62px;}
body.section-3 #content, body.section-1 #content {margin-top:104px;}
body.section-3 #content .container, body.section-1 #content .container  {border-top:#FFFFFF 3px solid; padding-top:15px}
#content h2 {  background:url(../img/backslash.gif) left  no-repeat; padding-left:15px;}
#content p { width: 550px; margin-bottom: 9px; font-size:1.8em;}

p {margin: 0 0 9px 0;}
#content p.nav {border-bottom:#FFFFFF 3px solid; width:630px; font-size:1em; margin-bottom:25px; }
#content span.floatright {position:absolute; width:200px; top:10px; right:0; font-size:0.5em;}

h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

h1 {font-weight:bold; line-height:1em;}
h1 span{font-weight:normal; display:block;background:url(../img/h1backslash.gif) left 0.1em  no-repeat; padding-left:15px;}
h1 a:hover span{background:url(../img/h1backslashover.gif) left 0.1em  no-repeat;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
.wht {color:#FFFFFF;}
.bold {font-weight:bold;}
#content p.nav .bold {}