body {
    margin: 0px;
    padding: 0px;
    background: url(/img/bg-body.png) top repeat-x;
    text-align: center;
    font-family: Arial, Calibri, helvetica, sans-serif;
}

div {
    cursor: default;
}

.bg-photos {
    width: 100%;
    background: url(/img/bg-photos.jpg) top no-repeat;
}

a {
    color: #0E8CA7;
    outline: none;
    border: none;
    text-decoration: none;
}

a:hover {
    color: #1FBBE8;
    border-bottom: dotted 1px;
}

a:active {
    color: #BDC62F;
    border-bottom: dotted 1px;
}

a img {
    outline: none;
    border: none;
}

h1, h2, h3 {
    clear: both;
    margin: 0px;
    font-weight: normal;
    font-family: Tahoma, Arial, monospace;
}

h1 {
    padding: 5px 0px 12px 0px;
    font-size: 20px;    
    color: #056B65;
}

h2 {
    padding: 7px 0px 10px 0px;
    text-align: left;
    text-indent: 25px;
    font-size: 16px;
    color: #136B05;
}

h3 {
    padding: 0px 0px 10px 0px;
    font-size: 14px;
    color: #223;
}

.clearing {
    content: ".";
    display: block;
    clear:both;
    height: 0;
    line-height: 0;
    overflow: hidden;
    font-size: 0;
}

.outer {
    width: 960px;
    margin: 0px auto;
}

.myface,
.myface a {
    color: #529100;
}

.myface a:hover {
    color: #1FBBE8;
    border-bottom: dotted 1px;
}

.myface a:active {
    color: #BDC62F;
    border-bottom: dotted 1px;
}

#message,
#ratingmessage,
#commentmessage {
    clear: both;
    margin: 7px auto;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
}

.attention-message {
    width: 100%;
    text-align: center;
    margin: 50px auto 70px auto;
}

.error {
    background: #C00;
    padding: 3px 0px;
    -moz-border-redius: 7px;
    -webkit-border-redius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

.ok {
    background: #090;
    padding: 3px 0px;
    -moz-border-redius: 7px;
    -webkit-border-redius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

.top {
    background: url(/img/bg-top.png) repeat;
    height: 215px;
}

.logo-header {
    clear: right;
    width: 217px;
    height: 100px;
    margin: 0px 50px 0px 0px;
    background: url(/img/logo-header-site.png) no-repeat top;
    float: right;
    cursor: pointer;
}

.topmenu {
    height: 60px;
    width: 960px;
}

.area-header {
    width: 100%; background: url(/img/bg-area-header.png) top left no-repeat;
}

.area-footer {
    width: 100%; background: url(/img/bg-area-footer.png) bottom right no-repeat;
}

.red-button {
    font-family: Arial, Tahoma;
    background-color: #A0011B;
    border: solid 1px #A71010;
    color: #FFF;
    padding: 3px 8px;
}

.red-button:hover {
    background-color: #D00808;
    border: solid 1px #DE1818;
}

.red-button:active {
    background-color: #E36767;
    border: solid 1px #DE1818;
}

.red-button:disabled {
    background-color: #CBCEC4;
    border: solid 1px #770;
    color: #888;
}

.footer {
    background: url(/img/bg-footer.png) no-repeat;
    height: 43px;
    margin-top: 12px;
}

.footer .counter {
    float: left;
    margin: 6px 0px 0px 15px;
}

.footer .text {
    float: right;
    color: #9C9D9C;
    font-size: 10px;
    margin: 10px 15px 0px 0px;
}