@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #44000B;
	margin: 0px;
}
#container {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	height: 100%;
}
#list-menu {
	width: 180px; /* this width value is also effected by the padding set on the links.	*/
	padding-left: 5px;
	margin-left: 5px;
}

#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#list-menu li {
	margin: 2px 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-color: #913813;
	border-right-color: #913813;
	border-bottom-color: #913813;
	border-left-color: #913813;
}

#list-menu a {
	display: block;
	width:155px;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #FFE3AA;
	border: 1px solid #913813;
}

#list-menu a:hover {
	background: #d2af78;
	color: #300;
	font-weight: bold;
}

#textos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #600;
	text-decoration: none;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.white12 {
	font-size: 12px;
	color: #FFF;
}
.links {
	color: #F30;
	text-decoration: none;
}

