p
{
    text-align: justify;
}

html
{
    font-family: Verdana, sans-serf;
    font-size: small;
}

/*
  Div usage based on tutorial at
  http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/
  */

#wrap
{
    width:802px;
    margin:0 auto;
    background:#99c;
}

#header
{
    background:#ddd;
}

#main
{
    margin: 10 auto;
    float:right;
    width:500px;
}

#sidebar
{
    float:left;
    width:250px;
}

#announcement
{
    border: solid;
    text-align: center;
}
