#contentContainer {
	position: relative;
	top: 40px;
	left: 100px;
	height: 800px;
	width: 800px;
}

#headerContent {
	position: relative;
	height: 200px;
	width:800px;
}

#headerLeft {
	position:relative;
	height: 200px;
	width: 508px;
	float: left;
}

#headerRight {
	position:relative;
	height:200px;
	width: 292px;
	float: left;
	background-image: url(rightside.jpg);
}

#partnerSites {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
	width: 250px;
	font: 11px Arial;
	text-align:right;
}

#partnerSites a {
	color: black;
	text-decoration:none;
}

#partnerSites a:hover {
	text-decoration:underline;
}

#whiteTextBox {
	position: absolute;
	right: 10px;
	top: 35px;
	height: 91px;
	width: 205px;
	background-image: url(whitetextbox.jpg);
	background-repeat: no-repeat;
	padding: 12px;
	font: 12px bold Arial;
}

#buttonSpace {
	position: absolute;
	right: 60px;
	bottom: 5px;
	height: 43px;
	width: 137px;
}

#siteMenu {
	position: relative;
	height: 23px;
	width: 800px;
	z-index:5;		/* fix IE layering bug (the site menu is drawn under the main content items without this z-index parameter */
}

#mainContent {
	position: relative;
	width: 800px;
	background: #FFF;
}

#threeColumns {
	position: relative;
	top: 0px;
	left: 0px;
	height: 450px;
	width: 800px;
	font-family: Arial;
	font-size: 11px;
	background: #c6e0fb;
}

#threeColumns h2 {
	font-family: Arial;
	font-size: 16px;
}

#leftColumn {
	position: relative;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 363px;
	padding: 10px 10px 10px 10px;
	float: left;
	border-right: 1px dashed gray;
}

#middleColumn {
	position: relative;
	width: 240px;
	height: 300px;
	padding: 10px 10px 10px 10px;
	float: left;
}

#rightColumn {
	position: relative;
	width: 240px;
	height: 450px;
	padding: 10px 10px 10px 10px;
	float:left;
	border-left: 1px dashed gray;
}

#adarea {
	position: absolute;
	bottom: 5px;
	left: 25px;
	background:white;
	height:60px;
	width: 468px;
}

#bottomSection {
	position: relative;
	height: 29px;
	width: 800px;
	background: #a9a9a9;
	background-image: url(bottom.jpg);
	font-family: Arial;
	font-size: 10px;
	color: white;
	text-align:center;
	vertical-align: middle;
	line-height: 29px;
}
