body {
	margin:0px;
	padding:0px;
	color:#000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align:center;
	background-color:#e4ded1;
}
a {
	text-decoration:none;
	color:#773141;
}
a:hover {
	text-decoration:none;
	color:#DF7A00;
}
h1, h2, h3 {
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#AF9E70;
}
h1 {
	margin-bottom:10px;
}
p {
	margin:0px;
	padding:0px;
}
#header {
	height:162px;
	background-color:#AF9E70;
	background-image:url('/en/images/misc/banner.png');
	position:relative;
	margin-bottom:12px;
}
#primaryNavigation {
	position:absolute;
	bottom:8px;
	left:0px;
}
#primaryNavigation a {
	color:#fff;
}
#primaryNavigation a:hover {
	color:#773141;
}
#primaryNavigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#primaryNavigation ul li {
	display:inline;
	margin-left:40px;
}
#primaryNavigation ul li.selected a {
	color:#773141;
}
#secondaryNavigation {
	width:150px;
	height:395px;
	background-image:url('/en/images/misc/background_navigation.jpg');
	margin-left:10px;
	background-repeat:no-repeat;
}
#secondaryNavigation {
	padding-top:60px;
}
#container {
	position:relative;
	width:1000px;
	margin:auto;
	text-align:left;
	background-color:#ffffff;
}
#leftColumn {
	float:left;
	width:210px;
	text-align:center;
	padding-top:10px;
}
#centreColumn {
	float:left;
	width:490px;
	margin-right:25px;
}
#rightColumn {
	float:left;
	width:275px;
}
#footer {
	position:relative;
	color:#a3936a;
	font-size:9px;
	padding:5px;
}
#footerNav {
	float:right;
}
#footerNav a {
	color:#a3936a;
}

#breadCrumb, #breadCrumb a {
	font-size:10px;
	color:#AF9E70;
	margin-bottom:5px;
}
#scrollerFrame {
	margin-left:20px;
	width:200px;
	height:246px;
	background-image:url(/en/images/home/News.gif);
	position:relative;
}
#scrollerContent {
	width:175px;
	height:180px;
	padding-top:50px;
	margin-left:12px;
}
.error {
	color:red;
	margin-bottom:20px;
	font-weight:bold;
}
