html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
body {
        background:  url("../images/bg-home.jpg");
	
        background-repeat: repeat-x;
        font-family: "Myriad Pro","Myriad Web Pro",Arial,sans-serif;
    
        font-size: 12px;
    
    
        margin: 0;
    text-align: center;
    text-decoration: none;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #585F6F;
    text-decoration: none;
	font-size: 12px;
}
a:hover img {
    opacity: 0.9;
}
#cTopo {
margin: 0 auto;
}
#topo {
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}
#logo {
    float: left;
    margin-top: 8px;
    margin-left: 20px;
}
#texto {
    float: right;
    margin-top: 12px;
    margin-right: 18px;
}
#cConteudo {
    min-height: 200px;
    padding: 0;
}
#conteudo {
    margin: 0 auto;
    width: 1000px;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
}
#conteudo . home {
    margin: 0 auto;
    width: 940px;
}
#cRodape {
    margin: 0 auto;
}
#rodape {
    scroll center top transparent;
    margin: 15px auto 0;
    overflow: hidden;
    width: 1000px;
}
#rodape h1 {
    text-transform: uppercase;
	color: #000;
}
#rodape h2 {
}
#rodape h3 {
}
#rodape p {
}
#rodape ul {
}
#rodape ul li {
    display: inline;
}
#rodape ul li a {
}
#rodape ul li a img {
}
#direita {
    float: right;
    line-height: 90px;
    text-align: right;
}
#esquerda {
    float: left;
}