div#header {
	   padding: 1em;
	   padding-bottom: 0;
	   background-color: #aa0000;
	   background-image: url(../images/header_gradient.png);
	   border-bottom: 1px solid #FFFFFF;
	   height: 150px;
	   margin-bottom: 1em;
}

div#header h1 {
	   width: 267px;
	   height: 150px;
	   background-image: url(../images/balloon.png);
	   float: left;
}

div#header h1 span {
	   display: none;
}

div#header #clock {
	   float: right;
	   background-image: url(../images/clockface.png);
	   background-repeat: no-repeat;
	   background-position: center center;
	   width: 140px;
	   height: 140px;
}


div#header p#slogan {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    color: #db7d7d;
    text-align: left;
    font-size: 2em;
    margin-top: 20px;
}

div#menu {
	   border-bottom: 1px solid #FFFFFF;
	   margin-bottom: 10px;
	   padding-top: 5px;
	   padding-bottom: 5px;
}

div#main {
	 margin: 0 auto;
	 width: 960px;
	 background-color: #DBDBDB;
}

div#left, div#right {
	width: 320px;
    margin-bottom: 2em;
}

div#left {
	 float: left;
}

div#right {
	  float: right;
	  clear: right;
	  margin-top: 320px;
}

div#middle {
	   margin-left: 320px;
	   margin-right: 320px;
}

div#featured {
	 margin-right: -320px;
	 height: 320px;
	 width: 640px;
	 background-image: url(../images/koala.png);
}


.i3 {
background-color: white;
min-height: 200px;
}


table.scores {
    width: 100%;
}

table.scores td {
    padding: 2px;
    padding-bottom: 1em;
}

table.scores td.leftteam {
    text-align: right;
}


div#footer {
    clear: both;
    margin-top: 2em;
    text-align: center;
    font-size: 0.8em;
}