body {
 background: url('background.gif') left top repeat;
 color: black;
 font: 15px Tahoma, sans-serif;
 margin: 0;
 padding: 0;
 text-align: center;
}
div#lista {
background-color: 000000;
padding: 5px 0px 5px 2px;
font-size: 12px;
text-align: left;
font-weight: bold;
color: white;
}
div#lista a{
color: white;
padding: 5px 2px 0px 0px;
text-decoration: none;
}
div#lista img{
border: 0px;
width: 11px;
height: 11px;
padding: 1px 5px 0px 0px;
}

div#container {
 background: white;
 margin: 0 auto;
 text-align: left;
 width: 826px;
}
div#head {
 background: url('header.png') left top no-repeat;
 height: 148px;
 margin: 0;
 padding: 0;
 width: 826px;
}
h1 {
font-size:17px;
}
h2 {
 font-size:17px;
}
h1 span {
 display: none;
}
ul#menu {
 list-style: none;
 margin: 0 1px;
 padding: 0;
}
ul#menu li {
 float: left;
 height: 31px;
 margin: 0;
 padding: 0;
 width: 20%;
}
ul#menu li a {
 background: url('menu-background.gif') left top repeat-x #eb1a66;
 color: white;
 display: block;
 font-size: 12px;
 font-weight: bold;
 line-height: 17px;
 padding: 7px 0;
 text-align: center;
 text-decoration: none;
}
ul#menu li a:hover, ul#menu li a.active {
 background: url('menu-background-hover.gif') left top repeat-x #c6c6c6;
 color: black;
 text-decoration: underline;
}
div.clear {
 clear: both;
 font-size: 1px;
 height: 1px;
 line-height: 1px;
 margin: 0;
 padding: 0;
 width: 100%;
}
div#content {
 margin: 14px 11px;
 width: 551px;
}
div#content h2#welcome {
 background: url('welcome.gif') 10px 10px no-repeat #3b3a39;
 height: 28px;
 margin: 0;
 padding: 0;
}
div#content h2#welcome span {
 display: none;
}
div#content h3 {
 color: #eb1a66;
 font-size: 16px;
}
div#content h4 {
 color: #eb1a66;
 font-size: 15px;
}
div#content p {
 color: #aeadad;
 text-align: center;
 margin: 10px 0;
}
div#content p a {
 color: #6a6868;
 text-decoration: none;
}
div#content p a:hover {
 color: #6a6868;
 text-decoration: underline;
}
div#content p.dark {
 background: #3b3a39;
 color: white;
 margin: 0px;
 padding: 10px;
}
div#content p.dark a {
 color: #b9b9b9;
 text-decoration: none;
}
div#content p.dark a:hover {
 color: #b9b9b9;
 text-decoration: underline;
}
div#right {
 border: 1px solid #eaeaea;
 float: right;
 margin: 14px 11px 14px 0;
 width: 240px;
 }
div#right p {
 margin: 5px;
}
div#right p a {
 color: #6a6868;
 text-decoration: none;
}
div#right p a:hover {
 color: #6a6868;
 text-decoration: underline;
}
div#footer {
 background: #3b3a39;
 font-size: 11px;
 padding: 1px;
}
div#footer p {
 color: white;
 margin-top: 7px;
 text-align: center;
}
div#footer p a {
 color: #b9b9b9;
 text-decoration: none;
}
div#footer p a:hover {
 color: #b9b9b9;
 text-decoration: underline;
}
div#footer ul {
 display: block;
 list-style: none;
 margin: 0 auto;
 padding: 0;
}
div#footer ul li {
 display: inline;
 margin: 0;
 padding: 0 10px;
}
div#footer ul li a {
 color: #b9b9b9;
 text-decoration: none;
}
div#footer ul li a:hover {
 color: #eb1a66;
 text-decoration: underline;
}
