html, body {
        margin: 0;
        font-size: 100.1%;
        }
#container {
        width: 728px;
        margin: 0 auto;
        }
#header {
        width: 100%;
        height: 100%;
        }
#content {
        float: left;
        width: 78%;
        }
#right {
        float: right;
        width: 20%;
        }
#footer {
        width: 728px;
        clear: both;
        text-align: center;
        padding: 5px 0;
        color: #fff;
        background: #666;
        }
#footer a {
        color: #F9F9F9;
        text-decoration: none;
        }
#footer a:hover {
        color: #FFFF00;
        }
.sitetitle
           {
            font-size:1.56em;
            color:#d20255;
            font-weight:bold;
            text-align:center;
           }
.title {
        font-size:18px;
        font-weight:bold;
        color:#d20255;
        letter-spacing: 0.4em;
        align:center;
        background:#F9F9F9;
        margin-top:5px;
        border-top: 1px solid #888888;
        border-bottom: 1px solid #888888;
        text-align: center;

       }


/* Sidebar */

#sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
        }

#sidebar li a {
        font-weight: bold;
        font-size: 16px;
        color: #666;
        text-align: center;
        text-decoration: none;

        }
#sidebar li a:hover {
        color: #d20255;

        }

/* Additional styles */
p {
        padding: 10px;
        margin: 0;
        }
img {
        border: 0;
        }
h1 {
        display: none;
        }
a {
        color: #888888;
        text-decoration: none;
        }
a:hover {
        color: #d20255;
        }
hr {
    text-align: center;
    color: #888888;
    background-color: #888888;

    width: 80%;
   }
table {
        text-align: center;
        }
tr {

        }
td {
        margin:10px;
        }
