* {
	margin: 0px;
	padding: 0px;
    outline: 0;
}
textarea {
    resize: none;
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #f92c27;
}
h2 {
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: -1px;
    padding: 15px 15px 10px;
}
h3 {
    color: #f92c27;
    font-size: 14px;
    padding: 0 0 10px;
}
form {
    margin: 0 0 0 15px;
}
label {
    display: block;
    float: left;
    clear: left;
    line-height: 25px;
    min-width: 70px;
}
input, textarea {
    float: left;
    background: transparent;
    color: #c5c5c5;
    margin: 3px 5px 3px 0;
    font: 11px/11px Tahoma;
    border: 1px solid #494948;
    padding: 3px 10px;
}
select {
    float: left;
    color: #c5c5c5;
    background: #141414;
    padding: 2px;
    margin: 2px 5px 2px 0;
    font: 11px Tahoma;
    border: 1px solid #494948;
}
textarea {
    clear: both;
    width: 280px;
}
body {
    background: #141414 url(../images/background.jpg) no-repeat center top;
    font: 11px/18px Tahoma;
    color: #c5c5c5;
}
#wrap {
    width: 1000px;
    margin: auto;
}

/* HEADER */
#header {
    height: 110px;
    position: relative;
}
    #header h1 {
        position: absolute;
        left: 0;
        top: 35px;
    }
    #header > img {
        position: absolute;
        left: 410px;
        top: 32px;
    }
    
/* NAV */
#nav {
    position: absolute;
    right: 10px;
    top: 55px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
    #nav li {
        display: block;
        float: left;
        margin: 0 0 0 35px;
    }
    #nav a {
        color: #fff;
    }
    
/* TOP */
#top {
    height: 345px;
    background: url(../images/background_top.png);
}
    #top iframe {
        float: right;
        margin: 0 0 0 15px;
    }
    #top p {
        padding: 0 0 18px 15px;
        text-align: justify;
    }
    #top .read-more {
        margin: 10px 0 0;
    }
    
/* CONTENT */
#content {

}
    #content p {
        padding: 0 0 10px 15px;
    }
    #content .side-img {
        margin: 0 0 15px 15px;
        float: right;
        clear: right;
    }
    #content > div:first-child {
        float: left;
        width: 710px;
    }

/* CONTACT */
#contact {
    float: right;
    width: 280px;
    margin: 0 0 0 10px;
}
    #contact address {
        float: left;
        width: 120px;
        font-style: normal;
        margin: 0 0 0 15px;
    }
    #contact .read-more {
        margin: 10px 0 0;
    }
    #contact p {
        float: left;
        margin: 18px 0 0;
    }
    
/* ADDRESS */
#address {
    float: left;
    width: 355px;
}

/* MAP */
#map {
    clear: both;
    padding: 15px 0 0;
}
    #map > img {
        display: block;
        width: 355px;
        height: 240px;
        float: left;
        margin: 0 0 0 15px;
    }
    #map > div {
        height: 240px;
        width: 615px;
        float: left;
        margin: 0 0 0 15px;
    }

/* FORM */
#form {
    float: left;
    width: 322px;
    margin: 0 0 0 15px;
}
    
/* PARTNERS */
#partners {
    clear: both;
    border-top: 1px solid #494948;
    position: relative;
    top: 15px;
}
    #partners ul {
        margin: 0 0 0 7px;
    }
    #partners li {
        display: block;
        float: left;
        margin: 0 0 8px 8px;
    }
    #partners img {
        display: block;
        height: 33px;
    }
    
/* FOOTER */
#footer {
    clear: both;
    border-top: 1px solid #494948;
    padding: 10px 0;
    position: relative;
    top: 22px;
}
    #footer p {
        float: right;
        text-align: right;
        position: relative;
        bottom: 5px;
        line-height: 15px;
        padding: 0 0 10px;
    }

/* FB TAB */
#fbtab div {
    background: #074590;
    height: 290px;
    width: 237px;
    color: #fff;
    padding: 10px;
}
    
/* READ MORE */
.read-more {
    display: block;
    background: #f92c27;
    float: left;
    color: #fff;
    width: 76px;
    text-align: center;
    line-height: 23px;
}

/* DATE */
.aside {
    color: #fff;
    padding: 0 15px;
    float: left;
}
    .aside div {
        background: #f92c27;
        width: 76px;
        margin: 0 0 3px;
    }
    .aside strong {
        font-size: 48px;
        display: block;
        padding: 10px 0 0;
        text-align: center;
    }
    .aside span {
        display: block;
        text-align: center;
        padding: 0 0 10px;
    }
    
/* PROMOTION */
.promotion {
    float: left;
    width: 355px;
    text-align: justify;
}

/* TEXT */
.text {
    width: 210px;
}
