@charset "utf-8";
/* CSS Document */

#Grau {
	background:#E6E6E6;
	height:176px;
	width:100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 3}
	
#Logo {
	height:122px;
	width:227px;
	right:10%;
	top:33px;
	position:absolute;
	z-index:4;
	}

#Name {
	text-align:right;
	height:122px;
	width:227px;
	right:10%;
	top:169px;
	padding-top:59px;
	position:absolute;
	z-index:4;
	}

#Menu {
	height:176px;
	width:400px;
	top:0;
	left:5%;
	position:absolute;
	z-index:4;
	}

#Content {
	height:1380px;
	width:50%;
	top:176px;
	left:5%;
	position:absolute;
	z-index:4;
	border-left:thin;
	border-left-style:solid;
	border-left-color:#e6e6e6;
	padding-left:10px;
	padding-top:50px;
	}

#left {
	background:repeat;
	background-image:url(../bg.jpg);
	height:1530px;
	width:5%;
	top:176px;
	left:0;
	position:absolute;
	z-index:4;
	}
	
#cubedas {
	background-color:#e6e6e6;
	height:17px;
	width:94px;
	top:1606px;
	left:5%;
	position:absolute;
	z-index:4;
	}
	
P.body { 
	color: #575757; 
	padding: 0; 
	font-family: Arial; 
	font-size: 10px;
 }

P.right { 
	color: #575757; 
	padding: 0; 
	font-family: Arial; 
	font-size: 11px;
	line-height:18px; }
	
A:link { 
	color: #7e1229; 
	text-decoration: none }
	
A:visited { 
	color: #7e1229; 
	text-decoration: none }
	
A:active { 
	color: #7e1229; 
	text-decoration: none }
	
A:hover { 
	color: #575757; 
	text-decoration: none;
		}
	

