@charset "UTF-8";
/* CSS Document */

html * {
padding: 0;
margin: 0;
border: 0;
background-color: transparent;
margin: 0 auto;
}
body {
margin: 0 auto;
background-color: #000;
font: "Lucida Grande", "Arial Unicode MS", sans-serif;
font-size: 100.1%;
}

/* ----------------- Structure ---------------------- */

#wrapperOuter {
margin: 0 auto;
width: 999px;
}
#header { 
height: 236px;
width: 999px;
background-image: url(images/header.jpg);
}
#wrapperBody {
float: left;
width: 999px;
}
#left {
float: left;
height: 564px;
width: 264px;
}
.left1 {
float: left;
height: 564px;
width: 40px;
background-image: url(images/left1.jpg);
}
#navigation {
float: left;
height: 564px;
width: 178px;
}
.navhead {
height: 58px;
width: 178px;
background-image: url(images/nav1.jpg);
}
.navbutton {
height: 46px;
width: 178px;
}
.navbase {
height: 230px;
width: 178px;
background-image: url(images/nav8.jpg);
}
.donate {
float: center;
padding-top: 30px;
}
.left2 {
float: left;
height: 564px;
width: 46px;
background-image: url(images/left2.jpg);
}
#content {
overflow: none;
float: left;
min-height: 564px;
width: 620px;
background-color: #fff;
}
.updates {
border-bottom-color: #ccc;
border-bottom-style: solid;
border-bottom-width: 1px;
padding: 20px 0 20px 0;
}
.body {
padding: 10px 20px 30px 30px;
}
.tonganav {
height: 58px;
left-padding: 30px;
}
#rightCol {
float: left;
height: 564px;
width: 115px;
background-image: url(images/right.jpg);
}

img.updates {
height: 120px;
width: 160px;
padding: 0 10px 0 10px;
border: none;
}
img.team {
height: 389px;
width: 500px;
border: none;
}

p.date{
text-align: right;
font-size: 90%;
font-style: italic;
}