html {font-size: 100%;}

body {
    background-color: #f08a00;
    font-family: arial, tahoma, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #202020;
    text-align: left;
    padding: 0;
    margin: 0;
}

a {
    color: #202020;
    text-decoration: none;
    font-weight: bold;
}

ul {
    display: inline;
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 0.8em;
}

#main {
    width: 900px;
    height: auto;
    margin: 0 0 40px 0;
    padding: 0 0 50px 0;
    background: url('/images/logo.gif') left top no-repeat;
    position: relative;
}

#homeHeaderRight {
    display: block;
    width: 900px;
    height: auto;
    float: left;
    text-align: right;
    margin-top: 5px;
}

ul#quickNav {
    width: 500px;
    float: right;
    font-size: 0.8em;
    list-style-type: none;
}

ul#quickNav li {
    float: right;
    background: url('/images/white-dot.gif') left 50% no-repeat;
    padding-left: 17px;
    margin-right: 20px;
}

#homeFoto {
    clear: right;
    float: right;
    display: block;
    width: 500px;
    height: 320px;
    margin-top: 7px;
}

#homeFoto img {
    float: left;
    display: inline;
    width: 160px;
    height: 160px;
    margin: 0px;
    padding: 0px;
}

#homeHeaderBottom {
    display: block;
    width: 900px;
    height: auto;
    float: left;
    clear: left;
    position: relative;
}

h1#bs {
    display: inline;
    width: 325px;
    height: 50px;
    margin: 0 0 0 20px;
    padding: 0;
}

h1#bs a {
    background-color: transparent;
    display: block;
    width: 325px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 1em;
    color: #202020;
    text-decoration: none;
    text-align: left;
    z-index: 1;
}

h1#bs span {
    width: 325px;
    height: 50px;
    background: url('/images/bs.gif') top left no-repeat;
    cursor: pointer;
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

p#date {
    display: inline;
    position: absolute;
    left: 410px;
    top: 20px;
    margin: 0;
    padding: 0;
    width: 400px;
    height: 40px;
}

p#date span {
    width: 400px;
    height: 40px;
    background: url('/images/date2010.gif') top left no-repeat;
    display: block;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
}

#homeContent {
    float: left;
    clear: left;
    display: block;
    width: 910px;
    height: auto;
    margin-top: 20px;
}

#homeContent p {
    display: block;
    float: left;
    width: 350px;
    text-align: justify;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0 0 0 20px;
    
}

#bottom {
    position: absolute;
    left: 20px;
    bottom: 0px;
    background: url('/images/white-dot.gif') 0 2px no-repeat;
    font-size: 0.8em;
    font-weight: normal;
    margin: 20px 0 0 20px;
    padding: 0 0 5px 16px;
}
