@charset "UTF-8";
/* CSS Document */

* {	margin: 0; padding: 0; outline:none;}

body { font: 11px Futura, Verdana, sans-serif; background-color: #fff;}

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

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

p { margin: 0 0 9px 0;}

a img { border: none; }

a { color: #20D1AD; outline:none; text-decoration:none;}
a:hover { color: #000; text-decoration:line-through;}

span#title a { font-size:36px; text-decoration:none;}
span#title a:hover { text-decoration:none;}

#menu a { text-decoration: none; color: #000;}
#menu a:hover { text-decoration: line-through; color: #20D1AD; }

li.active {	background:#ddd;}

#menu {
    width: 215px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

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

#menu li { line-height:175%;}

#menu ul li.section-title { }

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

#content p {font-size:12px; line-height:200%; margin-bottom: 9px; width: 500px;}

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

p.nav {text-transform: lowercase;}

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

.midLine{ border-top:thin dotted #777; margin: 24px 0; width:63%;}

#indexhibitId {	color:#aaa; margin-top:6px;}

#indexhibitId a{ color:#aaa;}

#copyright{ font-size:8px;}

#once { clear: left; }