.song{
 padding:20px 0px;
}
.mp3{
  background : #FFFFFF url(../imgs/Audio-MP3-icon.png) no-repeat 0px 0px;
padding: 16px 0px 20px 50px;
}
.pdf{
  background : #FFFFFF url(../imgs/Oficina-PDF-icon.png) no-repeat 0px 0px;
padding: 16px 0px 20px 50px;
}

body
{
	background: #000000 url(../imgs/bkg_tile.jpg) repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#site
{
	width: 800px;
	height: auto;
	margin: auto;
}

#funk_choir1, #funk_choir2, #funk_choir3, #funk_choir4, #funk_choir5, #funk_choir6, 
{
	float: left;
	width: 425px;
	height: 640px;
	margin: -450px 0px 0px -60px;
	z-index:2;
	position: absolute;
}

/*LOGOS START*/

/*LOGOS END*/

#nav
{
	float: right;
	width:auto;
	height: 42px;
	/*background: #FFFFFF;*/
	margin: 6px 35px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
}

#nav ul
{
	position: relative;
	padding: 0px 5px 0px 5px;
	margin: 0px 20px 0px 0px;
	list-style-type: none;
}

#nav li
{
	float: left;
	position: relative;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

.active_nav
{
	color:#FF0099;
	font-weight: bold;
}

.active_nav2
{
	color:#006CFF;
	font-weight: bold;
}

.active_nav3
{
	color:#FF0000;
	font-weight: bold;
}

.active_nav4
{
	color:#16BD25;
	font-weight: bold;
}

.active_nav5
{
	color:#19CAC9;
	font-weight: bold;
}

.active_nav6
{
	color:#C600FF;
	font-weight: bold;
}

#page
{
	position: relative;
	margin:auto;
	width:734px;
	height: 496px;
	background: url(../imgs/bkg1.gif) no-repeat;
	margin-top:5px;
	padding: 0px 15px 5px 15px;
	z-index: 1;
}

#page_con_news
{
	width: 610px;
	height: 430px;
	margin: 0px 0px 0px 88px;
	z-index:3;
	overflow: auto;
	position: absolute;
}

#page_con_news_tags
{
	width: 610px;
	height: 410px;
	margin: 0px 0px 0px 88px;
	z-index:3;
	overflow: auto;
	position: absolute;
}

#page_con_choir
{
	width: 350px;
	height: auto;
	min-height: 430px;
	margin: 30px 0px 0px 78px;
	position: absolute;	
}

#page_con_tut
{
	width: 550px;
	height: auto;
	min-height: 430px;
	/*border: 1px solid #FF0000;*/
	margin: 0px 0px 0px 78px;
	position: absolute;
	z-index: 4;	
}

#choir_img1
{
	float: right;
	margin: 10px 30px 0px 0px
}

.tag_link
{
	/*float: left;*/
	margin: 0px 3px 0px 3px;
}

.tag_link2
{
	float: right;
	margin: 0px 3px 0px 3px;
}

#article
{
	border-bottom: 1px dotted #006CFF;
	margin: 0px 0px 0px 0px;
	z-index: 3;
}

/*#article:hover, #article:visited:hover
{
	background: #C2D6F2;
	color:#000000;
}*/

.options_link
{
	float: right;
	margin: 8px 35px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/***FORMS***/

br
{
	clear:left;
}

label 
{
	text-align: right;
	width: 100px;
	padding-right: 10px;
	display: block;
	float: left;
}


input[type=text]
{
	border:solid 1px #999999;
	float: left;
	width: 200px;
}

