body 
{
	font-family: arial,sans-serif;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #ddd9cd;
}
div#container 
{
	margin: auto;
	width: 923px;
	padding: 10px;
	background-color: #ffffff;
}
div#header 
{
	background-image: url('../images/hillside_header_catalog.jpg');
	background-repeat: no-repeat;
	width: 923px;
	height: 241px;
	margin-bottom: 15px;
}
div#page_selector
{
	width: 100px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
div#page_selector a 
{
	font-size: 10pt;
	color: grey;
}
div#page_frame
{
	width: 800px;
	margin: 10px;
	height: 800px;
	float: right;
}
div#page_frame iframe
{
	border: 0;
}
div#footer 
{
	margin: auto;
	margin-top: 3px;
	width: 923px;
	text-align: right;
	font-size: 8pt;
	font-color: grey;
}
div#footer div {
	float: left;	
}
div#footer div a {
	color: #407e19;
	font-size: 12pt;
}
