.c {
	clear: both;
}
.pullLeft {
	float: left;
}
.pullRight {
	float: right;
}
body {
	margin: 0;
	padding: 0;
}
.leftCol {
	float: left;
}
.rightCol {
	float: right;
	margin: 0;
}
li {
	list-style: none;
}