/*-- Geral -------------------------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, form, fieldset {
	padding: 0;
	margin: 0; }

body {
	background: #fff url(BRUNODICOLLAa.jpg);
	background-attachment:fixed;
	color: #000;
	font: Times New Roman, small Arial, Verdana, Tahoma, sans-serif;
	margin: 59px 88px; }

h1 {
	font-size: 1.25em; }

p {
	line-height: 1.2em;
	margin: 0; }

a {
	color: #000;
	text-decoration: none; }

a.current,
a:hover {
	background: #000;
	color: #fff; }

a img {
	border: none;
	display: block; }

table { border-collapse: collapse; }

table td { vertical-align: top; }

.title { font-size: 1.3em; }

/*-- Menu --------------------------------------------------------------------*/

#menu {
	background: #nnn;
	height: 131px;
	list-style: none;
	padding: 15px 1px 0 0;
	width: 257px; 
	position: fixed; top: 300px; left: 10; right:50;}

	#menu li {
		background-repeat: no-repeat;
		float: right; }

	#menu li#m1,
	#menu li#m1 a {
		background-image: url(wA.gif);
		height: 40px;
		width: 127px; }

	#menu li#m2,
	#menu li#m2 a {
		background-image: url(cA.gif);
		height: 40px;
		width: 216px; }

	#menu li#m3,
	#menu li#m3 a {
		background-image: url(cA.gif);
		height: 40px;
		width: 109px; }

		#menu li a {
			background-repeat: no-repeat;
			display: block;
			overflow: hidden;
			text-indent: -9999em; }

		#mtion #menu li#m1 a,
		#illus #menu li#m2 a,
		#illusv #menu li#m2 a,
		#about #menu li#m3 a,
		#menu li#m1 a:hover,
		#menu li#m2 a:hover,
		#menu li#m3 a:hover {
			background-color: transparent;
			background-image: none; }

		#menu li#m1 a {
			background-image: url(wB.gif); }
	
		#menu li#m2 a {
			background-image: url(cB.gif); }
	
		#menu li#m3 a {
			background-image: url(cB.gif); }

/*-- Submenu -----------------------------------------------------------------*/

#submenu {
	background: #;
	color: #000;
	font-size: 0.9em;
	height: 290px;
	margin-top: 47px;
	padding: 15px;
	text-align: right;
	width: 227px; }

	#home #submenu {
		height: auto;
		margin-top: 18px;
		padding: 5px 7px;
		width: 243px; }

/*-- Content -----------------------------------------------------------------*/

#content {
	background: #;
	color: #XXX;
	font-size: 0.9em;
	padding: 0px 0px 2px 0px;
	position:relative;
	display:table-cell;
	margin-top: 400px;
	text-align: left;
	
	}

	#illus #content {	
		margin-top: 400px	
		left: 560px;
		top: 600px;
		}

	
#content p {
	margin-top: 16px; }

/*-- Popups ------------------------------------------------------------------*/

#popup {
	background: #000;
	margin: 5px;
	padding: 0;
	width: auto; }

	#popup img {
		display: block; }

