/*** CSS* * @version 1.0* @author Vaska * @author Gregory Cadar*/* {	margin: 0;	padding: 0;}body {    height: 100%;	font-size: 12px;	font-family: Arial, Verdana, Helvetica;	background: #d9d9d9;/*	color: #330000; */	color: #858588;}body.section-1 { }	body.section-2 { }body.section-3 { }a:link, a:active { text-decoration: none; color:#858588; }a:visited {color:#333333; }a:hover {	text-decoration: none;	color: #333333;}#menu a:link, a:active, a:visited { text-decoration: none; color:#424242; }#menu a:hover { 	text-decoration: none;	color: #333333;}a img { border: none; }a.thickbox:hover { background-color: #d9d9d9; background: transparent; }#menu {    width: 215px;    overflow: auto;    top: 30;    bottom: 0;	left: 30;    position: fixed;    height: 100%;	background-repeat: no-repeat;	background-color: #FFFFFF;	/*background-image: url('/files/logo_RP.png');	background-position: 0 20px;*/}#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;*/	border-bottom: 1px solid #E5E5E5;	line-height: 30px;}/* Menu > Exhibitions */#menu ul li {	padding-left: 0px;	margin-left: 0px;    line-height: 16px;}#content {    top: 30;    bottom: 0;	left: 30;    position: fixed;    height: 100%;	background-repeat: no-repeat;	background-color: #d9d9d9;	    margin: 0px 0 0 215px;	    overflow: auto;}.container {    padding: 18px 31px 31px 31px;	line-height: 16px;	overflow: auto;}#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; 	overflow: auto; padding: 0; width: 100%; }#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; }