﻿/* CSS layout */

.menu_bar {
	padding: 6px;
	font-size: 12pt;
	text-align: center;
	font-family: Georgia;
	color: #FF6600;
	background-color: #3E2505;
	height: 22px;
}
a:link	{
	color: #FF6600
}
a:visited	{
	color: #FF6600
}
.footer_left {
	color: #FF6600;
	font-family: Georgia;
	font-size: 8pt;
}
.footer_right {
	color: #FF6600;
	text-align: right;
	font-family: Georgia;
	font-size: 8pt;
}
.center {
	text-align:center;
}