﻿/**
* CSS
* 
* @version 1.0
*/
* {
	margin: 0;
	padding: 0;
	position: fissa;
	top: 120px;
}

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


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

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

a img { border: none; }

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

#menu {
	width: 278px;
	overflow: auto;
	top: 30;
	bottom: 0;
	left: 30;
	position: fissa;
	background-color: #fff;
	height: 360px;
}

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

/* Menu > Sections */
#menu ul li.section-title {
	font-size: 16px;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 4px;
	color:#333333;
	margin-top: 0px;
}

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

#content {
    margin: 100px 0 0 218px;
    top: 0;
}

.container {
	padding: 30px;
	line-height: 16px;
}



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

#sitetitle {
	margin-bottom: 10px;
	font-size: 20px;
	}
				
#thumbs {
	position: absolute;
	top: 0;
	margin: 0;
	left: 278px;
	right: 0px;
	bottom: 0px;
	padding-top: 120px;
}

			
#thumbs img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
}

#menuexpo {
	width: 150px;
	height: 12px;
	text-align: center;
	background: #fff;
	padding: 10px;
	position:absolute;
	left: 50%;
	top: 85%;
	z-index: 5;
	visibility: visible;
}


#expo {
	position: absolute;
	top: 0;
	text-align: center;
	width: 70%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 278px;
	padding-top: 20px;
}

#random {
	position: absolute;
	top: 0;
	text-align: center;
	width: 70%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 278px;
}

.menuu {
	position: absolute;
	top: 0px;
	margin-top: 120px;
}

