
body {
	line-height: 1.25em;
	margin: 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
}

#contentwrapper {
	width: 90%;
	margin: auto; /* centers the page */
	text-align: left; /* reset text back to left due to ie5.x fix */
	mid-width: 900px;
}

#header {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content {
	float: right;
	width: 100%;
	background-color: white;
}

#leftcol {
	margin: 30px 0 0 0;
	width: 200px;
	float: left;
	text-align: center;
}

#leftlist {
	text-align: left;
}

#rightcol {
	margin-left: 200px;
	padding: 10px;
	background-color: white;
}

.breakrightcol {
	margin-left:-180px;
}

#video {
	margin-left: 100px;
	padding-right: 20px;
}

#footer {
	clear: both;
	text-align: center;
}
