*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
}


/* DIVS */
#container {
	position:absolute;
	width:700px;
	height:566px;
	top:50%;
	left:50%;
	margin-top:-283px;
	margin-left:-350px;
}

#conteudo{
	background-image:url(../imagens/bgConteudo.jpg);
	background-repeat:no-repeat;
	width:699px;
	height:294px;
}

#menu img{
	margin-right:-4px;
	margin-bottom:-3px;
}

/* ELEMENTOS HTML */
body {
	color: #333333;
	background-color:#A07336;
	font-size: 11px;
}

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

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

h1{
	font-size:15px;
	text-transform:uppercase;
	color:#A07336;
}

h2{
	font-size:11px;
	text-transform:uppercase;
	color:#A07336;
}

dt{
	display:table-cell;
}

dd{
	float:left;
	vertical-align:top;
}

/* CLASSES */

.campoForm {
	color:#333333;
	background-color:#FFFFFF;
	border: 1px solid #ABADB3;
	font-family:"Trebuchet MS", Verdana;
	font-size:11px;
}





/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 230px; 
    width: 480px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em;
	text-align:left;
}

#actions { 
	width:480px;
	text-align:right;
}