* {
    margin:0;
    padding:0;
}

body {
    font-family:helvetica, arial, san-serif;
    background:#0033cc;
}

p {
    font-size:14px;
    margin: 1em 0 0.5em 0;
}

h1 {
    font-size:28px;
    font-family:times, serif;
    margin-top:45px;
    color:black;
}

h2 {
    font-size:21px;
    color:red;
    margin:18px 0 3px 0;
}

div#container {
    width:720px;
    min-height:600px;
    background:white;
    background:white url('images/bkg.jpg') no-repeat left top;
    margin:18px auto 9px auto;
    border: solid black;
    border-width: thin medium medium thin;
}

div#innerCont {
    padding:9px 16px 16px 16px;
}

div#listings {
    padding: 104px 0 0 24px;
}

div#listings p {
    margin-left: 24px;
    font-size: 16px;
    font-weight: bold;
}

div#listings a {
    font-weight: bold;
}

div#listings a:hover {
    color: red;
}

div#bottom p {
    font-weight: bold;
}

