#top_wrap {
	display: none;
}
#site_wrap {
	min-height: 400px;
	background-color:#F5F5F5;
	padding: 0 8px 0px 8px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}
#container_01 {
	padding-top: 20px;
}
#container_01b {
	padding: 8px 8px 0px 8px;
	background-color:#F5F5F5;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
}
#content_wrap {
	background-color: #FFF;
	width: 686px;
	min-height: 380px;
	text-align: left;
	padding: 8px;
	overflow-x: auto;
}
/* min-height fix for IE6/7 */
* html .container {
	height: 380px;
}
#content_wrap a img {
border:medium none;
}
#footer_links {
	height: 33px;
	line-height: 33px;
	}
#footer_bar {
	height: 33px;
	font: bold 13px arial;
	color: #FFF;
	text-align: right;
	background-color:#F5F5F5;
	padding: 0px 8px 8px 8px;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}
#footer_bar a:link, #footer_bar a:visited {
	color: #FFF;
	border-bottom: 1px dashed #FFF;
	text-decoration: none;
	margin-right: 8px;
}
#footer_bar a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
#footer_text {
	text-align:center;
}
#edit-button-background { display: none; }
#edit-button-content {
	top: 10px; 
	right: 10px;
}
#edit-button-footer {
	top: 2px;
	right: 10px;
}