@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/background_all.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#131313;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	margin:10px auto 0;
}

#content{
	margin:0 auto;
	width:900px;
	padding:0;
}

#content .top_left{
	background-image:url(images/top_left.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	margin:0;
	float:left;
}

#content .top_center{
	background-image:url(images/top_center.png);
	background-repeat:repeat-x;
	height:15px;
	width:870px;
	margin:0;
	float:left;
}

#content .top_rigth{
	background-image:url(images/top_rigth.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	margin:0;
	float:left;
}

#content .middle{
	background:url(images/midle.png);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	width:900px;
}

#content .middle .header{
	margin-left:3px;
	margin-top:-12px;
	padding-right:7px;
	float:left;
	display:inline-block;
	background-image:url(images/topo_notas.png);
	background-position:top right;
	background-repeat:no-repeat;
	width:890px;
	height:200px;
}

#content .middle .header .social{
	position:absolute;
	left:280px;
	top:140px;
}

#content .middle .header .player{
	position:absolute;
	left:650px;
	top:155px;
}

.interno{
	display:inline-block;
	width:340px;
	float:left;
}

#destaque{
	margin-left:-20px;
	width:360px;
}

.t_left{
	background-image:url(images/dest_top_left.png);
	background-repeat:no-repeat;
	width:12px;
	height:12px;
	float:left;
}

.t_center{
	background-image:url(images/dest_top_center.png);
	background-repeat:repeat-x;
	height:12px;
	width:320px;
	float:left;
}

.t_right{
	background-image:url(images/dest_top_right.png);
	background-repeat:no-repeat;
	height:12px;
	width:24px;
	float:left;
}

.m_left{
	background-image:url(images/dest_left.png);
	background-repeat:repeat-y;
	width:12px;
	height:210px;
	float:left;
}

.m_center{
	background-image:url(images/dest_center.png);
	background-repeat:repeat-x;
	width:320px;
	height:210px;
	float:left;
	text-align:center;
}

.m_right{
	background-image:url(images/dest_right.png);
	background-repeat:repeat-y;
	width:24px;
	height:210px;
	float:left;
}

.b_left{
	background-image:url(images/dest_bot_left.png);
	background-repeat:no-repeat;
	width:12px;
	height:27px;
	float:left;
}

.b_center{
	background-image:url(images/dest_bot_center.png);
	background-repeat:repeat-x;
	width:320px;
	height:27px;
	float:left;
}

.b_right{
	background-image:url(images/dest_bot_right.png);
	background-repeat:no-repeat;
	width:24px;
	height:27px;
	float:left;
}

#agenda{
	display:inline-table;
	background-image:url(images/agenda.png);
	background-repeat:no-repeat;
	margin-left:20px;
	width:270px;
	height:300px;
	padding-top:100px;
	padding-left:10px;
}


#direita{
	float:right;
	width:535px;
	text-align:left;
	display:inline-block;
	margin-left:25px;
	background-image:url(images/ondas.png);
	background-position:top 	right;
	background-repeat:repeat-y;	
}

#direita h3{
	margin-top:0;
	margin-bottom:10px;
}
#direita p{
	text-align:justify;
	width:400px;
	margin:0 5px 10px;
}

#foto_fundo{
	float:left;
	background-image:url(images/lado_dimorais.png);
	background-position:right;
	background-repeat:no-repeat;
	width:210px;
	height:463px;
	position:fixed;
	left:829px;
	bottom:0px;
}

#content .bottom_left{
	background-image:url(images/bottom_left.png);
	background-repeat:no-repeat;
	width:15px;
	height:17px;
	float:left;
}

#content .bottom_center{
	background-image:url(images/bottom_center.png);
	background-repeat:repeat-x;
	width:870px;
	height:17px;
	float:left;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}

#content .bottom_center a{
	color:#FFFFFF;
	text-decoration:none;
}

#content .bottom_rigth{
	background-image:url(images/bottom_rigth.png);
	background-repeat:no-repeat;
	width:15px;
	height:17px;
	float:left;
}


