/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#707070;
	font-size:11px;
	line-height:19px;
}

html, body {
	width:100%;
	height:100%;
	text-align:center;		
}

body {
	background: url(/images/bg_site.jpg) #f4f4f4 repeat-x;
}


/*   

/*   
	ESTRUTURA DO SITE
###################################################################################################################
*/

#sombra {
	background: url(/images/bg_sombra.jpg) #ffffff repeat-y;
	position:relative;
	margin:0 auto;
	height:100%;
	width:810px;
}

#container{
	position:relative;
	width:775px;
	_width:776px;
	text-align:left;
	margin:0 16px;
}

/*   
	DIVISÓRIA
###################################################################################################################
*/

.divisoria{
	background:url(/images/bg_divisoria.jpg) no-repeat top center;
	height:24px;
	width:454px;
	margin:10px auto;
	clear:both;
}

/*   
	LINKS
###################################################################################################################
*/

a{
	color:#1c64c5;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
