#indice {
	width: 440px;
	margin: 0 auto;
	font-family: "Trebuchet MS", "Bitstream Vera Sans";

}

#indice h1 {
	color: #777777;
	font-size: 18px;
	font-weight: normal;
	border-bottom: #B8CFD5 solid 1px;
	margin-bottom: -10px;
}

#indice h2 {
	color: #557641;
	font-size: 24px;
	font-style: italic;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

#indice ul {
	border: #B8CFD5 solid 1px;
	color: #777777;
	font-weight: bold;
	list-style: none;
	list-style-image: none;
	list-style-position: inside;
	margin: 0px;
	padding: 14px;
}

#indice li {
	padding-left: 25px;
	margin: 0px;
	background-image: url(../img/ul_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}

#top {
	height: 50px;
}
