

body {
margin: 0;
padding: 0;
color: #000000;
/*background: #F2F2F2 url(http://stat.webstudiouk.co.uk/30/bg-shadow.gif);*/
background: #ffffff;
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/30/bg-tile.gif);
margin: 0 auto;
}

#top {
background: url(http://stat.webstudiouk.co.uk/30/header.jpg);
height: 199px;
overflow: hidden;
}
#bottom {
background: url(http://stat.webstudiouk.co.uk/30/footer.jpg);
/*height: 48px;*/
overflow: hidden;
}
#top #pagetitle {
display: none;
}
#top #sitetitle {
position: absolute;
top: 135px;
left: 15px;
font-size: 24px;
color: #000000;
font-family: "Arial", sans-serif;
font-size: 28px;
font-style: italic;
}
#top #sitelogo {
display: block;
position: absolute;
top: -120px;
left: 7px;
}

#main {
float: right;
width: 630px;
/*background: url(http://stat.webstudiouk.co.uk/30/mainbg.gif);*/
background-repeat: no-repeat;
}
#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/30/navbtn.gif);*/
font-size: 12px;
margin-top: 2px;
padding-top: 1px;
padding-left: 20px;
color: #000000;
text-decoration: none;
background-repeat: no-repeat;
}
#navbar ul li a:hover {
background: url(http://stat.webstudiouk.co.uk/30/navbtn.gif);
background-position: middle left;
background-repeat: no-repeat;
}
#navbar ul li a.active {
font-weight: bold;
color: #000000;
}

#pageheader {
font-size: 1.4em;
font-weight: bold;
}

