﻿body {
	margin:auto;
	padding:0;
	text-align:center;
	width:100%;
}
#wrapper {
	width:800px;
	margin:0 auto;
	text-align:center;
}
#masthead{
	width:800px;
}
#main {
	clear:both;
	width:800px;
	height:auto;
	overflow:hidden;
}
#left_column {
	width:200px;
	float:left;
	height:100%;
	min-height:100%;
	padding-bottom:15000px;
	margin-bottom:-15000px;
}
#center_column {
	width:400px;
	float:left;
}
#right_column {
	width:200px;
	float:right;
}
#pagefooter {
	clear:both;
	width:800px;
}