body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #555555;
	margin: 0px;
	background-color: #FAFAFA;
	background-image: url(images/background.gif);
}
h1 {
	font-size: 15px;
	line-height: 20px;
}
h2 {
	font-size: 13px;
	line-height: 20px;
}
h3 {
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #A53228;
}
a:active {
	color: #A53228;
}
#workingarea {
	position: absolute;
	left: 50%;
	top: 10px;
	width: 840px;
	height: auto;
	margin-left: -420px;
	z-index: 1;
	overflow: visible;
	visibility: visible;
}
#small_menu_top {
	position: static;
	width: 840px;
	height: 20px;
	z-index: 2;
	overflow: hidden;
	visibility: visible;
}
#emblem {
	position: static;
	width: 840px;
	height: 50px;
	z-index: 2;
	overflow: hidden;
	visibility: visible;
	text-align: right;
}
#main_menu {
	position: static;
	width: 840px;
	height: 26px;
	z-index: 3;
	overflow: hidden;
	visibility: visible;
}
#content {
	position: absolute;
	float: left;
	width: 840px;
	height: auto;
	z-index: 2;
	overflow: visible;
	visibility: visible;
}
#content_3rd {
	position: absolute;
	float: right;
	left: 540px;
	width: 300px;
	height: auto;
	z-index: 2;
	overflow: visible;
	visibility: visible;
}
