html, body, form, ol, ul, p{
    margin: 0;
    padding: 0;
}
body{
    background: #fff url(/images/grad.gif) repeat-x top;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #2b2b2b;
}
html, body, #wrap {
    height: 100%;
}
#wrap{
    width: 813px;
    margin: 0 auto;
}
body > #wrap {height: auto; min-height: 100%;}
#main{
    padding-bottom: 220px;
    position: relative;
    z-index: 10;
}
#footer {
   position: relative;
	margin: -200px auto 0 auto;
	height: 200px;
   width: 813px;
	clear: both;
}
/* 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: #5c2d04;
    font-size: 22px;
}
h1{
    margin-bottom: 18px;
}
h2{
    font-size: 20px;
    margin: 18px 0;
}
h3{
    font-size: 16px;
    margin: 14px 0;
}
a img, :link img, :visited img {
	border: 0;
}
a{
    color: #175f91;
    text-decoration: underline;
}
a:hover{
    color: #46afd6;
    text-decoration: none;
}

.header{
    height: 117px;
    background: url(/images/logo.jpg) -75px 0px no-repeat;
}
.header h1{
    padding: 25px 0 0 15px;
    width: 450px;
    font-size: 22px;
}
.header h1 a{
    color: #0d0d0d;
    text-decoration: none;
}
.header h1 a:hover{
    color: #0d0d0d;
    text-decoration: underline;
}
.colum{
    width: 220px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu{
    width: 220px;

    list-style: none;
    margin: 0;
    padding: 0;
}
.menu b{
    background: #7dc3ec;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    display: block;
}
.menu ul b{
    background: #7dc3ec;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 5px 15px 5px 35px;
}

.menu ul li b{
	background: #b4dcf4;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 5px 15px 5px 35px;
}

.menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu li{
    height: 100%;
}
.menu li span{
    display: block;
    padding: 5px 15px;
}
.menu li span.hr{
    color: #2b2b2b;
    font-weight: bold;
    display: block;
    padding: 5px 15px;
    border-bottom: solid 2px #7dc3ec;
}
.menu ul li span{
    display: block;
    padding: 5px 15px 5px 35px;
}
.menu a{
    color: #2b2b2b;
    font-weight: bold;
    text-decoration: none;
}
.menu ul a{
    color: #2b2b2b;
    font-weight: normal;
    text-decoration: none;
}
.menu a:hover{
    color: #46afd6;
    text-decoration: underline;
}

.content{
    padding-left: 272px;
}
.content h1,
.content h2,
.content h3,
.content h4{
    color: #1f9ecd;
    font-family: "Times New Roman", Times, serif
}
.content p{
    margin: 18px 0px;
}
.content ul,
.content ol{
    margin: 18px 0px 18px 30px;
}
.content li{
    margin: 3px 0px;
}
.contentHead{
    height: 175px;
    border: solid 1px #fff;
}

.contentHead ul{
    list-style: none;
    background: #fff;
    margin: 10px;
    padding: 0;
    padding-left: 10px;
    float: right;
    display: inline;
    filter: alpha(opacity=90);
    opacity: 0.90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.contentHead li{
    background: #fff;
    float: left;
    padding: 6px 10px 6px 0px;
}
.contentHead li a{
    color: #2b2b2b;
    text-decoration: none;
}
.contentHead li a:hover{
    text-decoration: none;
    color: #46afd6;
}

.nav{
    margin: 25px 0px;
    color: #175f91;
    font-weight: bold;
}

.cup{
    position: absolute;
    z-index: 1;
    top: -86px;
    left: -70px;
    width: 541px;
    height: 286px;
    background: url(/images/footer.jpg);
}

.gerb{
    position: relative;
    z-index: 10;
    float: left;
    display: inline;
    margin-left: 272px;
    margin-top: 30px;
    background: url(/images/gerb.gif) no-repeat top left;
    width: 150px;
    height: 120px;
    padding: 20px 0 0 100px;
    font-size: 11px;
}
.flag{
    position: relative;
    z-index: 10;
    float: left;
    display: inline;
    margin-top: 30px;
    background: url(/images/flag.gif) no-repeat top left;
    width: 130px;
    height: 120px;
    padding: 10px 0 0 120px;
    font-size: 11px;
}

#gallery .galleryContainer{
    margin: 10px;
    padding: 5px;
    border: solid 1px #1f9ecd;
    height: 145px;
    width: 145px;
    float: left;
}
#gallery .galleryContainer .galleryMiddled1{
    display: table-cell;
    vertical-align: middle;
    height: 145px;
    width: 145px;
    text-align: center;
}
#gallery .galleryContainer .galleryMiddled2{
    margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}