body {
	background-color: #1b1b1b;
	padding: 0px;
	font-size: 0.75em;
	font-family: Tahoma;
	margin: 0px;
	background-image: url(../images/navigation/inPageBg.gif);
}
#header {
	height: 120px;
	text-align: right;
	background-color: #333333;
}
#navbar {
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #9a984e;
	text-align: center;
}
#navbar li {
	display: inline;
	margin: 5px;
	padding: 5px;
}
#navbar a {
	text-transform: uppercase;
	color: #9a984e;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	line-height: 23px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9a984e;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
#navbar a:hover {
	text-transform: uppercase;
	color: #000000;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	background-color: #9a984e;
}
#flash {
	text-align: center;
	background-color: #000000;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #666666;
	background-image: url(../images/navigation/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.flagsAlt {
	height: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #333;
	text-align: right;
	padding-top: 0px;
	padding-right: 150px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.flags img {
	padding-left: 10px;
	padding-top: 5px;
}