body {
	background: #292257;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 9pt;
}
#Container {
	background: #a69154 url(../images/Background.jpg) top left no-repeat;	
	border: 1px solid #fff;
}
/* MENU STYLES */
#BarMainmenu {
	background-color: #292257;
	color: #fff;
}
#BarSubmenu {
	background-color: #292257;
	color: #fff;
}
#Mainmenu ul, #Submenu ul {
	list-style-type: none;
}
#Mainmenu ul li {
	float: left;
	margin: -5px 10px 0px 10px;
}
#Mainmenu ul li a{
	display: block;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: #ffffff;
}
#Mainmenu ul li a:hover {
	display: block;
	height: 18px;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	background: #ffffff;
	outline: none;
	color: #292257;
}
#Submenu ul li {
	float: left;
	margin: 0px 15px 0px 15px;
}
#Submenu ul li a{
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	color: #ffffff;
}
#Content {
	color: #292257;
	text-align: justify;
}
#Sponsorblock {
	background: url(../images/BgSponsorblock.png) no-repeat;
}

/* COMMON STYLES */
h1 {
	font-size: 1.4em;
	color: #292257;
	font-weight: bold;
	margin: 0px 0px 10px 0px;	
}
h2 {
	font-size: 1.2em;
	color: #292257;
	font-weight: bold;
	margin: 0px 0px 10px 0px;	
}
h3 {
	font-size: 1.0em;
	color: #292257;
	font-weight: bold;
	margin: 0px 0px 10px 0px;	
}
h4 {
	font-size: 1.0em;
	color: #292257;
	font-weight: bold;
	margin: 0px 0px 10px 0px;	
}
p {
	line-height: 1.4em;
	margin: 0px 0px 10px 0px;
}
a {
	color: #978347;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #978347;
	text-decoration: underline;
	outline: none;
}
#Content ul, #Content ol {
	margin: 0px 0px 15px 40px;
}
strong {
	font-size: 1.0em;
}
quote, blockquote, cite {
	color: #292257;
	font-style: italic;
}
