   
    html {
        overflow-y: scroll;
    }
   
    * {
        margin: 0px;
        padding: 0px;
        outline: 0;
        border: 0;
    }
   
   
    body {
        background: #fff;
        font-family: Helvetica, Arial, sans-serif;
        line-height: 13px;
        font-size: 11px;
        color: #000;
    }
    
    a {
        color: #000;
        text-decoration: none;
    }
    
    a:hover {
             color: #999;        
    }
    
    #container {
        width: 985px;
        
    }
    
    #loading {
        position: absolute;
        left: 169px;
        top: 25px;
        display: none;
        color: #999;
        font-size: 9px;
        font-family: Helvetica, Arial, sans-serif;
    }
    

    

    #leftcol {
        left: 0px;
        top: 0px;
        width: 131px;
        text-align: left;
        border-right: 1px solid #dedbd5;
        margin-right: 37px;
        float: left;
        display: inline;
        height: 100%;
    }
    
    #rightcol {
        position: absolute;
        left: 169px;
        width: 816px;
        float: left;
        padding-top: 25px;
        display: inline;
    }
    
    h1#logo {
        width: 131px;
        height: 62px;
        background: url("../images/summer_logo.gif");
        display: block;
    }
    
    h1#logo a {
        display: block;
        width: 131px;
        height: 63px;
    }
    
    h1#logo a span {
        display: none;
    }
    
    ul#menu {
        
        width: 131px;
        display: block;
        list-style: none;
    }
    
    ul#menu li {
        width: 116px;
        padding-right: 15px;
        text-align: right;
        height: 13px;
        font-size: 11px;
    }
    
    ul#menu li.smallmenu {
        font-size: 10px;
        display: none;
    }
        
     ul#menu li a {
        color: #999;
    }
    
    ul#menu li a.active {
        color: #000;
    }
    
    ul#menu li a:hover {
        color: #000;
    }
    
    
    #footer {
        width: 116px;
        margin-right: 15px;
        position: absolute;
        top: 397px;
        height: 142px;
        text-align: right;
        left: 0px;
        color: #999;
        font-size: 9px;
    }
    
    #footer a {
        color: #999;
    }
    
    
     #footer a:hover {
        color: #000;
    }
    
    
    #footer input {
        width: 80px;
        text-align: right;
        height: 13px;
        border: 0px;
        background: #fff;
        color: #999;
        font-size: 9px;
        font-family: Helvetica, Arial, sans-serif;
    }
    
    #facebook {
        margin-left: 2px;
        margin-bottom: 10px;
    }
    
    #management {
        margin-top: 16px;
        margin-bottom: 2px;
    }
    
    h4.title {
        font-weight: normal;
        text-transform: uppercase;
        font-size: 11px;
        margin-bottom: 11px;
    }
    
    
    .galleryleft {
        width: 816px;
        margin-bottom: 9px;
    }
    
    .preloader {
        position: absolute;
        top: 63px;
        left: 0px;
    }
    
    .preloader p {
        color: #999;
        font-size: 9px;
        font-family: Helvetica, Arial, sans-serif;        
    }
    
    .galleryright {
        width: 816px;

    }
    
    .galleryright img {
        display: block;
        margin-bottom: 8px;
    }
    
    .gallerythumbs img {
    
    margin-right: 1px;
    
    }

    
    .gallery {
        width: 816px;
        margin-bottom: 28px;
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
    }
    
    #abouttext h3 {
        font-size: 11px;
        font-weight: normal;
        margin-bottom: 13px;
        text-transform: uppercase;
    }
    
    #abouttext h3.next {
                margin-top: 26px;
    }
    
    #abouttext {
        width: 395px;
    }
    
    .contactcol {
        margin-bottom: 26px;
    }
    
    .galleryleft p span {
        padding-right: 9px;
    }
    
    
    @media screen
  {
  div#leftcol
    {
    position: fixed;
    }
  /* Don't do this at home */
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    overflow-y: auto;
    height: 100%;
    }
  * html div#leftcol
    {
    position: absolute;  
    }
  /* All done. */
  }

