﻿body
{
    
    background-color: White;
    color: #232426;
    font-family: Arial, sans-serif;
    margin: 0px;
    font-size: 10pt;
    overflow: scroll;
}

#containerMain
{
    width:1000px;
    margin: 0 auto 0 auto;
    height: 800px;
    background-image: url('images/background.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border: solid 1px #232426;
}

#header
{
     height: 140px;
     background-color: #232426;
}

#header img
{
    float:right;
    margin: 10px 10px 0px 0px;
}

#container
{
     float: right;
     width:600px;
     height: 600px;
     margin-top: 30px;
}

#nav
{
    width:150px;
    margin-left: 150px;
    margin-top: 150px;
}

#nav ul
{
    list-style-type: none;
    margin: 0px;
}

#nav li
{
    margin-bottom: 25px;
    padding: 2px 5px 2px 5px;
    border: solid 1px #232426;
    width: 125px;
}

#nav a
{
    font-size: 16pt;
    text-decoration: none;
    color: #232426;
    text-transform: lowercase;
    
    
}


#nav ul li a:hover
{
    color: #7c8841;
}

h1
{
    font-size: 18pt;
    color: #7c8841;
    font-weight: bold;
    margin-top:0px;
}

.galleryText
{
    margin-bottom: 20px;
}

.exhibitionText
{
   margin-bottom: 20px;
}

.exhibitionText li
{
    padding: 5px 0px 5px 0px;
}

.GalleryImage
{
    padding: 0px 0px 5px 5px;
    width: 75px;
    
    cursor: pointer;
}

#GalleryDiv
{
    
}

#GalleryDiv ul
{
    list-style-type: none;
	 margin:0px;
	 padding: 0px;
}

#GalleryDiv li
{
 	margin: 0;
	display:inline;	
}

#PopupBackground
{
 display:none;  
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height:100%;  
 width:100%;  
 top:0;  
 left:0;  
 background:#232426;  
 z-index:1;  
}  

.Popup
{
     display: none;
    position: fixed;
    _position: absolute;
    z-index: 2;
    background-color: #232426;
    max-width:510px;
}

#GalleryLargeImage
{
    max-height: 500px;
    max-width: 500px;
    margin: 5px;   
}

/*#popupClose
{
    float: right;
    background-color:#232426;
    color: White;
    width:15px;
    margin:0px;
    font-size:12pt;
    cursor:hand;
}*/

#popupClose{   
    font-size:14pt;   
    /*line-height:14px;   */
    right:6px;   
    top:4px;   
    position:absolute;   
    color:white;   
    font-weight:700;   
    display:block; 
    cursor: pointer;
    background-color: #232426;
 }   