body {
        background:#fff;
        color:#777;
        font-family:"Trebuchet MS",arial,sans-serif;
        font-size:62.5%;
}

a {
  color:#33c;
  text-decoration:none;
}
a:hover {
  color:#c33;
  background-color:#ccf;
}

#container {
        border-right:#333 double 3px;
        width:720px;
        margin:auto;
}

#header {
/*      height:150px;
        min-height:150px;*/
        width:275px;
        float:left;
}

#header img {
        border:0px;
}

#menu {
        text-align:right;
/*      margin:10px 10px 10px auto; */
        clear:none;
}

#menu {
        margin:0 10px 0 0;
        padding:30px 0 0 0;
}

#menu li {
        margin:0 3px 0 0;
        padding:0;
        list-style:none;
        display:inline;
}

#menu li a {
        padding:5px 5px 2px 5px;
        margin:0 1px 0 1px;
        color:#66c;
        text-decoration:none;
        font-weight:bold;
        border-bottom:1px solid #c66;
}

#menu li a:hover {
        color:#c66;
        border-bottom:1px solid #66c;
        background-color:#ccf;
}

#lateral {
        border-right:1px solid #333;
        width:250px;
        float:left;
        clear:left;
}
#lateral h2 {
        font-size:14px;
        font-variant:small-caps;
        color:#333;
        border-bottom:1px solid #f99;
        text-align:right;
        padding-right:3px;
}
#lateral h3 {
  font-size:12px;
  color:#33c;
}

#maincontent {
        float:right;
        width:460px;
        margin:10px 0 10px 0;
        padding:0px;
        text-align:justify;
        text-indent:0.5cm;
        line-height:1.8em;
}

#maincontent H1 {
  display:block;
  margin:15px 0 5px 10px;
  padding:0;
  font-family:"Trebuchet MS",arial,sans-serif;
  font-size:1.2em;
  color:#33c;
  border-color:#c66;
  border-style:solid;
  border-width:0 0 1px 0;
}

#maincontent img {
  margin:3px;
}
code {
  border:1px solid #c66;
  background-color:#ccf;
  color:#66d;
  display:block;
  margin:10px;
  padding:10px;
}
#footer {
        font-size:9px;
        color:#ddd;
        clear:both;
        text-align:center;
        margin-top:3px;
        padding-top:3px;
        border-top:1px solid #333;
}
#footer a {
        text-decoration:none;
        color:#99c;
}
#footer a:hover {
        color:#66d;
}

