body {
	background-color: #fff;
  font-family: "Trebuchet MS", Verdana, serif;
}
#container {
  margin: 0 auto;
	width: 900px;
}
#main_content {
	margin: 50px auto;
	width: 100%;
}
#accordion h3{
  background-color: #ddd;
 	-webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;

  -khtml-border-radius-topleft:5px;
  -khtml-border-radius-topright:5px;
  -khtml-border-radius-bottomleft:5px;
  -khtml-border-radius-bottomright:5px;

  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;

}
#accordion a{
  margin-left: 15px;
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto;
	background-color: #6ff;
	
	-webkit-border-top-left-radius:15px;
  -webkit-border-top-right-radius:15px;
  -webkit-border-bottom-left-radius:15px;
  -webkit-border-bottom-right-radius:15px;

  -khtml-border-radius-topleft:15px;
  -khtml-border-radius-topright:15px;
  -khtml-border-radius-bottomleft:15px;
  -khtml-border-radius-bottomright:15px;

  -moz-border-radius-topleft:15px;
  -moz-border-radius-topright:15px;
  -moz-border-radius-bottomleft:15px;
  -moz-border-radius-bottomright:15px;
}
#header {
	background-color: #6ff;

	-webkit-border-top-left-radius:15px;
  -webkit-border-top-right-radius:15px;
  -webkit-border-bottom-left-radius:15px;
  -webkit-border-bottom-right-radius:15px;

  -khtml-border-radius-topleft:15px;
  -khtml-border-radius-topright:15px;
  -khtml-border-radius-bottomleft:15px;
  -khtml-border-radius-bottomright:15px;

  -moz-border-radius-topleft:15px;
  -moz-border-radius-topright:15px;
  -moz-border-radius-bottomleft:15px;
  -moz-border-radius-bottomright:15px;
}

.content {
  float: left;
	width: 500px;
	text-align: justify;
	padding: 30px 30px 100px 60px;
	font-size: 12px;
	background-color: #6ff;
	
	-webkit-border-top-left-radius:15px;
  -webkit-border-top-right-radius:15px;
  -webkit-border-bottom-left-radius:15px;
  -webkit-border-bottom-right-radius:15px;

  -khtml-border-radius-topleft:15px;
  -khtml-border-radius-topright:15px;
  -khtml-border-radius-bottomleft:15px;
  -khtml-border-radius-bottomright:15px;

  -moz-border-radius-topleft:15px;
  -moz-border-radius-topright:15px;
  -moz-border-radius-bottomleft:15px;
  -moz-border-radius-bottomright:15px;
}
.menu {
  width: 200px;
	float: right;
	text-align: center;
	padding: 30px 20px 0 20px;
	font-size: 20px;
	
	background-color: #6ff;
	
	-webkit-border-top-left-radius:15px;
  -webkit-border-top-right-radius:15px;
  -webkit-border-bottom-left-radius:15px;
  -webkit-border-bottom-right-radius:15px;

  -khtml-border-radius-topleft:15px;
  -khtml-border-radius-topright:15px;
  -khtml-border-radius-bottomleft:15px;
  -khtml-border-radius-bottomright:15px;

  -moz-border-radius-topleft:15px;
  -moz-border-radius-topright:15px;
  -moz-border-radius-bottomleft:15px;
  -moz-border-radius-bottomright:15px;
}
li {
	list-style-image: url("images/star.png");
}
h1 {
	margin: 15px 0 15px 100px;
	padding: 5px 0 5px 0;
	font-size: 28px;
	font-weight: bold;
	color: #900;
}
h2 {
  margin-left: 20px;
  margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #900;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
a {
	color: #900;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
	color: #000;
  font-weight: bold;
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
img {
  border: none;
}
img.foto {
  margin: 2px;
}
/* tables */
table.tablesorter {
  font-family: "Trebuchet MS", Verdana, serif;
  border-style: none;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border-style: none;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
