body
{
  margin:0px;
  font-family:arial,helvetica,sans-serif;
  font-size:83%;
  height:100%;
}
#main
{
  width:800px;
  margin:0px auto;
  height:100%;
}
#header
{
  height:25px;
  padding:25px;
  background:#1b5790;
  color:#fff;
  font-size:133%;
}
#left
{
  width:150px;
  float:left;
  background:#fff19a;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:350px;
  padding-top:20px;
}
#content
{
  width:600px;
  float:right;
  padding-left:25px;
}

.links
{
  width:40%;
  float:left;
}

.news
{
  width:40%;
  float:left;
}
#left a
{
  text-decoration:underline;
  line-height:150%;
}

#content a
{
  text-decoration:none;
  font-size:90%;
  font-weight:bold;
}
#content h1
{
  font-size:150%;
  display:inline;
}

#header h2
{
  display:inline;
  font-size:160%;
}

#header h2 a
{
  color:white;
  text-decoration:none;
}
