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

body {
	font-size: 0.8em;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	background: #fff;
	color:#4C4C4C;
}

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

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

a.exhibtitle {text-decoration: none;font-weight:normal;font-size:2.3em;line-height:1.4em;color:#4C4C4C;
}

a.exhibtitle:hover {background-color:#fff;color:#FE5223;}

a img { border: none; }

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

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

.section-title {
	color:#4C4C4C;
	text-transform:uppercase;
	font-size:1.2em;
	padding-bottom:6px;}

#menu ul li.section-title { margin-top:2em;}

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

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

#content p { width: 400px; margin-bottom: 9px; line-height:1.4em; 
}

p {
    margin: 0 0 9px 0;
}

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: 250px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }