﻿        html {
            background: #927f61 url(/images/interface/background.gif) top center repeat-x;
        }
        html, body {
            height: 100%;
            padding:0px;
            margin:0px;
            /*background-color: #927f61;*/
        }
        body {
        }
        #main-wrapper {
            width: 995px;
            margin: 0 auto;
        }
        #header {
            height: 260px;
            background-image: url(/images/interface/header.png);
        }
        #header h1 {
            text-indent: -9999px;
            height: 103px
        }
        #header h2 {
            margin-top: 90px;
            padding:0px;
            text-indent: 65px;
            font-size: 150%;
            font-family: Times New Roman, Sans-Serif;
            font-weight: bold;
            color: #57452f;
            letter-spacing: 1px;
            text-transform: lowercase;
        }

/* main menu */
        #main-menu {
            position: absolute;
            top: 30px;
            width: 995px;
            margin: 0 auto;
            vertical-align: middle;
        }
        #main-menu li {
            float: left;
            /*width: 120px;*/
            margin: 0px;
            font-size: 12px;
            font-family: Arial, Sans-Serif;
            border-left: 1px dotted #ccc;
            background-color: #fff; 
        }
        #main-menu li:first-child {
            border-left: 0px;
        }
        #main-menu li a {
            /*display: block;*/
            height: 20px;
            line-height: 20px;
            padding: 0px 10px;
            text-transform: uppercase;
            color: #4c3a24;
            text-decoration: none;
        }
        #main-menu li a:hover {
            color: #aaa;
        }



        
        #content-container {
            background-color: #fff;
            width: 100%;
            background-image: url(/images/interface/sidebar-background.gif);
            background-repeat: no-repeat;
        }



        
        #sidebar {
            
            width: 365px;
            float:left;
            margin: 0px 20px;
            /*background-color: pink;*/
        }
        
        #content {
            float:left;
            /*margin-left: 400px;*/
            padding-right: 20px;
            width: 570px;
            /*background-color: green;*/
            color: #4c3a24;
        }
        
        #footer {
            width: 995px;
            height:191px;
            /*
            background-image: url(/images/interface/footer.gif);
            background-repeat: no-repeat;
            */
        }
        
        
        #sidebar-album  {
            margin-top: 6px;
        }
        #sidebar-album li {
            background-color: #bdb6ac;
            float:left;
            width: 86px;
            height: 86px;
            margin: 0px 5px 5px 0px;
        }
        #sidebar-album li.newLine {
            clear:left;
        }
        #sidebar-album li img {
            width: 72px;
            height: 72px;
            border: 1px solid #fff;
            margin: 6px;
        }
        .clear {
            clear: both;
        }
        
        
        #content strong {
            font-weight: bold;
        }
        
        /*
        
        #content ul {
            padding: 10px 20px;
            
        }        
        #content ul li {
            list-style-type: square;
            list-style-position: inside;
        }        
        */
        #content ul {
            background-image: url(/images/interface/list-background.gif);
            background-repeat: repeat-y;
            margin: 5px 0 15px 0;
        }
        #content ul li {
            list-style-type: none;
            height: 24px;
            line-height: 24px;
            margin-left: 25px;
            font-size: 12px;
            font-family: Tahoma;
        }
        
        #content a {
            color: #830001;
            text-decoration: none;
        }
        #content a:hover {
            color: #E47D04
        }
        
        #ContactForm dd {
            margin-bottom: 6px; 
        }
        #ContactForm input[type=text] {
            border: 0px solid black;
            
            background-image: url(/images/interface/input-textbox.gif);
            background-repeat: no-repeat;
            background-position: bottom right;
            padding: 0px 10px 0 10px;
            margin:0px;
            height: 36px;
            line-height: 36px;
            font-size: 14px;
            font-family: Verdana;
            width:276px;  /* 296px -20px*/
            vertical-align: middle;
        }
        
        #ContactForm textarea {
            border: 0px solid black;
            background-image: url(/images/interface/input-textarea.gif);
            background-repeat: no-repeat;
            background-position: bottom left;
            padding:10px 20px 10px 10px;
            height: 120px;
            font-size: 14px;
            font-family: Verdana;
            width:286px;
                        overflow:hidden;
        }
        #ContactForm input[type=text], #ContactForm textarea {
            color: #777;
        }
        #ContactForm input[type=text]:focus, #ContactForm textarea:focus {
            color: #000;
        }
        
        #ContactForm input[type=submit] {
            border: 1px solid black;
            border-color: #888 #555 #555 #888;
            background-color: #D4D0C8;
            padding: 2px;
            margin:0px;
            margin-top: 10px;
            /*
            height: 28px;
            line-height: 28px;
            */
            font-size: 14px;
            font-family: Verdana;
            width:100px;  /* 296px -20px*/
            vertical-align: middle;
        }
        
        
        #content {
            font-family: Verdana;
            font-size: 12px;
        }
        #content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {
            letter-spacing: -1px;
            font-weight: bold;
            color: #830000;
            border-bottom: 2px solid #830000;
            padding-bottom: .2em;
            margin-bottom: 1em;
        }

        #content h1 {
            font-size: 150%;
        }
        #content h2 {
            font-size: 140%;
        }
        #content h3 {
            font-size: 130%;
        }
        #content h4 {
            font-size: 120%;
        }
        #content h5 {
            font-size: 110%;
            
            border-bottom: 1px solid #830000;
        }
        #content h6 {
            font-size: 100%;
            font-weight: normal;
            border-bottom: 1px solid #830000;
        }
        
        #content address {
            font-style: italic;
            font-variant: small-caps;
            font-size: 80%;
        }
        #content p {
            margin: 1em 0em;
        }
        #content pre {
            font-family: Monospace;
            text-transform: none;
            white-space: pre;
        }
        
        
        
        .multiline
        {


        }
