body {
        background: #ccc url('../images/background.gif') repeat-y 50% 0;
        margin: 0;
        font-size: 0.75em;
}

#wrapper {
        text-align: left;
        margin: 0px auto;
        padding: 0px;
        border:0;
        width: 800px;
        font-family: Arial, Verdana, Sans-serif;
}

#header {
   height:105px;
   background-image:url('../images/header.gif');
}

#navigation {
        float: left;
        width: 200px;
}

#navigation ul li {
   list-style: none;
   margin: 0;
   padding: 5px;
   font-size: 1em;
}

#navigation ul a:link {
     color: #ef2b2d;
     text-decoration:none;
}

#navigation ul a:visited {
     color: #ef2b2d;
     text-decoration:none;
}

#navigation ul a:hover {
     color: #ef2b2d;
     text-decoration:none;
     font-weight: bold;
}

#navigation ul a:active {
     color: #ef2b2d;
     text-decoration:none;
}

#content {
        margin: 0;
        float: left;
        width: 600px;
        height: 1% /* Holly hack for Peekaboo Bug */
}

.special {
     color: #ef2b2d;
}


p {
        margin-left: 10px;
}

h1 {
   margin-left: 10px;
   font-size: 2em;
   font-weight: normal;
}

ul { margin-left: 0.5em; padding-left: 0.5em; }

ul li {
     margin-left: 1.5em;
     padding: 0;
}

img {
         border-width: 0;
}


a:link {
     color: #ef2b2d;
     text-decoration:none;
}

a:visited {
     color: #ef2b2d;
     text-decoration:none;
}

a:hover {
     color: #ef2b2d;
     text-decoration:none;
}

a:active {
     color: #ef2b2d;
     text-decoration:none;
}
