@charset "utf-8";
/* CSS Document */

/**************          RESET!      **************/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/**************          FIM RESET!      **************/

#topo {
	width:770px;
	height:195px;
	margin:0 auto;
}

#topo .topo_esq {
	width:250px;
	height:195px;
}

#topo .topo_dir {
	width:520px;
	height:129px;
	margin:0 0 67px 0;
}

#cont {
	width:770px;
	height:430px;
	margin:0 auto;
}


#cont #cont_esq{
	width:430px;
	float:left;
}

#cont #cont_esq p {
	width:400px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}

#cont #cont_divisao {
	width:30px;
	height:400px;	
	float:left;
	background:url(../imgs/home_bg_divisao2.gif) top left repeat-y;
}

#cont #cont_dir {
	width:310px;
	float:left;
}

#cont #cont_dir p {
	font:12px Arial, Helvetica, sans-serif;
	color:#999999;
}

#cont #cont_esq span {
	font:bold 18px Arial, Helvetica, sans-serif;
}

#cont #cont_esq span a {
	font:bold 18px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#3366FF;
}

#rodape {
	width:770px;
	margin:0 auto;		
	clear:both;
}

#rodape p {
	font:12px Arial, Helvetica, sans-serif;
	color:#999;
	text-align:center;
}