body, html {
	width: 100%;
	height: 100%;
        background-color: #F5F5F5;
}
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #666666;
    /*min-width: 980px;*/
    height:100%;
    line-height: 16px;
}
a { color: #990000}
h1, h2, h3, h4, h5, h6 {font-weight: normal; margin: 12px 0 10px 0; color: #8B8B8B }
h1 { font-size: 24px;}
h2 {
    color:#065367;
    font-size:14px;
}
.err_elem { border: 1px solid red; background-color: #FFCCCC}
input, textarea, select { border: 1px solid #555555; }
h3 { font-size: 14px;}
h4 { font-size: 12px;}
h5 { font-size: 12px;}
h6 { font-size: 10px;}

div#main {
    width: 960px;
    margin: 20px auto 0;
    background-color: white;
}

a#logo {
    width: 215px;
    height: 90px;
    background-color: black;
    text-align: center;
    float: left;
    display: block;
}
a#logo img { margin: 17px 0 0 0}
div#top {
    background-color: #8D261F;
    height: 90px;
}

div#langs {
    float: right;
    padding: 20px;
    margin: 17px 0 0 0;
}
div#langs a {
    background: url(/img/langico.gif) no-repeat 0px 6px;
    padding: 0 0 0 7px;
    margin: 0 5px;
    text-decoration: none;
    color: white;
}

div#mm {
    float: left;
    margin: 37px 0 0 50px;
}
div#mm a {
    color: white;
    text-decoration: none;
    display: block;
    float: left;
    line-height: 11px;
    height: 11px;
    margin: 0 10px 0 0;
}
div#mm a#home {
    background: url(/img/home.gif) no-repeat 0px 0px;
    padding: 0 0 0 17px
}
div#mm a#map {
    background: url(/img/map.gif) no-repeat 0px 0px;
    padding: 0 0 0 17px
}
ul#mmenu {
    float: left;
    width: 215px;
}
ul#mmenu li {
    background: url('/img/menubg1.gif') no-repeat transparent;
    background-position: 0px bottom;
    min-height:24px;
    height:auto !important;
    height:24px;
    margin: 5px 0 0 0;
}
ul#mmenu li.act {
    background: url('/img/menubg2.gif') repeat-x;
    background-position: 0px bottom;
}

ul#mmenu a {
    text-decoration: none;
    color: black;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0 0 32px;
    /*height: 24px;*/

}

ul#mmenu ul {
    display: block;
    margin: 7px 0 0 30px
}

ul#mmenu ul li {
    background: url('/img/menuico.gif') no-repeat 0 6px;
    padding: 0;
}

ul#mmenu ul a {
    text-decoration: underline;
    color: black;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 0 17px;
    padding: 0px 0 0 0;
    height: 20px;
}
div#borders {
    background: url('/img/b2.gif') repeat-y;
    background-position: 214px 0;
}

div#content {
    float: left;
    width: 448px;
    padding: 10px;
}

div#right {
    float: left;
    width: 277px;
    text-align: right
}

div#footer {
    background-color: #555555;
    text-align: center;
    line-height: 25px;
    color: #CCCCCC;
}

div#path {
    margin: 0 0 20px 0
}
div#path a {
    color: #8B8B8B;
}

div#right #eform {
    text-align: left;
    padding: 5px 20px 10px;
}

#ok {
    font-size: 22px;
    margin: 20px 0;
    text-align: center;
}

a.fancy { border: 0}
a.fancy img {
    border:5px solid #EAEAEA;
    margin-right:5px;
    /*display: block;*/
}

div.gallery { margin: 0 0 10px 0;}

div.gallery div.gal_file a.fancy img {
    border: 3px solid #EAEAEA;
    margin:0;
    display: inline
}

div.gallery div.gal_file {
    float: left;
    text-align: center;
    margin: 0 3px 0px 0;
    height: 210px
}
div.gallery div.gal_file a {
    display: table-cell;
    width: 146px; /* photo size */
    height: 186px;
    text-align: center;
    vertical-align: middle;
    float: left;
    background-color: white;
}
div.gallery div.gal_file a i {
    display: inline-block;
    height: 156px; /* block height */
}
div.gallery div.gal_file a i, img { vertical-align: middle }

div.panel {
    border-top: 1px solid #E3E3E3;
    padding: 20px;
    width: 440px;
    float: left
}

div.panel h2.h1 {
    font-size: 24px;
    color: #8B8B8B
}


ul.map a {
    color: #003300;
    font-variant:small-caps;
    font-weight:normal;
    padding: 5px;
}
ul.map ul { margin: 0 0 0 20px;}
ul.map ul a {
    color: #990000;
    font-variant: normal;
    font-weight:normal;
    padding: 5px;
}
