* {
    margin: 0;
    padding: 0;
    font-family: helvetica;
    outline: none;
}
html, body {
    width: 100%;
    height: 100%;
    background: #e5e5e5;
}
div {
    cursor: default;
}
p {
    margin: 15px 0;
}
#container {
    padding: 0 15px 15px 15px;
    width: 800px;
    margin: auto;
    background: #fff;
    border: solid 1px #2f424c;
    border-width: 0 10px 10px 10px;
}
#header {
    height: 203px;
    position: relative;
}
#header .image {
    height: 155px;
    position: relative;
}
#logo {
    width: 700px;
    height: 100px;
    position: absolute;
    bottom: -5px;
    background: url('../../assets/images/logo.gif') no-repeat; 
}
#about, #art, #connect, #exhibitions {
    position: absolute;
    bottom: -1px;
    right: 0;
    display: block;
    height: 47px;
    background: #fff url('../../assets/images/nav.gif') no-repeat; 
}
#about       { width: 87px; right: 363px;   }
#art         { width: 51px; right: 298px;   }
#connect     { width: 118px; right: 165px; }
#exhibitions { width: 149px; right: 0px; }

#about       { background-position: 0 0;        }
#art         { background-position: -110px 0px; }
#connect     { background-position: -184px 0px; }
#exhibitions { background-position: -325px 0px; }

#about:hover,   #about.current           { background-position: 0 -47px;      }
#art:hover,     #art.current             { background-position: -110px -47px; }
#connect:hover, #connect.current         { background-position: -184px -47px; }
#exhibitions:hover, #exhibitions.current { background-position: -325px -47px; }

#about:active       { background-position: 0 -94px;       }
#art:active         { background-position: -110px -94px;  }
#connect:active     { background-position: -184px -94px;  }
#exhibitions:active { background-position: -325px -94px;  }

h1 {
    font-size: 30px;
    line-height: 45px;
    margin: 0 0 15px 0;
    color: #7d2a21;
}
h3 {
    letter-spacing: 1px;
}
#main {
    line-height: 25px;
    font-size: 12px;
    margin: 15px 0 40px 0;
    color: #464c3e;
}
#left_col {
    float: left;
    width: 450px;
}
#right_col {
    float: right;
    width: 300px;
    margin-top: 5px;
    background: #efefd1;
    color: #7e752c;
    border: solid 1px #999;
    border-width: 1px 0;
    margin-top: 13px;
}
#left_col.gallery {

    width: 475px;
}
#right_col.gallery {

    width: 275px;

}

#right_col h3 {
    border: solid 1px #999;
    border-width: 0 0 1px 0;
    text-indent: 10px;
    text-align: left;
    background: #646661;
    color: #ebf3f9;
    font-weight: normal;
    margin: 0;
}
h3 {
    margin: 15px 0 10px 0;
    border: solid 1px #999;
    border-width: 0 0 1px 0;
}
#right_col ul {
    line-height: 20px;
    font-size: 12px;
    margin: 10px 10px 10px 0;
}
#right_col strong {
    color: #735617;
}
li {
    list-style: none;
    margin: 15px;
}
#left_col h3 {
    background: #e7e7e7;
    border-color: #9e8314;
    color: #586249;
    text-indent: 5px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#left_col ul {
    margin: 0px 0 10px 0;
    padding: 0;
}
#left_col li {
    
    margin: 0px 0 0 20px;
    list-style-type: square;
}
#footer {
    font-size: 12px;
    color: #eee;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    height: 50px;
    background: #999;
    border: solid 1px #aaa;
    border-width: 1px 0;
}
#footer a {
    text-decoration: none;
    color: #eee;
}
#footer a:hover {
    text-decoration: underline;
}

/* Other */ 

.left {
    float: left;
}
.right {
    float: right;
}
#large_art h3 {
    background: none;
    margin: 10px 0 0 0;
    padding: 0 0 0px 0;
    text-indent: 0;
    font-size: 20px;
    position: relative;
}
#large_art h3 span {
    position: absolute;
    top: 0;
    right: 0;
}
#links {

}
#large_art h3 span, #large_art h3 a {
    color: #555;
    font-size: 12px;
}
#artwork {
    width: 100%;
    text-align: center;
}
#artwork a img {
    border: solid #ddd 10px;
}
#links a {
    color: #555;
}
#links a:hover {
    color: black;
}
.gallerylink a {
    color: #555;
    display: block;
}
.gallerylink a:hover, .gallerylink .current {
    color: black;
    background: khaki;
}
#gallery img {
    border: none;
}
#gallery li {
    padding: 10px;
    margin: 5px 10px 5px 0;
    float: left;
    background: #ddd;
    text-align: center;
    list-style: none;
    font-size: 12px;
    letter-spacing: 0;
    width: 200px;
}
#gallery img {
    
}
#gallery li a {
    text-decoration: none;
    color: #444;
}
#gallery li a:hover {
    text-decoration: none;
    color: black;
}
#full_col h3 {
    font-size: 25px;
    border-bottom-width: 10px;
}
.collapse_p p {
    margin: 0 0 10px 0;
}

/* Clear float fix */

.clear:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clear{
    display:inline-block;
}
/* Hides from IE-mac \*/
* html .clear {
    height: 1%;
}
.clear {
    display: block;
}
/* End hide from IE-mac */
