/* CSS Document */

html{
height: 98%;
border: 0;
padding: 0;
margin: 0;
}

body{
height: 90%;
margin: 0;
padding: 0;
font-family: "Trebuchet MS";
background: url(../js/rotate.php) repeat;
background-position: 0 0;
}

#myframe { display:block; width:100%; border:none; height:400px; z-index: 4;
overflow:auto; }

.pages {
position: absolute;
top: 150px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #CC0066;
	text-decoration: none;
}

a:focus {
	color: #CC0066;
	text-decoration: none;
}



#all {
	background-color: transparent;
	width: 68%;
	height: auto;
	position: absolute;
	margin-left: 5px;
	margin-top: 3px;
}

#header {
	background-color: #000;
	width: 100%;
	height: 42px;
	position: absolute;
	overflow: hidden;
}

#menu {
	background-color: trasparent;
	position: absolute;
	width: 100%;
	margin-top: 45px;
	font-size: 80%;
}


.voce {
	margin: 0;
	padding: 0;
}

.voceActive {
	display: block;
	background: url(../images/voceactive.png) top repeat-x;
	height: 15px;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-left: 15px;
	color: #CC0066;
}

.voce a {
	display: block;
	background: url(../images/voce.png) top repeat-x;
	height: 15px;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-left: 15px;
	color: #fff;
}

.voce a:link {
	text-decoration: none;
	background: url(../images/voce.png) top repeat-x;
	color: #FFF;
}

.voce a:visited {
	text-decoration: none;
	color: #FFF;
}

.voce a:hover {
	text-decoration: none;
	background: url(../images/voceactive.png) top repeat-x;
	color: #CC0066;
}

.voce a:focus {
	text-decoration: none;
	background: url(../images/voceactive.png) top repeat-x;
	color: #CC0066;
}



#contentwrap{
	display: block;
	width: 100%; /* to suit but leave room for spacer */
	text-align: justify;
	top: 110px;
	position: relative;
	height: 500px;
	z-index: 2;
	overflow: hidden;
}

#contentwrap_dx{
	width: 100%; /* to suit but leave room for spacer */
	top: 110px;
	left: 10px;
	position: absolute;
	height: 500px;
	z-index: 1;
	overflow: hidden;
}

#content{
	margin: 0;
	padding: 15px;
}

#background{
	display: block;
	width: 100%; /* to suit but leave room for spacer */
	text-align: justify;
	top: 110px;
	position: absolute;
	height: 500px;
	z-index: 2;
	overflow: hidden;
}


#logo{
	clear: both;
	background: transparent;
	position: absolute; 
	bottom: 0px;
	right: 5px; 
	width: 200px; 
	height: 41px;
	text-align: center;
	z-index: 4; 
 } 

#footer{
	clear: both;
	background: #000;
	position: absolute; 
	bottom: 0px; 
	width: 100%; 
	height: 21px;
	text-align: center;
	z-index: 3;
 } 

div#footer_content {
	position: absolute;
	padding-left: 10px;
	bottom: 4px;
	font-size: 70%;
	text-align:left;
	color: #FFF;
	z-index: 5;
}
 

.magenta {
	color: #CC0066;
}

.little {
	font-size: 9px;
}

.submenu {
	clear: both;
	width: 100%;
	height: 10px;
	position: relative;
	margin-left: 0px;
	padding-bottom: 5px;
	margin-top: -5px;
	padding-top: 0;
	padding-right: 5px;
	color: #000;
	text-align:right;
}

.submenu a{
	color: #000;
}

.submenu a:link{
	color: #000;
}

.submenu a:visited{
	color: #000;
}

.submenu a:hover{
	color: #CC0066;
}

.submenu a:focus{
	color: #CC0066;
}


