* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: sans-serif;
    font-size: 12px;
    color: #fff;
    padding: 10px;
    background: #00126d url(../../img/bg_i.png) repeat-x;
}

#conteudo {
    margin: 30px 200px;
    height: 460px;
    clear: both;
    text-align: center;
}

#if_conteudo {
    width: 80%;
    float: left;
}

#imagens_home {
    width: 20%;
    float: left;
}

h1 {
    text-align: left;
    margin: 3px;
}

.alb_videos {
    margin: 10px;
    padding: 8px 30px;
    background: url(../../img/video.png) no-repeat 2px 3px;
    display: inline
}

.alb_imagens {
    margin: 10px;
    padding: 8px 30px;
    background: url(../../img/imagem.png) no-repeat 2px 3px;
    display: inline
}

#menu {
    height: 85px;
    width: 100%;
    background: #000;
    position: absolute;
    bottom: 0px;
    text-align: center;
    clear: both;
    background: #000 url(../../img/menu.bg.png) repeat-x;
}

#wrapper_menu {
    margin: 0px auto;
}

.menu {
    width: 10%;
    height: 20px;
    margin: 10px 5px 0px 5px;
    display: inline-block;
    text-align: center;
    padding: 20px 0px 3px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    color: #aaa;
    padding: 0px;
}

#radio {
    width: 240px;
    height: 20px;
    margin: 10px 5px 10px 5px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.contato {
    width: 45%;
    padding: 10px;
    text-align: center;
}

input {
    margin: 5px 15px;
    width: 180px;
    height: 30px;
}

textarea {
    margin: 5px 15px;
    width: 90%;
    height: 166px;
}

.evento_agenda{
    margin: 20px;
    padding: 10px 10px 5px 35px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: url(../../img/ok.png) no-repeat 0px 9px;
}

.coluna {
    float: left;
    width: 50%;
}

.item_menu_midia {
    width: 50%;
    float: left;
}

.links {
    margin: 20px;
    background: url(../../img/link.png) no-repeat;
    padding: 3px 35px;
}

.arquivo {
    text-align: center;
    margin: 20px;
    display: inline-block; 
}

.imagem {
    width: 70px;
}

.item_imagem {
    width: 80px;
    margin: 10px;
    display: inline-block;
}

.item_cd {
    margin: 10px 0px;
    padding: 18px 60px;
    background: url(../../img/cd_down.png) no-repeat 2px 3px;
    display: inline-block;
}

.item_musicas {
    margin: 10px 0px;
    padding: 8px 5px 8px 30px;
    background: url(../../img/mp3.png) no-repeat 2px 3px;
    display: inline-block;
    width: 115px;
}