/*** GLOBAL SETTINGS ***/
body {
    font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, Verdana, sans-serif;
    background: transparent url('images/body_background.jpg') left top repeat-x;
    font-size: 0.8em;
}

html, body {
    height:100%;
}

* {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

div.cleaner {
    clear: both;
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin: 0px;
    padding: 0px;
}

.hidden {
    display: none;
}

a, #footer {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
    color: #ff9934;
}

p {
    padding-top: 5px;
}

/*** LAYOUT ***/
#layout {
    width: 950px;
    height: auto;
    margin: 0 auto;
}

/** header **/
#header {
    display: block;
    width: 270px;
    height: 119px;
    background: transparent url('images/logo.jpg') left top no-repeat;
}

#header:hover {
    text-decoration: none;
}

#about {
    padding: 30px 0 30px 0;
    text-align: center;
    font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, serif;
    font-size: 2.1em;
}

#about span.highlight {
    color: #ff3300;
}

#image {
    height: 250px;
    background: transparent url('images/main_pic.jpg') center center no-repeat;
}

#image h2 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right:25px;
    margin-top: 160px;
    float: right;
    background: transparent url('images/trans.png') left top repeat;
    font-family: "Arial Black";
    font-weight: lighter;
    line-height: 120%;
    color: white;
}

/** contacts **/
#contacts {
    margin-top: 50px;
}

div.contact {
    float: left;
    width: 255px;
    padding: 0 30px 0 30px;
}

div.middle {
    margin: 0 1px 0 1px;
    border-left: 1px dashed #cccccc;
    
}

div.adress {
    font-weight: bold;
    border-left: 1px dashed #cccccc;
}

/** footer **/
#footer {
    margin: 50px 0 15px 0;
    text-align: center;
    color: #aaaaaa;
}

#footer a {
    color: #aaaaaa;
}
 #footer a:hover {
    color: black;
 }

