body {
    padding:0px;
    margin:0px;
    font-family: verdana;
    font-size:14px;
    background-color: #ffffff;
    
    background: url('../images/bg.jpg') repeat-x;
}

img {
    border:none;
}

h1 {
    margin:0px;
    padding:0px;
}

h2 {
    font-size:22px;
    color: #be493f;
    margin:0px;
    padding:0px;
    margin-bottom: 10px;
    font-weight:bold;
}

h3 {
    font-size:18px;
    margin:0px;
    padding:0px;
    padding-bottom:10px;
}

a {
    color: #be493f;
    text-decoration: underline;
}

a:hover {
    color: #87332b;
    text-decoration: underline;
}

hr {
    color:#be493f;
    background-color:#000000;
    height:1px;
    border:none;
    font-size:0px;
}

#container {
    position: relative;
    width: 990px;
    margin: auto;
}

#header {
    width: 990px;
    height: 235px;
    background: url('../images/header.jpg') no-repeat;
}

#language {
    position: absolute;
    left: 485px;
    top: 20px;
}

#header h1 a span {
    display:none;
}

#middle {
    width: 990px;
}

#middle_top {
    float: left;
    width:990px;
    height: 37px;
    background: url('../images/middle_top.jpg') no-repeat;
}

table#middle_table {
    width: 990px; 
    float: left;
    border-collapse: collapse;
}

table#middle_table td {
    border-width: 0px;
    margin: 0px;
}

td#left {
    vertical-align: top;
    width: 208px;
    padding-top: 0px; 
    background: url('../images/left.jpg') no-repeat left bottom;
}

td#content {
    width: 667px;
    min-height: 414px;
    padding-top: 0px; 
    padding-left: 20px; 
    padding-right: 20px;
    background: url('../images/middle_content.jpg') no-repeat left bottom;
}

td#right {
    width: 75px; 
    margin: 0px;
    padding: 0px;
    background: url('../images/content_right.jpg') no-repeat right bottom;
}

#middle_middle {
    width: 990px;           
    float: left;
    background: url('../images/middle_bg.jpg') repeat-y;
}

#middle_bottom {
    float: left;
    width:782px;
    height: 182px;
    background: url('../images/middle_bottom.jpg') no-repeat;
}



#menu {
    margin-top: 10px;
    margin: 0px;
    padding: 0px;
    list-style: none;    
}

#menu li {
    margin-top: 0px;
}

#menu li a { 
    display: block;
    width: 158px;
    height: 48px;
    padding-top: 8px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

#menu li a:hover {
    background: url('../images/li_hover.png') no-repeat bottom;
}

#menu li a.active {
    background: url('../images/li_hover.png') no-repeat bottom;
}

#footer {
    clear:both;
    width:990px;
    height:182px;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-align:center;
}

#footer p {
    margin: 0px;
    padding: 0px;
    padding-top:10px;
    padding-left: 190px; 
}

#galery {
    width: 100%;
    text-align: center;
}

.gallery {
    width: 100%;
    text-align: center;
}

table.items {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

table.items h3 {
    color: #be493f;
}

table.items td {
    padding:5px;
    padding-bottom: 20px;
    vertical-align: top;
}

table.items td.date{
    color: #294390;
    font-weight: bold;
    font-family: forte;
    font-size: 20px;
}

table.items td.time {
    font-weight: bold;
    color: #5c130c;
    
}

.box_with_header {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.box_with_header h3 {
    border-bottom: 2px solid #bbbbbb;
    font-family: arial;
    color: #565656;
    font-weight: normal;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.box_without_header {
    border-top: 2px solid #bbbbbb;
    padding-top: 4px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#contact_box {
    color: #921417;
    float: left;
    width: 667px;
}

#contact_box h3 {
    color: #be493f;
}

#contact_box a {
    color: #921417;
}

#contact_box a:hover {
    color: #be493f;
}

#contact {
    float: left;
    width: 334px;
}

#contact_form {
    float: left;
    width: 333px;
}

#contact_form dl {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#contact_form dt {
    font-size: 14px;
    color: #921417;
}

#contact_form dd {
    margin-bottom: 10px;
    margin-left: 0px;
}

#contact_form input[type='text'], #contact_form textarea {
    width: 333px;
}

#contact_form input, #contact_form textarea {
    width: 333px;
}

#contact_form textarea {
    height: 100px;
    overflow-y: scroll;
}

#contact_form input[type='submit'] {
    max-width: 100px;
    background: url(../images/button_bg.gif) repeat-x;
    height: 19px;
    border: 1px solid #c8c8c8;
    padding-bottom: 5px;
    font-size: 12px;
    float: right;
    margin-right: -5px;
}
