/* Styles of the Layout */
/* Header Styles */
#wrapper_header {
    margin: 0;
    padding: 0;
    width: 100%;
}
#header {
    margin: 0 auto;
    padding: 0;
    width: 980px;
    height: 92px;
    position:relative;
}
#header_title {
    font-family: 'Salsa', sans-serif;
    height: 25px;
    left: 0;
    position: absolute;
    top: 53px;
    font-size:3em;
    color:#ffffff;
}
#header_logo{
    display: block;
    height: 40px;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0;   
    top: 2px;
}
#header_links {
    left: 0px;
    position: absolute;
    top: 10px;
    font-size: 11px;
}
#header_links ul {
    margin: 0;
    padding: 0;
}
#header_links .search div {
    padding-right:0.5em;
    padding-left:0.5em;
    background-color:#6983B6;
}
#wrapper_navigation {
    margin: 0 0 20px;
    position: relative;
    z-index: 200;  
    width: 100%;
}
#navigation {
    margin: 0 auto;
    padding: 0;
    height: 30px;
    position:relative;
    z-index: 527;
    width: 100%;
}
#search_div{   
    float: right;
    margin-top: 2px;
}
#search_div div{
    float: left;
    margin-top: 2px;
}
#search_div input.search_button{
    padding: 0px;
}
#search_div input.search_input{
    padding: 0px;
}
#wrapper_banner {
    margin: 0;
    padding: 0;
    width: 100%;
}
#banner {
    margin: 0 auto;
    padding: 0;
    width: 970px;
    height: 244px;
    position:relative;
    background-image:url("images/frontpage_new.jpg");
    background-position:center center;
    background-repeat:no-repeat;
}
#banner_text {
    top:40px;
    left:540px;
    width: 370px;
    height: 105px;
    position:absolute;
    font-size:1.4em;
    color:#000000;
    line-height:1.2;
}
#wrapper_content {
    margin: 0 auto;
    padding: 0;
    width: 980px;
}
#content {
    margin: 0px;
    padding: 0;
    width: 100%;
    position:relative;
    float:left;
    height: auto !important;
    background-color:#FFFFFF;
}
#wrapper_footer {
    margin: 0;
    padding: 0;
    width: 100%;
}
#footer {
    margin: 0 auto;
    padding: 0;
    width: 980px;
    height: 48px;
    position:relative;
}
#footer_inside {
    margin: 0;
    padding: 0;
    width: 980px;
    height: 29px;
    position:absolute;
    bottom: 0px;
    text-align: center;
    padding-top:12px;
    padding-right:9px;
    color:#999999;
}
#wrapper_copyright_powered {
    margin: 0 auto;
    padding: 10px 0 15px 0;
    width: 980px;
    color:#999999;
    font-size: 11px;
    border-top: 1px solid #E8E8E8;
    height: 65px;
}
#copyright {
    float:left;
    text-align: left;
}
#powered {
    float:right;
    text-align: right;
}