/* CSS Document */

body{
background-color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #666666;
margin: 0 auto;
text-align:center;
}

#content{
background-color: #000000;
position:absolute; 
left:50%; 
top:50%; 
margin-left:-415px; 
margin-top:-245px
}

#principal{
background-color: #000000;
width:830px;
height:100%;
margin: 0 auto;
}

#left{
background-color: #000000;
width:220px;
height:100%;
float:left;
}

#menu-vertical{
width:220px;
height:450px;
background-color: #000000;
float:right;
}

#flash{
background-color: #000000;
width:600px;
height:450px;
float:right;
}

#flash-noticias{
background-color: #000000;
width:600px;
height:190px;
float:right;
}

#noticias{
background-color: #000000;
width:600px;
height:100px;
float:right;
}

#galeria{
background-color: #000000;
width:600px;
height:100px;
margin-top:5px;
float:right;
}

#rodape{
width:800px;
height:100%;
float:right;
text-align:right;
}

/*///////// ESTILO TEXTOS //////////*/

p{
padding-top:13px;
}

.center{
text-align:center;
}

h4{
	font-size:18px;
	color:#FFF;
}

/*///////// ESTILO IMAGENS //////////*/

.news{
text-align:center;
margin:15px;
}

.link-left{
margin-top:50px;
margin-left:25px;
}

.link-right{
margin-top:50px;
margin-right:25px;
}

/*///////// ESTILO LINKS //////////*/

a{
color:#FFFFFF;
text-decoration:none;
border:none;
}

a:hover{
color: #CC66FF;
}

a:visited{
}
