body {
        font-family: "Trebuchet MS", verdana, sans-serif;
        font-size: 0.9em;
        color: #666666;
        text-align: center;
        padding: 0px;
        margin: 0px;
}

a {
        font-size: 0.9em;
        color: #000000;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

#container {
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        text-align: left;
        width: 970px;
}

#menu ul {
        padding: 0px;
        padding-top: 13px;
        margin: 0px;
        margin-bottom: 15px;
        float: left;
        width: 180px;
}

#menu ul li {
        display: block;
        background-color: #eeeeee;
        padding: 10px;
        padding-left: 20px;
}

#menu ul li a {
        font-size: 1em;
        color: #666666;
        text-decoration: none;
}

#conteudo {
        margin-top: 5px;
        border-top: 3px solid #d7e9f4;
}

#conteudo div {
        padding-left:15px;
        padding-right:15px;
        padding-top: 5px;
}

#texto,#patrocinio {
        float: left;
        background-repeat: repeat-x;
}

#texto {
        width: 560px;
        /*
        padding-right: 20px;
        */
        background-image: url('../img/bg1.jpg');
}

#texto p {
        text-align: justify;
}

#texto h1 {
        font-family: Georgia;
        color: #0086b3;
}

#separador {
        display: inline;
        float: left;
}

#separador img {
        display: inline;
}

#patrocinio {
        width: 165px;
        background-image: url('../img/bg2.jpg');
}

#patrocinio img {
        margin-left:auto;
		margin-right:auto;
        display: block;
}

#patrocinio h2 {
        font-size: 1.2em;
        border-bottom: 1px solid #cccccc;
}

#footer {
        border: 1px solid #ffffff;
        border-top: 1px solid #d7e9f4;
        clear: both;
}

#copyright {
        text-align: center;
        font-size: 0.8em;
}

#selected {
        background-repeat: repeat-x;
        background-image: url('../img/bg3.jpg');
}

#menu ul li.menu_title {
        padding: 10px;
        background-color: #008abd;
        font-weight: bold;
        color: #ffffff;
}

#cntdwn {
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #000000;
}

.wcolor {
        background-color: #dddddd;
}

.wocolor {
        background-color: #ffffff;
}

.aviso {
		font-weight: bold;
		color: #ff0000;
}

.riscado {
		text-decoration: line-through;
}

