body
{
    font-family: Verdana;
    background-color: #eef1f4;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
}

div#container
{
	width: 600px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
        background-color: #ffffff;
        border-left: 1px solid #555;
        border-right: 1px solid #555;
        border-bottom: 1px solid #555;
}

div#content
{
    background: #ffffff url('/images/background.jpg') no-repeat top right;
    padding-left: 25px;
    padding-top: 35px;
    padding-right: 25px;
    
}

div#copyright
{
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #555;
    margin-top: 15px;
    margin-bottom: 5px;
}


h1
{
    font-family: Verdana;
    font-size: 18px;
    font-weight: normal;
}

h2
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
}

img
{
    border: 0;
}

a
{
    font-weight: bold;
    text-decoration: underline;
    color: #555;
}
