* html, body {height: 100%;}

body {background: #e9e9e9; overflow-x: hidden;}
a img {border: 0;}
div.title {font: bold 15pt Arial; color: gray; padding-right: 10px; padding-top: 6px; text-align: right;}
div.contents {font: 12px/18px Tahoma; color: #1f1f1f; padding: 10px 5px; text-align: justify}
div.contents b, div.contents strong {color: #c00; font-size: 9pt;}
ul b {color: black!important;}
hr {color: silver;}
a, a:link, a:visited {color: #444;} a:hover {color: #c00;} a:active {color: red;}
input, textarea {font: 9pt Tahoma;}
div.gallery, div.gallery2 {border: 1px solid silver; background: #f0f0f0; text-align: center;}
div.gallery2 {text-align: left!important; padding-left: 5px;}
div.gallery a {padding: 5px; padding-left: 10px; padding-right: 10px; line-height: 20pt; font-weight: bold; text-decoration: none; border: 1px solid white;}
div.gallery a:hover {padding: 5px; padding-left: 10px; padding-right: 10px; line-height: 20pt; font-weight: bold; text-decoration: none; border: 1px solid gray; background: silver; color: #c00;}
div.gallery2 a {padding: 3px; line-height: 20pt; font-weight: bold; text-decoration: none; border: 1px solid white;}
div.gallery2 a:hover {padding: 3px; line-height: 20pt; font-weight: bold; text-decoration: none; border: 1px solid gray; background: silver; color: #c00;}

#layout
{
    width: 1004px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    width: 100%;
    height: 182px;
background-size:cover !important;
    background: url(images/header.png) center center no-repeat;
}

.box {width: 100%; background-color: #f4f4f4;}

div#column2
{
    margin: 0;
    padding: 0;
    width: 1000px;
    background-color: #f4f4f4;	
}

div#column1
{
    margin: 0px;
    padding: 0px;
    width: 1000px;
    background: #f4f4f4;
    border: 1px solid silver;
}

#leftpane
{
    width: 180px;
    float: left;
    height: 100%;
    background: #f4f4f4;
}

.menuheader
{
    background: #c00 url(images/section-back.png) repeat-x;
    font: 12px Tahoma, Verdana;
    color: white;
    text-align: center;
    padding: 5px 10px;
}

.shade
{
    width: 100%;
    background: url(images/section-shade.png) repeat-x;
    height: 4px;
}

#centerpane
{
    margin-left: 180px;
    margin-right: 205px;
    border-left: 3px solid #e9e9e9;
    border-right: 3px solid #e9e9e9;
    background: white;
}

#rightpane
{
    width: 205px;
    float: right;
    font: 12px Tahoma, Arial;
}

.contentheader
{
    background: #c00 url(images/contentheader-back.png) repeat-x;
    font: bold 12px Tahoma, Verdana;
    color: white;
    text-align: left;
    padding: 5px 10px;   
}

.topspaced {
    margin-top: 8px;
}

.leftspaced {
    margin-left: 15px;
}

.block {
    display: block;
}

.clear
{
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;    
}

#footer
{
    width: 1000px;
    border: 1px solid silver;
    border-top: none;
    background: #ddd;
    color: white;
    height: 40px;
}

#footer img
{
    margin: 4px 8px;
    float: right;
}

.right
{
    float: right;
}

.padd
{
    padding: 6px;
}

#gallery-menu
{
    list-style: none;
}

#gallery-menu li
{
    float: left;
    margin-right: 2px;
    display: block;
}

#gallery-menu li a
{
    background: #CCC;
    font: bold 9pt Arial, Tahoma, Helvetica, sans-serif;
    color: #444;
    text-decoration: none;
    display: block;
    padding: 10px;
}

#gallery-menu li a:hover
{
    background: #C00;
    color: white;
}

#footer a{
    display:none !important;
}