/*********************************************************************************************************************************************
	Reset styles
**********************************************************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, 
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, 
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*********************************************************************************************************************************************
	General Styles
**********************************************************************************************************************************************/
*{
	font-family:Arial, Tahoma, Verdana, Sans-serif;
	
	padding:0;
	margin:0;
}

}
h1, h2, h3, h4, h5, h6{
	font-family:Arial, Tahoma, Verdana, Sans-serif;
	font-weight:normal;
}
a{
	text-decoration:none;
}
/*********************************************************************************************************************************************
	Wrapper, Body & Container
**********************************************************************************************************************************************/

	body
	{
		margin: 0;
		padding: 0;
		background-color: black;
	}
	
	.wrapper
	{
		width: 950px;
		margin: 0 auto;
		
	}
	
	.container
	{
		float:left;
		width: 950px;
		height: 750px;
		background-image: url(../images/bg.jpg);
	}
	
/*********************************************************************************************************************************************
	Imagem
**********************************************************************************************************************************************/

	.imagem
	{
		margin-top: 0px;
		margin-left: 160px;
	}
	
	.imagem2
	{
		margin: 5px;	
		padding: 5px;
		background-color: white;
		float: left;
	}

/*********************************************************************************************************************************************
	Layout
**********************************************************************************************************************************************/

	.atores
	{
		margin: 25px;
	}
	
	.div_titulo
	{
		float:left;
		background-image: url(../images/titulo.png);
		width: 275px;
		height: 55px;
		margin-top: 40px;
		margin-left: 23px;
		
	}
	
	.menu
	{
		float:left;
		width: 200px;
		margin-left: 23px;
		margin-top: 20px;
	}
	
	.conteudo
	{
		float: right;
		background-image: url(../images/bgt.png);
		width: 602px;
		height: 546px;
		margin-right: 40px;
		margin-top: 40px;
	}
	
	.conteudo2
	{
		float: right;
		background-image: url(../images/bgt.png);
		width: 602px;
		height: 546px;
		margin-right: 40px;
		margin-top: 40px;
		overflow-y: scroll;
	}
	
	.rodape
	{
		float: right;
		width: 448px;
		height: 99px;
		margin-right: 40px;
		margin-top: 25px;
	}

	.galeria
	{
		float: left;
		width: 580px;
		margin: 10px;
		display: inline;
		padding:3px;
	}
	
	.galeria li
	{
		display: inline;
	}
/*********************************************************************************************************************************************
	textos
**********************************************************************************************************************************************/

	.menu_link
	{
		font-family: arial, helvetica, sans-serif;
		font-size: 17px;
		font-weight: bold;
		color: white;
		margin-left: 20px;
	}
	
	.menu_link:hover
	{
		font-family: arial, helvetica, sans-serif;
		font-size: 17px;
		color:#0098db;
		font-weight: bold;
		margin-left: 20px;				
	}

	.texto
	{
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		color: black;
		font-weight: bold;
		margin: 25px;
		text-align: justify;
	}
	
	.texto2
	{
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		color: black;
		font-weight:normal;
		text-align: justify;
	}
	
	.texto3
	{
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		color: black;
		font-weight:normal;
		text-align: justify;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.nome
	{
		font-family: arial, helvetica, sans-serif;
		font-size: 18px;
		color: black;
		font-weight: bold;
		margin: 25px;
		text-align: justify;
	}
	
	.tithome
	{
		font-family: arial, helvetica, sans-serif;
		color: #003366;
		font-weight: bold;
		margin: 20px;
	}