/* CSS Document - by www.tomaszlach.com */

body {
  margin:0;padding:0;
  background-color:#fff;color:#555;
  font-family:Tahoma, Arial, sans-serif;
  font-size:14px;
}

h1,h2 {
  color:#f90;
  font-weight:normal;
  margin:0 0 12px 0;
  font-size:24px;
  font-family: 'Trebuchet MS', Tahoma,sans-serif;
}
h2 {font-size:20px;margin:24px 0 6px 0; color:#69f;}

.clear {
  clear:both;
}
.center { text-align:center;}
.blue {color:#39c;}
.orange {color:#f90;}
h3 {margin:27px 0 9px 0;}

p {margin:0;}
.content {line-height:20px;}
#side-content {font-size:13px; line-height:18px;}
.mbottom-1 {margin-bottom:12px;}
#top {
  margin:auto; margin-top:12px; width:800px;
}

#menu {
  width:776px;
  height:33px;
  padding:18px 0px 6px 24px ;
  margin:auto;
  background-image:url('../img/menu-bg.jpg');
  background-repeat:no-repeat;
}

#menu ul, li {margin:0;padding:0;list-style:none;}
#menu li {
  float:left; 
  margin:6px 12px;
  padding:2px 0 0 12px;
  background-image:url('../img/arrow.gif');
  background-repeat:no-repeat;
  background-position: 0px 7px;
  font-size:16px;
}
#menu a {color:#fff;text-decoration:none;}
#menu a:hover {text-decoration:underline;}
#main {
  margin:18px auto; width:800px;
  margin-bottom:3px;
  background-image:url('../img/bg-bottom.gif');
  background-repeat:no-repeat;
  background-position:bottom;
  padding-bottom:24px;
}

#content { 
  padding:0 24px 18px 24px;
}
#content #main-content { float:left; width:420px;}
#content #side {
  width:250px;
  padding:12px 12px 18px 24px;
  float:right;
  border:1px #e6e6e6 solid;
  margin-left:32px;
}
.lista {list-style-type:square;padding:6px;}
li {margin-bottom:9px;}

#footer {font-size:11px; color:#999; width:790px; margin:auto;margin-bottom:18px;}
#footer a{color:#69f;}
