/* Advent 2004 stylesheet */
body {
	margin: 0px;
	padding: 0px 0px 12px;
	background-image: url(images/bg01.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
/* Link styles */
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Section styles */
div#main {
	width: 760px;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
	/* Centre page */
	position: absolute;
	left: 50%;
	margin-left: -380px;
}
div#header {
	margin: 0px;
	padding: 0px;
	clear: both;
	/*height: 94px;*/
}
div#headerPic {
	height: 60px;
	width: 760px;
}
div#headerPic h1 {
	display: none;
}
div#content {
	margin: 0px;
	padding: 0.5em 1em;
	border-left: 1px solid #006600;
	border-right: 1px solid #006600;
	clear: both;
}
div#footer {
	clear: both;
	margin: 0px;
	padding: 0em;
}
div#footer p {
	font-size: 0.7em;
	border: 1px solid #006600;
	margin: 0px;
	padding: 0.5em 1em;
	color: #003300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* Type styles */
h1 {}
h2 {
	font-size: 1em;
	line-height: 1.4px;
	color: #006600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	font: normal 0.95em Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
	clear: left;
}
div#content p {
	font-size: 0.9em;
	line-height: 1.3em;
}

/* tabs styles */ 
/* thanks to alistapart.com */
div#navTabs {
	width: 760px;
	float: left;
	margin: 0px;
	padding: 0px;
	background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
	font-size:0.9em;
	/*border-bottom:1px solid #006600;*/
}
div#navTabs ul {
	margin:0;
	padding:0px;
	list-style:none;
}
div#navTabs li {
	width: 99px;
      float:left;
      background:url("images/left_both.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #006600;
}
div#navTabs a {
      float:left;
      display:block;
      width: 99px;
      background:url("images/right_both.jpg") no-repeat right top;
      padding:5px 0px 4px;
      text-decoration:none;
      font-weight:bold;
      color:#FFFFFF;
}
/* games tab special case */
div#navTabs li.games a:link {
	background:url("images/games_up_an.gif") no-repeat right top;
}
div#navTabs li.games a:visited {
	background:url("images/games_up_an.gif") right top ;
}
div#navTabs li.games a:hover {
	background:url("images/games_over.gif") right top ;
}

div#navTabs > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
div#navTabs a {float:none;}
    /* End IE5-Mac hack */
div#navTabs a:hover {
      color:#333;
}
div#navTabs #current {
	background:url("images/left_both.jpg") no-repeat left top;
      background-position:0 -150px;
      border-width:0;
}
div#navTabs #current a {
	background:url("images/right_both.jpg") no-repeat right top;
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
}
div#navTabs li:hover, #navTabs li:hover a {
      background-position:0 -150px;
      color:#333;
}
div#navTabs li:hover a {
      background-position:100% -150px;
}
.floatLeft {
	float: left;
	margin: 0px;
	padding: 0px 0.5em 0px 0px;
}
.floatRight {
	float: right;
	margin: 0px;
	padding: 0px 0em 0px 0.5em;
}
.centre {
	text-align: center;
}
.clear {
	clear: both;
	padding-top: 0.5em;
}
div.inset {
	padding-left: 2em;
}
span.week {
	font-style: italic;
	font-weight: bold;
}
p.gameIcon {
	float: left;
}
