

body {
margin: 0;
padding: 0;
color: #000000;
background: #ffffff url(http://stat.webstudiouk.co.uk/13/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/13/bg-tile.gif);
margin: 0 auto;
}

#top {
background: url(http://stat.webstudiouk.co.uk/13/header.jpg);
height: 163px;
overflow: hidden;
}
#bottom {
background: url(http://stat.webstudiouk.co.uk/13/footer.jpg);
/*height: 48px;*/
overflow: hidden;
}
#top #pagetitle {
display: none;
}
#top #sitetitle {
position: absolute;
top: 60px;
left: 35px;
font-size: 24px;
color: #ffffff;
font-family: "Arial", sans-serif;
font-size: 28px;
font-style: italic;
}
#top #sitelogo {
display: block;
position: absolute;
top: -30px;
}

#main {
float: right;
width: 634px;
}
#sidebar {
float: left;
width: 157px;
overflow: hidden;
}
#middleend, #pageend {
clear: both;
}
#page {
min-height: 400px;
}

#navbar h2 {
display: none;
}

#navbar ul, #navbar ul li {
margin: 0;
padding: 0;
list-style: none;
}
#navbar ul li a {
display: block;
background: url(http://stat.webstudiouk.co.uk/13/navbtn.gif);
height: 23px;
font-size: 12px;
padding-top: 7px;
padding-left: 10px;
color: #000000;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
}
#navbar ul li a.active {
font-weight: bold;
}

#pageheader {
font-size: 1.4em;
font-weight: bold;
}

