body{
	margin: 0 auto;
	background: #000;
}

#top{
	background: #000 url(../imagens/bg.png) repeat-x;
	height: 25px;
	padding-top: 5px;
	font-size: 14px;
	font-family: Arial;
}

#top ul{
	width: 950px;
	margin: 0 auto;
}

#top ul li{
	display: inline;
	margin-right: 35px;
}

#top a{
	color: #ccc;
	text-decoration: none;
}

#top a:hover{
	color: #00f0ff;
}

#imagens{
	width: 1000px;
	margin: 0 auto;
}

#container{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	top: -95px;
	z-index: 99;
}

#content{
	width: 650px;
	float: right;
	margin-left: 10px;
}

#content h1{
	font-size: 24px;
	font-style: italic;
	color: #fff;
	height: 2em;
}

#content h2{
	font-family: Arial;
	color: #777;
	font-size: 18px;
	height: 2em;
}

#content h3{
	color: #b0b46d;
	font-family: Arial;
	font-size: 14px;
	font-weight: 700;
	line-height: 2em;
}

#content p{
	color: #ccc;
	font-family:Arial;
	line-height: 1.8em;
	font-size: 12px;
}

#content a, #sidebar a{
	color: #65b125;
	font-size: 12px;
	font-family: Arial;
	height: 2.8em;
	text-decoration: none;
}

#content a:hover, #sidebar a:hover{
	text-decoration: underline;
}

#content img{
	margin-right: 15px;
}#abertura{	width: 650px;	margin-top: 20px;	float: left;}#lateral{	float: left;	margin-top: 20px;	margin-left: 20px;}#lateral p{	font-size: 14px;	font-family: Arial;	font-weight: 700;	color: #fff;	margin: 5px 0;}#lateral h1{	color: #f0a402;	font-size: 21px;	font-style: italic;	margin-bottom: 10px;	font-weight: 700;}#abertura .division h1{	color: #b683fb;	font-size: 21px;	font-style: italic;	margin: 20px 0;}#abertura .division p{	color: #fff;	font-family: Arial;	font-size: 12px;	margin: 6px 0;}#abertura .division p a, #lateral p a{	background: #b94bff;	color: #fff;	padding: 4px;	border-radius: 4px;	border: 1px solid #e9c6ff;	text-decoration: none;}#abertura .division a img{	border: none;}#abertura .division p a:hover{	background: #5a0093;	color: #f0a402;	padding: 4px;	border: 1px solid #b35cfe;}#principal{	width: 610px;	background: #f5f0d4;	padding: 10px 20px 10px 10px;	margin-bottom: 10px;}#principal h1{	font-size: 20px;	font-weight: 700;	margin: 10px 0;}#principal p{	font-family: Arial;	font-size: 12px;}#principal a{	color: #7b2000;	font-weight: 700;	text-decoration: none;}#principal a:hover{	text-decoration: underline;}

#sidebar{
	width: 320px;
	float: left;
	margin-right: 10px;
	color: #fff;
}

#sidebar h1{
	font-size: 18px;
	color:#eee;
	font-style: italic;
	height: 2em;
}

#sidebar img{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 2px ridge #ccc;
}

#sidebar p{
	color: #ccc;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.8em;
}

#footer{
	clear: both;
	padding-top: 35px;
	padding-bottom: 15px;
	background: #111a20;
}

#footer p{
	color:#fff;
	text-align: center;
	font-size: 10px;
	font-family: Arial;
}

hr{
	height: 0;
	border: none;
	border-bottom: 1px solid #333;
	clear: left;
	margin: 8px 0;
}

em{
	color: #b0b46d;
	font-style: italic;
}

p{
	text-align: justify;
}

.clear{
	clear: both;
}

.left{
	float: left;
	margin-right: 15px;
}

.right{
	float: right;
	margin-left: 15px;
}

.small{
	font-size: 9px;
}

.division{
	float: left;
	margin: 0 10px;
	width: 46%;
}

.musica{
	background: url(./imagens/pla.gif) no-repeat;
	font-size:11px;
	padding:0 0 3px 5px;
	height:45px;
	width:320px;
	margin-right:25px;
}

.hidden{display:none;}

.appear{padding:10px;font-family:Arial;font-size:12px;color:#fff;}

.laranja{color:#ff9000;}