#main {
	background-color:white;
	background-image:url(images/turtle-background.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	position:relative;
	bottom:-20px;
}

td {
	height:100%;
	vertical-align:top;
}

/*** header ***/
#top-runner {
	border-bottom: 2px solid #d3e990;
	clear:both;
	margin:0px 0px 34px 83px;
	width:529px;
}

/*** LEFT COLUMN ***/
#left-column {
	width:246px;
	/*height:154px;*/
	float:left;
	text-align:right;
	vertical-align:bottom;
}

#left-column img {
	vertical-align:bottom;
	margin-top:154px;
	margin-left:15px;
	}

#course {
	border-bottom:4px solid white;
	margin:0px 0px 34px 0px;
}

#left-column .positioner {
	margin:0px 0px 0px 43px;
}

#left-column h1 {
	margin:0px 47px 28px;
}

/*** RIGHT COLUMN ***/
#right-column {
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
}