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

body {
	font-size: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #EEEEEE;
	color: #333333;
}

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

#content a:link {
	text-decoration: none;
	color: #000000;
	background-image: url(linethrough.gif);
	background-repeat: repeat-x;
	background-position: left;
	background-color: transparent;
}
#content a:visited {
	background: url(linethrough.gif) repeat-x center left;
}

#content a:hover {
	text-decoration: none;
	background-color: #FFFF00;
	color: #333333;
}

#content a:active {
	
}

#menu a:link, a:active, a:visited {
	text-decoration: none;
	color:#333333;
	background-color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none;
	background-color: #FFFF00;
	color: black;
}

a img { border: none; }

a.thickbox:hover { background-color: #FFFFFF; background: transparent; }

#menu {
	margin: 20px 0 0 20px;
    width: 215px;
    overflow: auto;
    position: fixed;
    height: 400px;
	background-color: #fff;
}

#menu ul {
	border-top:1px dashed #CCCCCC;
	line-height:1.35em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 12px 0 12px 0;
	padding-top: 12px;
}

/* Menu > Sections */
#menu ul li.section-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 4px;
	color:#333333;
}

/* Menu > Exhibitions */
#menu ul li {
	padding-left: 0px;
	margin-left: 0px;
}

#menu li.active a {
	background-color: #FFFF00;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 600px;
    height: 100%;
	position: absolute;
    margin: 20px 0 auto 255px;
    top: 0;
}

.container {
   	border-top: solid 5px #CCCCCC;
    background-color: white;
    padding: 20px 30px 40px 20px;
	line-height: 16px;
}

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

p {
    margin: 0 0 9px 0;
}

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

#img-container {
	margin: 0;
	padding: 0;
	width: 720px;
}

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

#once { clear: left; }

#sitetitle { margin-bottom: 10px; }
