body {
background:#000;
}

span, div, a {
font: normal 11px verdana,arial,helvetica;
text-decoration: none;
}

#container{
position:relative;
margin-left:-392px;
left: 50%;
width: 784px;
}
		
	#linhaTop{
	width: 784px;
	height: 26px;
	}
		
		#imgLinhaTop{
		position: relative;
		float: right;
		width: 343px;
		height: 26px;
		background: #000 url(./imgs/top-right.jpg) no-repeat;
		}
		
	#linhaCab{
	width: 784px;
	height: 158px;
	background: #000 url(./imgs/cab.jpg) no-repeat;
	}
		
	#linhaMenu{
	padding-top: 4px;
	width: 784px;
	height: 25px;
	background: #000 url(./imgs/menu.jpg) no-repeat;
	text-align:center;
	font: normal 11px verdana,arial,helvetica;
	}

		#linhaMenu a {
		color:#000;
		margin: 0px 17px;
		}
		
		#linhaMenu a:hover{
		color:#333;
		}
		
		
	#linhaCorpo{
	width: 784px;
	height: 365px;
	background: url(./imgs/fundo-corpo.jpg);
	}
		
		#corpoLeft{
		position: relative;
		float: left;
		width: 9px;
		height: 365px;
		background: #000 url(./imgs/fundo-corpo-left.jpg) no-repeat;
		}
		
		#corpoRight{
		position: relative;
		float: right;
		width: 9px;
		height: 365px;
		background: #000 url(./imgs/fundo-corpo-right.jpg) no-repeat;
		}
		
		#corpoCenter{
		position: relative;
		float: left;
		width: 766px;
		height: 365px;
		}
		
			#centerViolao{
			position: relative;
			float: left;
			width: 248px;
			height: 315px;
			background: url(./imgs/center-violao.jpg) no-repeat;
			}

			#centerConteudoHome{
			position: relative;
			float: left;
			right:10px;
			width: 310px;
			height: 315px;
			color: #fff;
			/*padding-right:10px;*/
			text-align:left;
			/*background: gray;*/
			}

			#centerConteudo2{
			position: relative;
			float: left;
			width: 505px;
			height: 315px;
			color: #fff;
			text-align:justify;
			/*background: gray;*/
			}
				
			#centerConteudoHistoria{
			position: relative;
			float: left;
			width: 505px;
			height: 315px;
			color: #fff;
			text-align:justify;
			background: url(./imgs/historia.jpg) no-repeat right;
			}
				
			#centerConteudoContato{
			position: relative;
			float: left;
			width: 505px;
			height: 315px;
			color: #fff;
			text-align:justify;
			background: url(./imgs/contato.jpg) no-repeat right;
			}

				
				#corpoCenter h1{
				margin-top:20px;
				font:bold 14px verdana,arial,helvetica;
				}
				
				#corpoCenter p{
				margin-top:10px;
				}

				#centerDiv{
				width: 320px;
				height: 1px;
				margin-bottom:20px;
				background: url(./imgs/div.jpg) no-repeat center;
				}

			#centerFotos{
			position: relative;
			float: left;
			width: 198px;
			height: 315px;
			background: url(./imgs/fotos-fundo.jpg) repeat-x ;
			}
				
				#fotosLeft{
				position: relative;
				float: left;
				width: 8px;
				height: 303px;
				background: url(./imgs/fotos-left.jpg) no-repeat ;
				}
				
				#fotosCenter{
				position: relative;
				float: left;
				width: 182px;
				height: 303px;
				}
					
					#fotosCenter p{
					font: normal 10px verdana,arial,helvetica;
					color:#fff;
					}
					
					#fotosCenter span{
					font: normal 14px verdana,arial,helvetica;
					
					}
					
					
				#fotosRight{
				position: relative;
				float: right;
				width: 8px;
				height: 303px;
				background: url(./imgs/fotos-right.jpg) no-repeat ;
				}
				
				
			#centerRodape{
			position: relative;
			float: left;
			padding-top: 8px;
			width: 766px;
			height: 42px;
			background: url(./imgs/rodape.jpg) no-repeat;
			text-align:left;
			font: normal 11px verdana,arial,helvetica;
			color: #fff;
			}

				#rodapeCopy {
				float: left;
				position:relative;
				top:-5px;
				font: normal 10px verdana,arial,helvetica;
				width: 280px;
				}
				
				#rodapeLinks {
				position:relative;
				top:8px;
				float: left;
				width: 386px;
				text-align:center;
				
				}

				#rodapeLinks a {
				color:#fff;
				margin: 0px 10px;
				}
				
				#rodapeLinks a:hover{
				color:#999;
				}

				#rodapeClickmidia {
				float: right;
				width: 100px;
				height: 30px;
				}




