body {
	background-color: #dedec2; 
	padding:0;
	margin:0;
}
#headerWrapper {
	background-image:url('img/header_bg.png');
	background-repeat:repeat-x;
	height:175px;
	text-align:center;
}
#header {
	background-image:url('img/header.png');
	background-repeat:no-repeat;
	height:175px;
	width:1000px;
	margin:auto;
	font-family:Arial;
	font-size:12px;
}
#logoBt {
	border:0px red solid;
	text-decoration:none;
	width:250px;
	height:50px;
	float:left;
}
#flashContent {
	padding:0px;
	width:1000px;
	margin:auto;
	text-align:center;
}
#buttons {
	color:#6d6d6d;
	float:left;
	padding:17px 0px 0px 10px;
	font-weight:800;
}
#buttons a {
	text-decoration:none;
	color:#000000;
	margin:0px 0px;
}
#buttons a:hover, #languages a:hover {
	color:#d55b36;
}
#languages {
	padding:5px 0px 5px 110px;
	text-align:left;
}
#languages a {
	color:#6d6d6d;
	padding:0px 5px;
	text-decoration:none;
}
#headerBox {
	width:1000px;
	text-align:right;
	border:0px red solid;
	padding-top:46px;
}
#headerBoxLeft { 
	padding-top:0px;
	float:left;
}
#headerBoxRight { 
	padding-top:0px;
	float:right;
	height:102px;
	overflow:hidden;
	background:#ffffff;
}
#collectionWrapper {
	width:1000px;
	background:#fff;
}
#flash {
	padding:0;
	margin:0;
}
#footer {
	background-image:url('img/footer.png');
	background-repeat:no-repeat;
	background-position: top center;
	height:55px;
}
.currentCatalogue {
	background:#DEDEC2;
	padding:5px;
	font-size:15px;
	color:#fff;
	display:block;
	margin:0px 30px;
	font-weight:800;
}

.fairsHeader { width:770px; margin:auto; background:#dddebf; font-weight:800; border-bottom:1px #f19b84 solid; margin-bottom:20px; text-align:left; padding:4px 0px; text-indent:6px; }
.fairsTable { width:770px; margin:auto; border-bottom:1px #f19b84 solid; border-collapse:collapse; margin-bottom:30px; } 
.fairsTable th { border-bottom:1px #f19b84 solid; text-align:left; padding:4px; } 
.fairsTable td { border-top:1px #e6e7df solid; text-align:left; padding:4px;  } 
.fairsTable .bullet { text-align:center; border-left:1px #e6e7df solid; border-right:1px #e6e7df solid; width:60px; } 
