/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

#logo {
 position:absolute;
 top:8px;
 left:8px;
}

body {
	font-size: 11px;
    font-family: "Arial", sans;
	font-style: normal;
	font-weight: normal;
/*	color: #330000; */
	color: #ffffff;
		background-color: #000000;

}

body.section-1 { }
	
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: white; }

a:active { text-decoration: none; color: #999999; }

a:visited { text-decoration: none; color: white; }

a:hover {
	text-decoration: none;
	color: #999999;
}

#menu a:link { text-decoration: none; color: white; }

#menu a:active { text-decoration: none; color:#999999; }
 
#menu a:visited { text-decoration: none; color: white; }

#menu a:hover { 
	text-decoration: none;
	color: #999999;
}

a img { border: none; }

a.thickbox:hover { background-color: #000000; background: transparent; }

#menu {
    width: 215px;
    overflow: auto;
    top: 130px;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background-repeat: no-repeat;
	margin: 0px 0 0 0px;
}

#menu ul {
	list-style: none;
	margin: 12px 0 12px 0;
	padding-top: 12px;
}

/* Menu > Sections */
#menu ul li.section-title {
	font-size: 12px;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 4px;
	color:#858588;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 30px;
}

/* Menu > Exhibitions */
#menu ul li {
	padding-left: 0px;
	margin-left: 0px;
    line-height: 16px;
}

#content {
 left: -32px;
    height: 100%;
    margin: 180px 0 0 215px;
}

.container {
    padding: 30px 30px 25px 30px;
	line-height: 16px;
}

#content p { 
 width: 400px; margin-bottom: 9px; }

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; width: 720px; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#sitetitle { margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #858588; }