#wrapper {
	width: 800px;
	margin: 0 auto;
	height: auto;
}

#left-column {
	float: left;
	width: 280px;
	height: auto;
}

#right-column {
	float: left;
	width: 520px;
	height: auto;
}

#header h1 {
	height: 93px;
	width: 280px;
	margin: 0 auto;
}
		
#header h1 span {
	display: none;
}

#footer {
	float: left;
	clear: both;
	width: 800px;
}

#copy {
	width: 506px;
}