
body {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    text-align: center;
    background: url('/boiro/images/bg.gif') repeat-x;
    background-color: #dfdbd3;
}

table, select {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    background-color: #fff;
}


a, a:visited {
    text-decoration: none;
    color: #4a4c49;
}


a:hover {
    color: #be3f00;
}


img {
    border: 0px;
}


input, textarea {
    font-size: 11px;
    border: solid 1px gray;
    background: #eee;
}

input:focus, textarea:focus {
    background: #fff;
    border: solid 1px #c0d1dc;
}



#wrapper {
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #8c7f67;
    width: 800px;
    background: #fff;
    text-align: left;		
}

#wrapper2 {
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    border: solid 1px #8c7f67;
    background: #fff;
    text-align: left;		
}

#map{
    margin: 10px auto;
    width: 600px;
}


/* IE: borde_esquerdo + box + borde_dereito = 1 + 800 + 1 = 802 */

* html #wrapper {
    width: 802px; 
}


#header {
    width: 800px;
    height: 100px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.header1 {
    background: url("/boiro/images/c1.jpg") no-repeat;
}

.header2 {
    background: url("/boiro/images/c2.jpg") no-repeat;
}

.header3 {
    background: url("/boiro/images/c3.jpg") no-repeat;
}

.header4 {
    background: url("/boiro/images/c4.jpg") no-repeat;
}

.header5 {
    background: url("/boiro/images/c5.jpg") no-repeat;
}

.header6 {
    background: url("/boiro/images/c6.jpg") no-repeat;
}

.header7 {
    background: url("/boiro/images/c7.jpg") no-repeat;
}

#header h1 {
    display: none;
}


#subheader {
    width: 800px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    float: left;
    border-bottom: solid 1px #8c7f67;
    border-top: solid 1px #8c7f67;
}


#leftBar {
    float: left;
    width: 140px;
    padding-top: 5px;
    padding-bottom: 10px;
}

#content {
    float: left;
    width: 538px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    min-height: 580px;
    height: auto !important;
    height: 580px;
}


#rightBar {
    float: left;
    width: 120px;
    clear: right;
    padding-top: 10px;
    padding-bottom: 10px;
}


#footer {
    border-top: solid 1px #8c7f67;
    clear: both;
    width: 800px;
    height: 60px;
    background-color: #dcd8d0;
}

#footer .copy {
    text-align: right;
    float: left;
    width: 300px;
    padding: 5px;
    padding-top: 20px;
}

#footer .links {
    text-align: left;
    float: left;
    width: 300px;
    padding: 5px;
    padding-top: 20px;
}

#footer .counter{
    text-align: center;
    float: left;
    width: 160px;
    padding: 5px;
    padding-top: 20px;
}


.error {
    font-size: 12px;
    font-weight: bold;
    color: darkred;
}

