body 
{
    text-align:center; /* not required for later browser, but ensures centered content for earlier browsers */
    font-family:Arial;
    font-size:85%;
    margin:5px 0px 0px 0px;
    padding:0px;
}

div
{
    margin-bottom:10px;
}

ul
{
    list-style:none;
}

img
{
    margin-left:20px;
}

a
{
    white-space:nowrap;
}

strong
{
    color:#555;
}

h1
{
    font-size:3em;
    font-weight:normal;
    text-align:center;
}

h3
{
    margin-bottom:5px;
}

h4
{
    font-size:1em;
    margin-bottom:5px;
}


#container
{
    margin:auto; /* to center site */
    width:960px;
    text-align:left; /* to undo "backwards compatibility" center */
}

#header
{
    font-size:3em;
    text-align:center;
    height:60px;
}

#content
{
}

#left
{
    text-align:center;
}

#right
{
    width:480px;
    text-align:center;
    float:right;
}