<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#side_nav_wrap {
	width:175px;
	float: left;
	margin-right:14px;
}
#side_nav_wrap ul {
	margin: 0px;
	padding:0px;
	list-style-type:none;
}
a.side_navigation:link, a.side_navigation:visited {
	display: block;
 	font: 18px arial;
 	color: #ffffff !important;
	text-decoration: none;
	text-shadow: 1px 1px 1px #43490e;
	line-height: 22px;
	padding: 16px 8px 16px 35px;
	background: #afbb96 url(//media.freeola.com/images/theme-images/css-images/old01-olive/off.jpg) no-repeat scroll center top;
}	
a.side_navigation:hover {
	background: #b1bf95 url(//media.freeola.com/images/theme-images/css-images/old01-olive/on.jpg) no-repeat scroll center top;
 	color: #43490e !important;
	text-shadow: none;
}
a.side_selected:link, a.side_selected:visited, a.side_selected:hover {
	display: block;
 	font: 18px arial;
 	color: #43490e !important;
	text-decoration: none;
	text-shadow: none;
	line-height: 22px;
	padding: 16px 8px 16px 35px;
	background: #b1bf95 url(//media.freeola.com/images/theme-images/css-images/old01-olive/on.jpg) no-repeat scroll center top;
}
#edit-button-nav-side {
	top: 10px; 
	right: 10px;
}
#content_wrap {
	float: right;
}
 </pre></body></html>