

/* básico */
body {
        font-family: verdana;
        font-size: 11px;
        color: #696969;
        overflow-x: hidden;
 
line-height: 15px;
letter-spacing: 0px; 
font-weight: normal; 
text-align: justify;
        background-color:#030303; }



        
/* layout */

#page { 

        /* linha do layout */
        background-image: url('body.png');
        width:1024px;
        background-repeat: repeat-y;
        }



#header {

/* imagem do layout */

width: 1024px;
height: 768px;
}


#profile {
        /* perfil do layout */
        float:right;
        display:inline;
        width: 200px;
        position:relative;
        text-align: justify;
        margin-top:-160px;
        margin-right:190px;}
        
        


#content {
        /* posts e pags */
        float:left;
        display:inline;
        width: 500px;
        position: relative;
        margin-top:-370px;
        text-align: justify;
        margin-left:270px;}





#footer {
 /* imagem rodapé do layout */
background-image: url('footer.jpg');
width: 1024px;
height: 55px;
clear:both;}



h1
{
    color:#CDC0B0;
    font-family: Georgia;
    font-weight: normal;
    font-style: normal;
    text-align:center;
    margin  : 0px;
    padding : 0px;
    font-size: 18px;
    line-height: 15px;
    padding-right:10px;
}


h2{

font-family: tahoma;
font-size: 10px;
font-weight: ;
border-top: 1px dashed #2E2117;
border-bottom: 1px dashed #2E2117;
color: #8B4513;
letter-spacing: 0px;
padding-top: 3px;
padding-bottom: 5px;
text-align:center;}



b { 
color:#8B4513;}

a:active, a:link,a:visited {
cursor:hand; 
text-decoration: none; 
color: #8B4513; 
font-weight: normal;}


A:hover {
cursor: crosshair; 
color: #8B0000;
background-color:;
text-align:justify;
font-weight:normal; 
font-weight:none; }
