body {
    margin: 0px;
    padding: 0px;
    font-family: Courier new;
    color: #333;
    font-size: 13px;
    background: black;
    text-align: center;
}

#cabecalho {
    padding-bottom: 15px;
}

#site {
    overflow: hidden;
    position: relative;
    text-align: left;
    background: url(img/tinta.png) top left repeat-x white;
    width: 950px;
    margin: auto;
    padding: 5px;
}

#menu {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 414px;
    height: 72px;
    background: url(img/menu.png) no-repeat;
}
.imgmenu  img { border: 0px;}
.imgmenu {
    position: absolute;
    top: 10px;
    border: 0px;
}

#inicio { left: 10px; }
#projetos { left: 89px;}
#materias { left: 194px;}
#coisas { left: 300px;}

#destaque {
    margin-right: 20px;
    width: 300px;
    height: 450px;
    background: url(img/destaque.png) no-repeat;
    float: right;
}

#destaque #listadestaque {
    padding-top: 40px;
    margin-left: 15px;
    margin-right: 5px;
}

#texto {
    width: 610px;
    float: left;
}

#rodape {
    font-family: arial;
    font-size: 10px;
    color: #555;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    background: #EEE;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
}

h1 {
    font-size: 23pt;
    line-height: 50px;
    margin: 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    color: #128367;
    clear: right;
}

h1 span {
    font-size: 60%;
}

h1 img {
    float: left;
    width: 50px;
}

h2 {
    font-size: 15px;
    margin: 5px 20px;
}

.n3 {
    margin-left: 40px;
    margin-bottom: 10px;
}

a {
    color: #1228ca;
}

a:hover {
    background: #1228ca;
    color: white;
    text-decoration: none;
}

.marca {
    background: yellow;
    font-weight: bold;
}
