body
{
   margin : 0;
   padding : 50px;
   text-align: center;
}

.hidden {display: none;}
.visible {display: inline;}

#header
{
   margin : 0 auto;
}

#body
{
  width : 760px;
  color : #30303;
  font-family : Verdana;
  margin : 0 auto;
}

.left
{
  float : left;
  margin-right : 25px;
}

.right
{
  text-align : left;
  margin-left : 25px;
}

.list
{
  height : 350px;
}

ul
{
  list-style-type:none;
}


a.ul 
{
  text-decoration : none;
  color : #303030;
}

p
{
  clear : both;
}

a.li, #me, #contact, #forums
{
  text-decoration : none;
  text-indent : 15px;
  font-size : 12px;
  color : grey;
}

#footer
{
  font-size : 10px;
  font-family : Verdana;
  margin : 0 auto;
}
