body, table, td, th {
  margin:0px;
  padding:0px;
  font-family:Comic sans MS, sans-serif ;
  font-size:12px;
  background: #dcf4de url(../img/bg.jpg) repeat-x;
}

#content {
  width:1000px;
  margin:0 auto 0 auto;
  background:url(../img/bgi.jpg) repeat-y;
}

#top {
  height:141px;  
  background:url(../img/top.jpg) no-repeat;
}

#left {
  width:190px;
  float:left;
  padding:0px 5px 0px 5px;
}

#page {
  width:520px;
  float:left;
  padding:2px 15px 2px 15px;


}

#right {
  width:225px;
  padding:0px 10px 0px 15px;
  float:left;

}

#footer {
  background:green;
  height:20px;
  color:#ffffff;
  padding:4px 0px 0px 10px;
}

.clear {
	clear:both;
}

#left ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#left ul li a, #left ul li a:visited {
	display:block;
	border:2px solid #295c17;
	text-align:center;
	background:light blue;
	padding:2px;
	margin:2px;
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#menu0 dl a:visited {
	color:#32741c;

}
#menu0 dt {
	border:2px solid #295c17;
	text-align:center;
	background:light blue;
	padding:2px;
	margin:2px;
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#menu0 dd {
	font-weight:bold;
	background-color:  yellow;
	color: #000;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #888;
	margin: 0;
	padding: 1px 5px;
}

#menu0 a:visited {
	font-weight: bold;
	color:#32741c;
}

#left ul li a:hover {
	background:#429128;
}

#right h2 {
	margin:2px 0px 2px 0px;
}

#right ul {
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 15px;
}

#right a, #right a:visited {
	color:#1c5509;	
}

#page a, #page a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#163e09;
}

#page a:hover {
	text-decoration:underline;
}

#page p {
	text-align:justify;
	text-indent:2em;
	font-family:serif;
	font-size:16px;
	line-height:22px;
}

#page h1 {
	text-transform:uppercase;
	color:#1c430f;
	border-bottom:1px dotted #1c430f;
	font-family:serif;
	font-size:28px;
}

.autor {
	font-family:cursive;
	font-size:25px !important;
	font-style:italic;
	font-weight:bold;
}