/* CSS layout */
body {
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url('../images/stonbk.jpg');
	width: 800px;
	right: auto;
	left: auto;
}

#container {
	min-width: 600px;
}

#left_col {
	border-style: none;
	width: 200px;
	float: left;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: x-large;
	color: #005500;
	background-image: url('../images/stonbk.jpg');
	margin-right: 10px;
	margin-left: auto;
	position: inherit;
	font-style: italic;
	font-weight: bolder;
}
#page_content {
	border-style: none;
	margin-left: auto;
	vertical-align: middle;
	line-height: inherit;
	margin-right: auto;
	position: inherit;
	float: right;
}

