*{
    margin:0px;
    padding:0px;
    font-family: Verdana, arial, garamond, serif;
    /*border:1px solid green;*/
}


body{
    background:#aaa;
}

#outerContentLayer{
    background:#d1d3d4;
    background-image:url(../imagens/pageBackground.gif);
    background-repeat:no-repeat;
    background-position:bottom right;

    position:absolute;
    top:50%;
    left:50%;

    width:860px;
    margin-left:-450px;

    height:560px;
    margin-top:-300px;

    padding:20px;
}

#imageheader{
    background-image:url(../imagens/header.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    width:100%;
    height:201px;
    overflow:hidden;
}

#innerContentLayer{
    background-color:#f3f4f4;
    background-position:right top;
    background-repeat:no-repeat;
    width:835px;
    height:350px;
    margin-left:25px;


    position:absolute;
}

#framecontent{
    width:834px;
    height:349px;
}

#linkHome{
display:block;
position:absolute;
width:200px;
height:200px;
text-decoration:none;
}

#linkABUB{
  display:block;
position:absolute;
right:20px;
top:20px;
width:100px;
height:100px;
text-decoration:none;
}

.menuHeader{
    list-style:none;
    font-size:15px;
    margin-top:123px;
    margin-left:200px;
}
.menuHeader li{
    display:inline;
}

.menuHeader li a{
    color : #58595b;
    text-decoration:none;
    font-weight:bold;
    margin: 0 7px;
}
.menuHeader li a:hover{
    color:#d71920;
}

#hiddenFrame{
    display:none;
}