@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	word-spacing: 3px;
}

h2 {
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	word-spacing: 2px;
}

h3 {
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	word-spacing: 2px;
	display: inline;
}

#toolbar {
	margin: 0;
	width: 100%;
	background-color: #f8f7ed;
	z-index: 1;
	/*background-color: #fbfaf0;*/
}

#toolbar ul, #toolbar li {
	background-color: #f8f7ed;
}

#toolbar #tb-about {
	margin-left: 50px;
}



/*====================== Exhibition Contact */

#exhibition-contact {
	text-align: center;
	padding: 25px 15px;
	font-size: 14px;
	line-height: 18px;
}

#exhibition-contact img {
	margin-bottom: 10px;
	border: 0;
}
/*----------------------- Download link */
.download-link {
	background-color: #F8F7ED;
	border: 1px solid #CCCC99;
	color: #000000;
	padding: 0 12px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.download-link:link {
}
.download-link:visited {
}
.download-link:active {
}
.download-link:hover {
	color: #FFFFFF;
	background-color: #666633;
}


#footer img {
	border: 0 !important;
}
