html {
    margin: 0px;
    padding: 0px;
    background-color: #191919; 
    background-image: url('images/footerbg.png');
    background-repeat: repeat-y;   
    background-position: top left;    
}

body {
    margin: 0px;
    padding: 0px; 
    color: #444;
    font-family: helvetica, arial, sans-serif;
    font-weight: normal;    
    min-width: 960px;
	font-size: 0.75em;
}

/**Clearfix**/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.update {
	width: 480px;
	float: right;
	margin: 20px;
	background-color: #191919;
}

.update .wrap {
	margin: 5px;
	border: 1px solid #333;
	color: #ddd;
	padding: 20px 20px 0 20px;
}

.update .wrap h2 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333;
    font-weight: normal;
}

.update .wrap p {
	margin-bottom: 20px;
}

#floatMenu {
    width: 225px;
    height: 100%;   
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:99;  
    overflow: hidden;     
}

#floatMenu img {
    display: block;
    height: 225px;
    width: 225px;
    padding: 0px;
    margin: 0px;
}

#floatMenu ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#floatMenu ul li {
    padding: 10px 21px 10px 0px;
    margin:0px 0px 0px 0px;
    border-bottom: 1px solid #111;
    background-color: #222;
    width: 225px;
    height: 16px;
    overflow: hidden;
}

#floatMenu ul li a{
    color: #ccc;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 200px 10px 12px;
    border-left: #191919 5px solid;     
    width: 210px;
}

#floatMenu ul li a:hover{
    color: #fff;
    border-left: #191919 10px solid;    
}

.wrapper {
    width: 960px;
    margin: 0px;
    position: relative; 
    background-color: #999;    
}

.home .wrapper {
    width: 960px;
    margin: 0px;
    position: relative; 
    background-color: #999; 
    background-image: url('images/intro.jpg');
    background-repeat: no-repeat;    
}

.content {
    width: 675px;
    margin: 0px 0px 0px 225px;
    background-color: #efefef;
    padding: 10px 40px 60px 40px;
}

.content p, .content h1, .content h2, .content h3 {
    color: #444;
    font-family: helvetica, arial, sans-serif;
    font-weight: normal;
}

.content p {
    font-size: 14px;
    line-height: 22px;    
}

#intro {
    height: 720px;
}

#background {
    background-color: #e5e5e5;
    background-image: url('images/shadow.png');
    background-repeat: repeat-y;
    background-position: 960px 0px;    
}

img {
    border: none;
}

hr {
	display: none;
}

.hr {
	border-bottom: 1px solid #ddd;
	height: 1px;
}

#artists {
	margin: 30px 0;
	display: block;
}

#artists ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#artists ul li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	width: 225px;
	
}

#footer {
    z-index: 100;
    padding: 0px 40px 0px 265px;
    color: #ccc;
}

#footer h2 {
    margin: 40px 0px 0px 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 32px;
}

#contact {
    width: 655px;
    margin: 10px 0px 40px 0px;
    padding-bottom: 30px;
    font-size: 12px;
    border-bottom: #333 1px solid;
}

#contact div.form {
    float: left;
    width: 416px;
}

#contact div.details {
    float: right;    
    width:198px;
    margin: 0px;
    padding: 0px; 
}

#contact div.details p a{
    color: #bbb;
}

#contact div.details p a:hover;{
    color: #fff;
}

#contact p {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-weight: normal;
}

#contact form textarea, #contact form input {
    background-color: #111;
    color: #bbb;
    border: none;
    font-family: helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 12px;   
    border: #000 1px solid;     
    padding: 2px;
    width: 99%;
}

#contact form textarea {
    height: 140px;
}

#contact form input.submit {
    width: inherit;
    padding: 2px 10px 2px 10px;
}

#ident {
    margin: 0px 0px 40px 458px;
    width: 184px;
}

a.download {
    text-decoration: none;
    color: #777;
    font-size: 16px;
    font-weight: bold;
}

a.download:hover {
    color: #111;
}

/**Exhibitions**/

.exhibitionsList {
    list-style: none;
    padding: 0;
    margin: 0;
	width: 715px;
}

.exhibitionsList li {
    float: left;
    width: 307px;
    list-style: none;
    padding: 4px;
    margin: 0 40px 40px 0;
    background-color: #dfdfdf;
    border: 1px solid #cfcfcf;
}

.preview{
    width: 297px;
    height: 116px;
    background-color: #bbb;
    margin: 0px;
    padding: 0px;
}
