/**
 * @since update	- 2007-09-03
 * @since update	- 2008-11-22
 * @author Lívio Morais
 */
	a:link, a:visited {text-decoration:none; color:#cc0000;}
	a:hover {text-decoration:underline; color:orange;}
	a:active {text-decoration:none; color:#cc0000;}

	a:link #img_home,a:visited #img_home { border-color:#cc0000; }
	a:hover #img_home,a:active #img_home { border-color:orange; }

	body {
		background-color:#D4CCB4;
		color:#444;
	}

	td { font-family:times new roman; }

	td#content { vertical-align:top; }

	td.menu_vline_orange {
		width:10px;
		background-color:#FF8040;
	}

	td.menu_vline_bordo {
		width:10px;
		background-color:#840000;
	}

	td.menu_center_bordo {
		width:120px;
		background-color:#840000;
		text-align:center;
		vertical-align:top;
	}

	html, body, #wrapper {
		height:100%;
		margin:0;
		padding:0;
		border:none;
		text-align:center;
	}

	img#img_title { margin:40px 0px 14px 0px; }

	img#img_livio_de_morais { margin:40px 0px 20px 0px; }

	#wrapper {
		margin:0 auto;
		text-align:left;
		vertical-align:middle;
		width:400px;
	}

	#guestbook { width: 500px; }


	/* MAPA SITE */
	#title_biografia,
	#title_intervencoes,
	#title_exposicoes,
	#title_livros,
	#title_galeria,
	#title_imagens {
		margin-top: 20px;
	}

	#body_biografia,
	#body_intervencoes,
	#body_exposicoes,
	#body_livros,
	#body_galeria,
	#body_imagens,
	.body { background-color: #d2c9b2; }

	#btn_biografia,
	#btn_intervencoes,
	#btn_exposicoes,
	#btn_livros,
	#btn_galeria,
	#btn_imagens,
	.btn {
		color: #800;
		cursor: pointer;
	}



	.dark_red { color: #800; }
	hr.h-bar {
		margin: 30px auto;
		background-color: #800;
	}

	.vcard {
		text-align: left;
	}
	.vcard .geo {
		display: none;
	}


	#advertisement {
		position: fixed;
		bottom:9px;
		left:10px;
	}

	div#paginador {
		text-align:center;
		margin-bottom:30px;
	}

