html {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666;
}

body {
	background: #fff url("../images/wood_yellow.jpg") no-repeat fixed center top;
	padding: 8px;
	/* image reference is relative to this CSS file, i guess.*/
}

#page{
	margin-top:32px;
}


#topBorder {    position:fixed;  top:0;     left:0;   width:100%;  height:8px;   background:#fff;  z-index:9000;  }
#rightBorder {  position:fixed;  top:0;     right:0;  width:8px;   height:100%;  background:#fff;  z-index:9001;  }
#bottomBorder { position:fixed;  bottom:0;  left:0;   width:100%;  height:8px;   background:#fff;  z-index:9002;  }
#leftBorder {   position:fixed;  top:0;     left:0;   width:8px;   height:100%;  background:#fff;  z-index:9003;  }


* a, * img { border: 0; }
:-moz-any-link:focus { outline: none; } /* Peter, What is this? Adrien. it's a way of telliing Mozilla to f*** off with stupid borders around each and every link :). */
* a { outline: none; }

img, div, input {
	behavior: url("_system/css/iepngfix.htc")
}

#rightCol {
	background-color: #FFF;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 32px;
}

#content {	
	padding-top: 28px;
	padding-left:16px;
	min-height: 512px;
}

#header {
	margin-left: 180px;
	width: 544px;
	padding-left: 16px;
}

#header #headerLogo {
	position: relative;
	bottom: -6px;
}

#sponsors {	clear: both;	padding-top: 32px;
	font-size: 9px;
	color: #FFF;
	line-height: 9px;
	font-weight: bold;
}
#sponsors p {	margin-top: 16px;	}

#sticker{
	float: right;
	position: relative;
	top: -128px;
	margin-bottom: -128px;
	left: 64px;
	margin-left: -64px;
	z-index: 99;
}

#footer{	
	width: 544px;
	float: right;
	margin-top: 32px;
	margin-bottom: 12px;
	padding-left: 32px;
	color: #FFF;
	line-height: 8px;
	font-size: 9px;
}

h1 {
	font-size: 130%;
	line-height: 130%;
}
h1 + p {
	margin-bottom: 32px;
}

h2 {
	font-size: 120%;
}
h2 + p {
	margin-top: 8px;
}
p + p {
	margin-top: 16px;
}
p + h2 {
	margin-top: 32px;
}
h2 + table {
	margin-top: 0px;
}
table {
	width: 480px;
	border: 0px solid #999;
}
table, td {
	border: 0px solid #999;
	padding: 0;
}	
td {
	padding-right: 32px;
	padding-bottom: 8px;
}
hr {
	border: 0;
	border-bottom: 1px solid #444;
}

