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

body {
	font-size: 12px;
	font-family: Georgia;
	background: #fff;
/*	color: #330000; */
	color: #333333;
}

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

a:link, a:active, a:visited { text-decoration: none; color:#999999; }

a:hover {
	text-decoration: none;
	background-color: #330033;
	color: white;
}

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

#menu a:hover { 
	text-decoration: none;
	background-color: #330033;
	color: white;
}

a img { border: none; }

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

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

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

/* Menu > Sections */
#menu ul li.section-title {
	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;
    line-height: 16px;
}

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

.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; }