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

body {
	font-size: 11px;  line-height: 14px; 
	font-family: helvetica; 
	background: #fff;
}

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

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

hr { height: 0; border-style:dotted; border-width: 1.5px 0 0 0; border-color:black; }

a img { 
	border: none;
}

ol li
{
  	list-style-type: none;
	list-style-position: outside;
	margin-left: 40px;
	line-height: 15px;
}
#header {
	font: 14px Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 6px;
	margin-top:24px;
	margin-bottom: 20px;
	width: 1000px;
}
#indexhibit {
	color: #999;
	bottom: 20px;
	position: fixed;
	line-height: 15px;
}
#indexhibit a:link {
	color: #999;
}
#indexhibit a:hover {
	color: #666;
}
#name {
	margin-top: 22px;
	margin-bottom: 20px;
	float: left;
	clear: left;
	font-weight: bold;
}
#section-title {
	width: 800px;
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
	clear: left;
	padding-top: 6px;
	font-weight: bold;
}
#title {
	padding-top: 6px;
	margin-bottom: 20px;
	font-weight: bold;
	width: 150px;
}

#year{
	float: left;
	clear: left;
	font-weight: bold;
}
#info {
	line-height: 15px;
	position: relative;
	float: left;
	padding-bottom: 10px;
	clear: left;
}
.indent {
	left: 30px;
	line-height: 15px;
	position: relative;
	float: left;
	padding-bottom: 10px;
}
#gallery {
	float: left;
	margin-top: 20px;
	padding-right: 20px;
	width: 180px;
}
p {
	padding-top: 10px;
}

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

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

#menu ul li.section-title {
	padding-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

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

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

#content p { width: 520px; margin-bottom: 9px;}

p {
	color: #000;
    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: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
