html, body, form, ol, ul, p{
    margin: 0;
    padding: 0;
}
body{
    background: url(/images/pattern.jpg);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
}
html, body, #wrap {
    height: 100%;
}
body > #wrap {height: auto; min-height: 100%;}
:focus
{
  -moz-outline-style: none;
}
#main{
    padding-bottom: 120px;
    position: relative;
    z-index: 10;
}
#footer {
    position: relative;
	margin-top: -105px;
	height: 105px;
    width: 100%;
	clear: both;
    background: url(/images/grad_footer.gif) repeat-x;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0;
    font-weight: normal;
    color: #793510;
    font-size: 20px;
}
h1{
    margin-bottom: 18px;
}
h2{
    font-size: 16px;
    margin: 18px 0;
}
h3{
    font-size: 14px;
    margin: 14px 0;
}
a img, :link img, :visited img {
	border: 0;
}
a{
    color: #b65c0c;
    text-decoration: underline;
}
a:hover{
    color: #6d6a51;
    text-decoration: none;
}
.header{
    height: 340px;
    background: url(/images/top_right.jpg) no-repeat top right;
}
.lang{
    position: absolute;
    top: 300px;
    right: 80px;
    height: 30px;
    width: 200px;
    list-style: none;
}
.lang li{
    display: inline;
    color: #000;
    margin: 0 5px;
}
.lang li a{
    font-weight: bold;
    text-decoration: none;
    color: #b65c0c;
}
.lang li a:hover{
    color: #b65c0c;
    text-decoration: underline;
}
.top{
    position: absolute;
    width: 301px;
    height: 211px;
    top: 112px;
    left: 45%;
    background: url(/images/header.png);
}
.topLeft{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 344px;
    height: 379px;
    background: url(/images/top_left.jpg);
    z-index: 1;
}
.logo{
    position: absolute;
    top: 80px;
    left: 25%;
    width: 216px;
    height: 40px;
    z-index: 10;
}
.logo a{
    display: block;
    width: 216px;
    height: 40px;
    background: url(/images/logo.png);
    text-indent: -9999px;
}

.bottomLeft{
    position: absolute;
    top: -158px;
    left: 0px;
    width: 636px;
    height: 263px;
    background: url(/images/bottom_left.jpg);
    z-index: 1;
}
.flags{
    position: absolute;
    top: 10px;
    right: 107px;
    width: 168px;
    height: 60px;
    background: url(/images/flags.jpg) no-repeat bottom;
    z-index: 1;
}
.footerContainer{
    position: relative;
    z-index: 10;
    margin: 0 300px 0 250px;
    padding: 10px 0;
    border-top: solid 2px #bfa386;
    color: #3e3227;
    font-style: italic;
}

.menu{
    margin-left: 50px;
    padding-bottom: 150px;
    list-style: none;
    width: 250px;
    font-size: 12px;
    color: #5c2d04;
    font-weight: bold;
    float: left;
    display: inline;
}
.menu ul{
    list-style: none;
}
.menu a{
    color: #793510;
    text-decoration: none;
}
.menu a:hover{
    text-decoration: underline;
    color: #793510;
}
.active{
    color: #000;
}
.menu li{
    padding: 7px 20px;
    background: url(/images/border.gif) repeat-x bottom;
}
.menu li.last{
    background: none;
}
.menu li li{
    padding: 7px 20px;
    background: url(/images/border.gif) repeat-x bottom;
}
.menu li li.last{
    padding: 7px 20px;
    background: none;
}
.paddingOn{
    margin: 0 275px 0 350px;
}
.paddingOff{
    margin: 0 50px 0 350px;
}
.content{
    padding-right: 50px;
}
.content p{
    margin: 16px 0;
}
.content ul,
.content ol{
    margin: 16px 0 16px 35px;
}
.content li{
    margin: 2px 0;
}

.index{
    float: right;
    width: 230px;
}
.index h1{
    margin-bottom: 0px;
    padding: 0 5px;
}
.new{
    padding: 1px 5px;
    background: url(/images/border.gif) repeat-x bottom;
    color: #353535;
    font-size: 12px;
}
.last{
    background: none;
}
.date{
    color: #ac2b00;
    font-size: 13px;
}
.new a{
    color: #353535;
    text-decoration: none;
}
.new a:hover{
    color: #6d6a51;
    text-decoration: none;
}
#hr{
margin-bottom: 10px;
padding-bottom: 10px;
background: url(/images/border.gif) repeat-x bottom;
}
#flashMap{
    width: 610px;
    height: 335px;
}

#gallery .galleryContainer{
    margin: 10px;
    padding: 5px;
    border: solid 1px #cfa581;
    background: #e5ceb3;
    height: 150px;
    width: 150px;
    float: left;
}
#gallery .galleryContainer .galleryMiddled1{
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    width: 150px;
    text-align: center;
}
#gallery .galleryContainer .galleryMiddled2{
    margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}