﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	background-position: center;
	margin-left: auto;
	background-image: url('../images/Jester_105.png');
	background-repeat: no-repeat;
	margin-right: auto;
}

#footer {
	clear: both;
}
