/* CSS Document */

/*************************************************************************************
   AUTOR:  					Maurício Maculan 
   WEBSITE:   				http://www.webkriativa.com.br/
 *************************************************************************************/
body{
	background:url(../imgs/background.png) repeat-x #ede8e0;
	font-family:"Trebuchet MS",Arial;
	font-size:11px;
	color:#000;
}
img{
	border:0;
}
p, body{
	margin:0;
	padding:0;
}
#geral{
	position:absolute;
	width:100%;
	height:500px;
	background:url(../imgs/geral_fundo.jpg) no-repeat center;
	top:48%;
	margin-top:-250px;
}
.clear{
	clear:both;
}
#centro{
	width:520px;
	margin:190px auto 0;
}
#logo{
	width:202px;
	height:155px;
	float:left;
	background:url(../imgs/logo.png) no-repeat;
}
#linha{
	width:3px;
	height:133px;
	float:left;
	margin:3px 27px 0;
	background:url(../imgs/linha.png) center no-repeat;
}
#texto{
	width:260px;
	float:left;
	line-height:13px;
}
#texto div.texto{
	padding:6px 0 0 12px;
	text-align:justify;
}
#texto div.texto p{
	margin:0 0 4px;
}
#omauricio{
	position:absolute;
	right:3px;
	bottom:3px;
}
#bemVindo{
	width:72px;
	height:14px;
	background:url(../imgs/bemVindo.png) no-repeat;
}
#novoSite{
	width:135px;
	height:17px;
	background:url(../imgs/novoSite.png) no-repeat;
	margin:0 0 0 168px;
}
a, a:visited{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
