body {
text-align: center;
margin: auto;
font-family: Arial;
}
body, h1, ul, li 
{
    margin: 0; 
    padding: 0; 
    border: 0;
	height: 100%;
	background: #b9def5;
}
#contain {
margin: auto;
width: 720px;
text-align: center;
background: url('art/bg.png');
}
#contain:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#logo {
background: #b9def5;
margin-bottom: 0px;
padding: 0px;
height: 214px;
}
#main {
margin-top: 0px;
padding: 0px;
}
#leftbar {
width: 220px;
float: left;
margin-left: 0px;
margin-top: 10px;
margin-right: 10px;
height: 100%;
padding: 0px;
}
#rightbar-top {
margin-top: 2px;
width: 470px;
float: left;
margin-bottom: 0px;
padding: 0px 0px 0px 0px;
// !!! IE7
vertical-align: bottom;
}
#rightbar-bot {
width: 470px;
float: right;
margin-right: 20px;
padding: 0px 0px 0px 0px;
margin-top: 0px;
text-align: right;
// !!! IE7
vertical-align: bottom;
}
#rightbar {
vertical-align: bottom;
width: 450px;
float: left;
margin-left: 0px;
margin-top: -5px;
margin-bottom: -8px;
background: #5cade1;
padding: 0px 10px 0px 10px;
text-align: left;
font-family: Arial;
font-size: 10pt;
color: #131333;
}
#nav {
text-align: left;
font-size: 12pt;
font-family: Arial;
font-weight: Bold;
text-decoration: none;
}
#nav ul {
list-style: none;
margin-left: 20px;
margin-right: 0px;
padding: 0px;
background: url('art/bg.png');
}
#nav li {
display: block;
margin-bottom: 12px;
margin-left: 0px;
padding: 0px;
background: url('art/bg.png');
}
#nav a:link, #nav a:visited {
background: #5cade1;
width: 170px;
padding-left: 15px;
padding-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
color: #131333;
border: 2px solid #131333;
/* IMPORTANT */
display: block;
text-decoration: none;
}
#nav a:hover {
color: #14377d;
background: #ffffff;
}
#bottom {
margin-top: 10px;
float: left;
height: 66px;
}
#bottom-text {
font-family: Verdana;
font-size: 8pt;
font-weight: bold;
color: #ffffff;
float: right;
margin-right: 30px;
position: relative;
bottom: 25px;
}
.box {
background: #131333;
color: #ffffff;
font-weight: Bold;
width: 90%;
padding: 12px;
font-size: 14pt;
text-align: center;
}
.heading {
font-size: 14pt;
font-family: Arial;
font-weight: bold;
}
.subheading {
font-size: 12pt;
font-family: Arial;
font-weight: bold;
}
.small {
font-size: 8pt;
font-weight: Bold;
}
#rightbar ul {
background: none;
margin-left: 20px;
width: 90%;
}
#rightbar li {
background: none;
margin-bottom: 5px;
}
a:link {
color: #154C09;
}
a:hover {
color: #131333;
}
.centre {
text-align: center;
}
