/* seletor global - zerando margens, paddings, etc */
*
{
margin:0;
padding:0;
border:none;
list-style:none;
}

body
{
font-size:62.5%;
font-family:Arial, Helvetica, sans-serif;
color:#333;
margin:0 auto;
text-align:center;
}

.clear
{
clear:both;
}

a
{
color:#039;
}

a:hover
{
text-decoration:none;
}

/* Conteúdo */
#container
{
width:760px;
margin:0 auto;
font-size:1.2em;
line-height:1.7em;
}

/* Topo */
#header
{
width:760px;
height:120px;
position:relative;
border-bottom:1px solid #E8DBB0;
}

#header h1
{
position:absolute;
left:0;
bottom:10px;
text-indent:-90000px;
width:237px;
height:54px;
}

#header h1 a
{
display:block;
width:237px;
height:54px;
text-decoration:none;
background:url(Imagens/logo.gif) no-repeat;
}

#header h2
{
position:absolute;
right:0;
bottom:10px;
text-indent:-90000px;
width:102px;
height:12px;
background:url(Imagens/h2_vrb_alunos.gif) no-repeat;
}

/* Conteúdo Principal */
#mainContent
{
position:relative;
width:760px;
height:330px;
padding:20px 0;
}

/* Área de Login */
#loginBox
{
float:left;
width:265px;
text-align:left;
background:#E8E8D2 url(Imagens/login_box_bg_top.gif) no-repeat;
}

#loginBox p
{
padding:0 15px;
margin:1em 0;
}

#loginBox p.lembreteSenha
{
padding:0 10px 27px 70px;
margin:35px 0 0 0;
text-indent:-90000px;
background:#E8E8D2 url(Imagens/login_box_bg_bottom.gif) left bottom no-repeat;
}

#loginBox form label
{
width:80px;
display:block;
margin-right:10px;
text-align:right;
float:left;
}

#loginBox form input
{
width:130px;
border:1px solid #ccc;
}

#loginBox form p.loginInput
{
margin-bottom:-1.3em;
}

#loginBox form p.loginInput span
{
position:relative;
top:-5px;
font-size:9px;
padding-left:94px;
}

#loginBox form input.submitBtn
{
background:#274A63;
font-size:11px;
color:#fff;
font-weight:bold;
width:40px;
height:20px;
margin-left:50px;
}

#loginBox form input.submitBtn:hover
{
background:#C6A639;
}

/* Botões VRB News e Fórum */
ul#links
{
position:absolute;
left:265px;
height:237px;
}

ul#links li
{
float:left;
margin-left:15px;
text-indent:-90000px;
width:226px;
height:237px;
}

ul#links li a
{
display:block;
text-decoration:none;
width:226px;
height:237px;
}

ul#links li.vrbNews a
{
background:url(Imagens/btn_vrb_news.jpg) no-repeat;
}

ul#links li.vrbNews a:hover
{
background:url(Imagens/btn_vrb_news.jpg) -226px 0 no-repeat;
}

ul#links li.vrbForum a
{
background:url(Imagens/btn_forum.jpg) no-repeat;
}

ul#links li.vrbForum a:hover
{
background:url(Imagens/btn_forum.jpg) -226px 0 no-repeat;
}

ul#links li.vrbRequerimento a
{
background:url(Imagens/btn_req.jpg) no-repeat;
}

ul#links li.vrbRequerimento a:hover
{
background:url(Imagens/btn_req.jpg) -226px 0 no-repeat;
}

/* Rodapé */
#footer
{
clear:both;
position:relative;
top:25px;
width:760px;
border-top:1px solid #E8DBB0;
padding:10px 0;
}

.downloads
{
clear:both;
position:absolute;
top:280px;
left:0;
text-align:left;
width:750px;
background:#e8e8d2;
}

.downloads p
{
padding:20px;
}