body {
    background-image:url(../gfx/bg.gif);
    background-repeat:repeat-y;
    background-position:center;
    text-align:center;
    font-family:Lucida Console;
    font-size:12px;
}
img {
    border:0px;
}
a:link, a:active, a:visited {
    color:#f00;
}
div#root {
    margin:auto;
}
div#content {
    width:700px;
    margin:auto;
}
div#text {
    background-color:white;
}
div#top {
    background-image:url(../gfx/top-edge.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    height:48px;
}
div#bottom {
    background-image:url(../gfx/bottom-edge.gif);
    background-repeat:no-repeat;
    background-position:top;
    height:61px;
    clear:both;
}
div#edges {  
    background-image:url(../gfx/content-edges.gif);
    background-repeat:repeat-y;
    background-position:top;
}
div#text {  
    text-align:left;
    padding:0px 12px;
    background-color:white;
    width:620px;
    margin:auto;
    margin-top:0px;
}
div#text p, h2, h3, ul {
    margin:0px;
    padding-bottom:12px;
}
ul#nav {
    width:600px;
    margin:auto;
    padding:0px;
    line-height:0px;
}
ul#nav li {
    margin:0px;
    display:inline;
    list-style-type:none;
    padding:0px;
}
h1 {
    margin:0px;
}
ul.horizontal  li {
    display:inline;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.lfloat {
    float:left;
}
.rfloat {
    float:right;
}
.centre {
    text-align:center;
}
ul {
    padding-left:35px;
}