/*
** Code Framework
** Folha de estilo e cascata padrao
** @author Rafael Marin <rafael@rafaelmarin.net>
** @created 2008-02-11 10:09 PM
*/

* { margin:0; padding:0; }

body {
    background: url(../images/body/background.gif) center top no-repeat;
    text-align: center;
    font-family: Lucida Sans Unicode, Lucida Grande, Lucida Sans, Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#page {
    width: 900px;
    margin: 0 auto;
    text-align: left;
}

#header {
    background: url(../images/body/header.png) repeat-x;
    height: 81px;
}

#header h1 {
    display: inline;
}

#logo {
    background: url(../images/body/logo.png) 15px 0px no-repeat;
    display: block;
    height: 81px;
    text-indent: -9999px;
    width: 145px;
    overflow: hidden;
}

#content p, #content li {
    font-size: 13px;
    line-height: 1.5em;
}

#content h3 {
    font-size: 15px;
}

#flash-lyor {
    float: left;
    display: block;
}

#footer {
    padding: 5px 0 10px 10px;
    background: #fff;
    clear: both;
    height: 50px;
    line-height: 0.7em;
    color: #4b7229;
}

.vcard {
    float: left;
    font-size: 10px;
    margin-top: 5px;
}

.vcard span {
    display: block;
}

.vcard .fn {
    float: left;
    margin-right: 10px;
    margin-top: -4px;
}

.vcard .adr {
    float: left;
    margin-top: 5px;
}

#footer #right {
   float: right;
   margin-top: 10px;
   width: 450px;
}

#footer #right a {
    background: #7CBC43;
    color: #FFF;
    display: block;
    float: right;
    font-size: 13px;
    margin-right: 15px;
    padding: 8px;
    text-decoration: none;
}

#sac {
    background: #4b7229 url(../images/body/sac.gif) no-repeat 5px center;
    color: #fff;
    float: right;
    font-size: 12px;
    padding: 8px 8px 8px 30px;
}

.code {
    clear: left;
    float: right;
}

#content h2 {

    
}
hr {
	clear: both;
	visibility: hidden;
}
/*** Classes Comuns ***/
a img { border: 0; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }