


body {
margin: 0;
padding: 0;
color: #000000;
background: #ffffff url(http://stat.webstudiouk.co.uk/15/bg-shadow.gif);
background-position: center;
background-repeat: repeat-y;
font-size: 12px;
font-family: "Arial", sans-serif;
}

#pagecontainer {
position: relative;
width: 800px;
background: url(http://stat.webstudiouk.co.uk/15/bg-tile.gif);
margin: 0 auto;
}

#top {
background: url(http://stat.webstudiouk.co.uk/15/header.jpg);
height: 157px;
overflow: hidden;
}
#bottom {
background: url(http://stat.webstudiouk.co.uk/15/footer.jpg) #ffffff;
background-repeat: no-repeat;
height: 92px;
position: relative;
}
#top #pagetitle {
display: none;
}
#top #sitetitle {
position: absolute;
top: 27px;
left: 35px;
font-size: 24px;
color: #ffffff;
font-family: "Arial", sans-serif;
font-size: 28px;
}


#main {
float: right;
width: 625px;
}
#sidebar {
float: left;
width: 154px;
overflow: hidden;
}
#middleend, #pageend {
clear: both;
}
#page {
min-height: 400px;
padding: 10px;
margin-right: 18px;
}

#navbar h2 {
display: none;
}

#navbar {
width: 146px;
margin-left: auto;
margin-right 0;
overflow: hidden;
}
#navbar ul, #navbar ul li {
margin: 0;
padding: 0;
list-style: none;
}
#navbar ul li a {
display: block;
background: none;
font-size: 12px;
padding-top: 0;
padding-left: 20px;
color: #000000;
text-decoration: none;
background-repeat: no-repeat;
margin-bottom: 0.5em;
}
#navbar ul li a.active {
font-weight: bold;
background: url(http://stat.webstudiouk.co.uk/15/navbtn.gif);
background-repeat: no-repeat;
background-position: middle left;
}

#pageheader {
font-size: 1.4em;
font-weight: bold;
padding: 10px;
}


