@charset "UTF-8";

/*
Fixed Positioning Code
Thanks to Anne van Kesteren and Arthur Steiner
http://limpid.nl/lab/css/fixed
*/

body{
 margin:0;
 padding:25px 0 0 150px;
 font-size:14px;
 font-family:"Times New Roman", Times, serif;
}

div#image1{
	display:none;
	padding-bottom:10px;
}

div#image2{
	display:none;
	padding-bottom:10px;
}

div#exhibitions{

	display:none;
}

div#contact{

	display:none;
}

div#left-sidebar{
	font-size:14px;
	position:absolute;
    top:45%;
	left:20px;
	width:130px;
	height:100%;
	line-height:20px;
}

div#right-sidebar{
	font-size:14px;
	position:absolute;
    top:90%;
	right:20px;
	width:130px;
	height:100%;
	line-height:20px;
}

@media screen{
 body>div#left-sidebar{
	position:fixed;
 }

}
@media screen{
	body>div#right-sidebar{
	position:fixed;
 }
}
* html body{
 overflow:hidden;
} 
* html div#content{
 height:100%;
 overflow:auto;
}

/*
End FPC
*/

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

.exhibitions {
	font-size: 14px;
}

.contact {
	font-size: 14px;
}

.footer {
	text-align:left;
	font-size:12px;
	color:#666;	
}
