
a {
    text-decoration: underline;
}

body, html {
    margin: 0 0 5px 0;
    background: url(images/backgrounds/main_bg.png) fixed;
    font: menu;
    height: 100%;
}

#wrapper {
    background: url(images/backgrounds/content_bg.png) repeat-x #EAEAEA;
    clear: both;
    width: 1024px;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
}

#wrapper #header {
    z-index: 100;
    background: url(images/backgrounds/header_bg.png) repeat-x #0984B0;
    height: 200px;
}

#wrapper #header #representative {
    display: inline-block;
    float: left;
    width: 300px;
}

#wrapper #header #representative img{
    margin: 0 auto;
    display: block;
}

#wrapper #header #motto {
    margin-top: 5px;
    margin-right: 100px;
    float: right;
    max-width: 600px;
}

#wrapper #header #motto h1 {
    margin: 25px 0 0 0;
    height: 65px;
    font-weight: 500;
}

#wrapper #header #motto h1 #text {
    letter-spacing: 2px;
    word-spacing: 3px;
    margin: -5px 0 0 0;
    vertical-align: top;
    color: #999;
    font-size: 24px;
    width: 350px;
    display: inline-block;
}

#wrapper #header #motto h1 #text #blow {
    color: #0984B0;
    font-weight: 900;
}

#wrapper #header #motto h1 img#logo {
    display: inline-block;
    margin-top: 2px;
    float: right;
}

#wrapper #header #motto #azaa_desc p{
    margin: 4px auto;
    text-align: justify;
    color: #EEE;
    padding: 0 10px 0 0;
    font-size: 12px;
    font-style: italic;
}

#wrapper #header #motto #azaa_desc p#last_line {
    text-align: justify;
    font-size: 14px;
    font-style: italic;
}

#wrapper #header #motto #azaa_desc p#last_line #signature{
    width: 500px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
}