* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 1em;
    background: 0 0 #dadad9 url(images/background2.gif) repeat-x;
}

#wrapper {
    position: relative;
    margin: 0 auto 0 auto;
    width: 752px;
}

#global {
    position: relative;
    height: 36px;
}

#header {
    position: relative;
    height: 144px;
    background: url(images/header-logo.gif);
}

#navigation {
    position: relative;
    height: 29px;
    /* border-left: 1px solid white; border-right: 1px solid white; */
}

#content {
    position: relative;
    margin-top: 10px;
    height: 536px;
    /*
    background: url(images/bertie.jpg);
    background: url(images/carla.jpg);
    background: url(images/chris.jpg);
    background: url(images/diana.jpg);
    background: url(images/roland.jpg);
    background: url(images/kathy.jpg);
    background: url(images/tony.jpg);
    background: url(images/marsha.jpg);
    background: url(images/lampard2.jpg); 
    background: url(images/alison.jpg);
    */
}

#navigation ul {
    padding-top: 2px;
}

#navigation ul li {
    display: inline;
    list-style-type: none;
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    margin-right: 26px;
}

#navigation ul li a { color:#ffffff; text-decoration: none; }
#navigation ul li a:hover { color:#ffffff; text-decoration: underline; }


#global ul {
    float: right;
    padding-top: 2px;
}

#global ul li {
    display: inline;
    list-style-type: none;
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    margin-left: 6px;
}

#global ul li a { color:#000000; text-decoration: none; }
#global ul li a:hover { color:#000000; text-decoration: underline; }

#points {
    position: absolute;
    top: 186px;
    left: 16px;
    width: 371px;
    height: 151px;
    font-family: sans-serif;
    font-size: .8em;
}

#points a {
    color: blue;
}

#points ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /* list-style-image: url(images/a-logo.gif); */
    list-style-type: none;
}
#points ul li {
    background-image: url(images/a-logo.gif);
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 43px;
    height: 50px;
}

#message {
    position: absolute;
    width: 278px;
    height: 129px;
    top: 20px;
    left: 16px;
    background: #e5e5e5;
}

#block1, #block2, #block3 {
    position: absolute;
    padding: 10px 5px 5px 15px;
    width: 204px;
    height: 65px;
    background: #e6e6e6;
    border: 4px solid #c8c8c8;
    top: 404px;
    font-size: .8em;
    font-family: sans-serif;
}

#block1 img, #block2 img, #block3 img {
    float: left;
    padding-right: 5px;
}

#block1 { left:   5px;}
#block2 { left: 256px;}
#block3 { left: 505px;}

#footer {
    padding: 3px 0px 3px 0px;
    width: 752px;
    font: .6em sans-serif;
    color: #000000;
    text-align: center;
    line-height: 1.4em;
}

#footer a { 
    text-decoration: underline; 
    color: #000000; 
}

#footer a:hover { 
    text-decoration: none; 
}






















