/*VDB Website*/

/*Geral: */

.copyrighttext
	{
	color: #CC0000;
	}

body
	{
	background-color: #000000;
	background-image:url(img/background_cool.png);
	background-repeat: repeat-x;
	}

body, td, th
	{
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: justify;
	}

h1
	{
	font-family: Tahoma;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	}

h2
	{
	font-family: Tahoma;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	text-transform: uppercase;
	}

img
	{
	border-color: #CCCCCC;
	}

a
	{
	color: #CC0000;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}


/*Layers: */

#Horizon        
	{
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
	
#MainBox /*trabalha em conjunto com a layer Horizon*/
	{
	position:absolute;
	left:50%;
	top:-307px;
	width:780px;
	height:614px;
	z-index:1;
	margin-left: -390px;
	visibility: visible;
	}
	
#Header
	{
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:42px;
	z-index:3;
	background-color: #990000;
	visibility: visible;
	}
	
#FlashBox
	{
	position:absolute;
	left:0px;
	top:53px;
	width:780px;
	height:294px;
	z-index:10;
	visibility: visible;
	}

#Shadow
	{
	position:absolute;
	left:0px;
	top:347px;
	width:780px;
	height:15px;
	z-index:4;
	visibility: visible;
	}

#Conteudo
	{
	position:absolute;
	left:0px;
	top:347px;
	width:745px;
	height:250px;
	z-index:3;
	overflow: auto;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	visibility: visible;
	background-color: #cccccc;
	}
	
#ConteudoIEFIX
	{
	position:absolute;
	left:0px;
	top:347px;
	width:780px;
	height:260px;
	z-index:2;
	visibility: visible;
	background-color: #cccccc;
	}
	
#Footer
	{
	position:absolute;
	left:0px;
	top:608px;
	width:780px;
	height:18px;
	z-index:1;
	visibility: visible;
	}
