/* CSS Document */

#left-column {
	float: left;
	width: 30%;
	margin: 2% 0 3% 1%;
}
#right-column {
	float: left;
	width: 30%;
	margin: 2% 0 3% 1%;
}
#middle-column {
	float: left;
	width: 30%;
	margin: 2% 0 3% 1%;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
	margin-top: 10px;
}
