body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    background: url('../img/site/bg_01.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #CCCCCC;
    text-align: center;
    }

a, a:visited {
    color: #707070;
    }

a:hover {
    color: #2D88B4;
    }

#header a, #header a:visited {
    color: #707070;
    text-decoration: none;
    }

#header a:hover {
    color: #CCCCCC;
    text-decoration: none;
    }

#navigation a, #navigation a:visited {
    color: #707070;
    text-decoration: none;
    }

#navigation a:hover {
    color: #2D88B4;
    text-decoration: underline;
    }

#container {
    width: 760px;
    margin: 30px auto 20px auto;
    padding: 0px 0px 10px 0px;
    text-align: left;
    }

#container br {
    clear: both;
    }

#header {
    text-align: left;
    border-top: 1px dotted #CCCCCC;
    }

#header h1 {
    font-family: georgia, palatino, times, serif;
    font-size: 22px;
    color: #CCCCCC;
    }

.notBold {
    font-weight: lighter;
    }

#leftcolumn {
    width: 175px;
    float: left;
    }

#navigation {
    border-top: 1px dotted #CCCCCC;
    padding: 5px;
    margin: 0px 0px 5px 0px;
    text-align: center;
    }

#navigation ul {
    margin: 0px;
    padding: 0px;
    }

#navigation li {
    display: inline;
    list-style: none;
    font-family: tahoma, geneva, san-serif;
    font-size: 12px;
    margin: 0px;
    padding: 5px;
    }

#news {
    height: 175px;
    overflow: auto;
    border: 1px solid #f5f5f5;
    background-color: #fefefe;
    padding: 5px;
    margin-bottom: 5px;
    }

#news h1 {
    font-family: georgia, palatino, times, serif;
    font-size: 14px;
    color: #9b9b9b;
    }

#news h2 {
    font-family: georgia, palatino, times, serif;
    font-size: 12px;
    color: #9b9b9b;
    }

#news p {
    font-family: tahoma, geneva, san-serif;
    font-size: 11px;
    line-height: 16px;
    color: #9b9b9b;
    }

#contact {
    padding: 5px;
    margin-bottom: 5px;
    }

#contact h2 {
    font-family: georgia, palatino, times, serif;
    font-size: 14px;
    color: #9b9b9b;
    }

#contact p {
    font-family: tahoma, geneva, san-serif;
    font-size: 11px;
    line-height: 16px;
    color: #9b9b9b;
    }

#contact form {
    font-family: tahoma, geneva, san-serif;
    font-size: 11px;
    line-height: 16px;
    color: #9b9b9b;
    }
    
.textInput {
    font-family: tahoma, geneva, san-serif;
    font-size: 11px;
    color: #707070;
    border: 1px solid #CCCCCC;
    background-color: #fefefe;
    padding: 2px;
    }
 
.send {
    font-family: tahoma, geneva, san-serif;
    font-size: 11px;
    color: #707070;
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    padding: 2px;
    margin-top: 2px;
    }

#maincolumn {
    width: 585px;
    float: right;
    }

#maincontent {
    padding: 0px 5px 5px 5px;
    margin: -3px 0px 5px 10px;
    }

#maincontent h1 {
    font-family: georgia, palatino, times, serif;
    font-size: 18px;
    color: #9b9b9b;
    }

#maincontent h2 {
    font-family: georgia, palatino, times, serif;
    font-size: 14px;
    color: #9b9b9b;
    }

#maincontent h3  {
    font-family: tahoma, geneva, san-serif;
    font-size: 12px;
    color: #9b9b9b;
    border-bottom: 1px dotted #cccccc;
    padding: 8px 0px 2px 0px;
    }

#maincontent p {
    font-family: tahoma, geneva, san-serif;
    font-size: 12px;
    line-height: 18px;
    color: #9b9b9b;
    }

#entry h3 {
    font-family: tahoma, geneva, san-serif;
    font-size: 12px;
    color: #9b9b9b;
    border-top: 1px dotted #cccccc;
    padding: 8px 0px 2px 0px;
    }

#maincontent td {
    font-family: tahoma, geneva, san-serif;
    font-size: 12px;
    line-height: 18px;
    color: #9b9b9b;
    padding: 4px 0px 4px 0px;
    }

#maincontent li {
    font-family: tahoma, geneva, san-serif;
    font-size: 12px;
    line-height: 18px;
    color: #9b9b9b;
    list-style: none;
    }

#paintings {
    text-align: left;
    }
    
#paintings img {
    margin: 4px;
    padding: 0px;
    border: none;
    }

#footer {
    text-align: right;
    border-top: 1px dotted #CCCCCC;
    }

#footer p {
    font-family: georgia, palatino, times, serif;
    font-size: 11px;
    }

.newsadmin {
    font-family: tahoma, geneva, san-serif;
    font-size: 12px;
    line-height: 18px;
    color: #9b9b9b;
    }
    