html {
	background: url('pattern.jpg') repeat 0 0;
}
body {
	background: url('carv.gif') no-repeat 50% 10%;
}
table {
	font-size: 1em;
}
#mainHeader {
	background: url('header_bg.png') no-repeat left top;
	height: 130px;
	padding: 30px 30px 0px 30px;
}
#wrapper {
	margin-top: 30px;
}
#logo {
	display: inline-block;
	margin: 0px;
	text-align: left;
	padding: 18px 0 0 0px;
	width: 300px;
}
#logo a {
	text-decoration: none;
}
#logo a span {
	background-position: left top;
}
#footer {
	background: url('footer_bg.png') no-repeat left bottom;
	border: 0px;
}
#footer hr {
  display: block;
}

#mainNavigation {
	display: block;
	position: relative;
	float: left;
	width: 880px;
	height: 29px;
}
#mainNavigation ul {
	margin: 0px;
	padding: 0px;
	height: 29px;
	overflow: hidden;
}
#mainNavigation li {
	height: 29px;
	line-height: 29px;
	float: left;
	list-style: none;
	overflow: hidden;
	margin-right: 8px;
}
#mainNavigation ul li a {
	display: block;
	height: 29px;
	float: left;
	text-align: left;
}
#mainNavigation ul li a span {
	display: block;
	height: 29px;
	padding: 0px 10px;
	cursor: pointer;
}
#headerRight {
	display: block;
	height: 100px;
	float: right;
	width: 550px;
}
#headerLeft {
	float: left;
	width: 300px;
	height: 100px;
}
#subLogo {
	height: 36px;
	display: inline-block;
	float: left;
	padding-left: 35px;
	padding-top: 10px;
}
#miniNavigation, #miniFB, #miniLang, .module_menu h3 {
	display: none;
}
#language {
	margin: 0px;
	clear: right;
	position: relative;
	bottom: 10px;
	border-radius: 12px;
}
#languageRight {
	border-radius: 12px;
}
.FBbutton {
	display: inline-block;
	width: 33px;
	height: 36px;
	float: right;
	padding-bottom: 6px;
	position: relative;
	bottom: 10px;
}
.content {
	width: 890px;
}
/*IE fixes*/
.lt-ie9 .pref_size {
	width: 950px;
}
.lt-ie9  #headerRight h3 {
	font-size: 28px;
}
/*Other fixes */
#jflanguageselection {
	margin: 0px !important;
}
#jflanguageselection div div, #jflanguageselection div span, #jflanguageselection div a, #jflanguageselection div img {
	padding: 0px !important;
	margin: 0px !important;
}
#jflanguageselection .rawimages {
	margin: 0px !important;
}
#jflanguageselection .rawimages img {
	padding-right: 8px !important;
	padding-top: 8px !important;
}
