body {
    background:url('images/page-bg.png');
    font-family: Arial, Helvetica, Sans-serif;
    }

#wrapper {
    width:775px;
    background:url('images/content-bg.png');
    background-repeat:repeat-y;
    }

#top-left {
    float:left;
    background:url('images/top-left.png');
    width:260px;
    height:445px;
    }

#top-right {
    float:right;
    background:url('images/top-right.png');
    width:515px;
    height:107px;
    }

#navigation {
    margin:20px;
    text-align:center;
    font-size:16px;
    }

#navigation ul, #navigation ul li{
    list-style-type:none;
    padding:0px;
    margin:0px;
    display:inline;
    }

#content {
    margin-left:260px;
    margin-right:20px;
    }

#bottom {
    background:url('images/bottom.png');
    width:775px;
    height:285px;
    clear:both;
    }

#navigation a, #navigation a:visited {
    text-decoration:none;
    padding:5px 5px 50px 5px;
    }

#navigation a:hover {
    text-decoration:underline;
    color:#fff;
    background:#001270;
    }

h1 {
    color:#001270;
    margin-top:20px;
    display:inline;
    }

p {
    margin-top:0px;
    }

a, a:visited {
    font-weight:bold;
    color:#001270;
    }

