.bottombar
{
	clear: both;
	background-color: white;
	padding-top: 10px;
}
.bottom_div
{
	background-image: url(/images/gui/topnav_bg.jpg);
	background-repeat: no-repeat;
	background-color: white;
	height: 40px;
}
.bottombar .bottomdivLeft
{
	float: left;
	margin: auto;
	padding: 10px;
	font-family: Georgia, serif;
	font-size: 16px;
	color: white;
}
.bottombar .bottomdivRight
{
	text-align: right;
	float: right;
	margin: auto;
	padding: 10px;
	font-family: Georgia, serif;
	font-size: 16px;
	color: white;
}
.bottombar ul
{
	padding-left: 20px;
}
.simple_div
{
	margin: 10px 0px 10px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #223947;
}
	