body {
margin: 0px;
padding: 0px;
background-color: #999;
}

#container {
position: relative;
width: 960px;
padding: 0px;
margin: 0px auto;
background-color: #922c46;
}

#top {
position: relative;
width: 960px;
height: 230px;
margin: 0px auto;
padding: 0px;
background-image: url(../images/tile_header.gif);
background-repeat: repeat-x;
background-color: #fff;
}

#logo {
position: absolute;
top: 0px;
left: 0px;
width: 244px;
height: 80px;
background-image: url(../images/thunder_bay_hydro.png);
background-repeat: no-repeat;
z-index: 3;
}

#topnav {
position: absolute;
width: 960px;
height: 26px;
top: 45px;
padding: 0px;
background-color: #ccc;
z-index: 1;
}

#header {
position: absolute;
overflow: hidden;
top: 85px;
left: 0px;
width: 960px;
margin: 0px;
padding: 0px;
height: 140px;
}

#body {
width: 960px;
margin: 0px;
padding: 0px;
background-image: url(../images/tile_main.gif);
background-repeat: repeat-x;
background-color: #731a2c;
}

#left {
position: relative;
width: 210px;
margin: 0px;
padding: 0px;
float: left;
}

#right {
position: relative;
width: 730px;
margin: 0px;
padding: 0px;
float: left;
}

#left {
width: 210px;
margin: 25px 0px;
padding: 0px;
list-style-type: none;
float: left;
z-index: 1;
}

#main {
position: relative;
width: 730px;
margin: 15px 0px;
padding: 0px;
}

#content_container {
position: relative;
width: 730px;
margin: 0px;
padding: 0px;
background-image: url(../images/tile_content.gif);
background-repeat: repeat-y;
background-color: #fff;
}

#main_top {
width: 730px;
height: 10px;
margin: 0px;
padding: 0px;
background-image: url(../images/img_content_top.png);
background-repeat: no-repeat;
overflow: hidden;
}

#main_bottom {
width: 730px;
height: 10px;
margin: 0px;
padding: 0px;
background-image: url(../images/img_content_bottom.png);
background-repeat: no-repeat;
clear: both;
overflow: hidden;
}

#content {
position: relative;
width: 460px;
margin: 12px 35px 0px;
padding: 0px;
float: left;
}

#sidebar {
position: relative;
width: 180px;
margin: 0px 10px;
padding: 0px;
float: left;
text-align: center;
}

#sidebar a img{
text-align: center;
margin: 10px 0px;
border: none;
}

#buttons {
cursor: default;
vertical-align: bottom;
margin: 0px 0px 12px;
}

#buttons a {
margin: 0px 2px;
border: 0px;
}

#footer {
position: relative;
margin: 10px auto 0px;
width: 960px;
}

#footer table {
margin: 0px auto;
}

#footer table img {
margin: 1px 5px 0px 0px;
}

.clear {
clear: both;
}

