body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FF6633;
	text-align:center;
	margin:5px;
	padding:0px;
}

div, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1{
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	text-align:right;
	background-color:#000000;
	color: #E67817;
	padding:2px;
	margin-bottom:10px;
}

h2{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-bottom:3px;
}

a{
	color:#FF3300;
	text-decoration: none;
}

a:hover{
	color:#FF0000;
}

img{
	border:0;
}

.small{
	font-size:10px;
}

p{
	text-align:justify;
}
/********************************/

#pagina{
	text-align:justify;
	width:800px;
	height:600px;
}

#superior{
	width:100%;
	background:transparent url("../img/superior.gif") no-repeat top left;
	height: 160px;
}

#esquerda{
	float:left;
	width:185px;
	padding-left:5px;
}

#direita{
	float:right;
	width:130px;
	margin-right:5px;
	height:200px;
}

#content{
	float:left;
	width:450px;
}

#contframe{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:385px;
}

