/*
 * Page Styles
 */
#navBodyBase {
	background-color: rgb(248,246,242);
}
#navBody {
	width: 910px;
	height: 410px;
	padding: 35px 0px 15px 70px;
	background-color: rgb(248,246,242);
}
.header {
	width: 550px;
	height: 115px;
	background: url('/media/images/heading_trade_fair.gif') no-repeat;
	margin-left: 150px
}
.header span {
	display: none;
}
#tradefairs {
	width: 820px;
	font-size: 13px;
	border-top: solid 1px rgb(239,217,194);
}
#tradefairs .row {
	height: 30px;
	border-bottom: solid 1px rgb(239,217,194);
}
#tradefairs .location, #tradefairs .date, #tradefairs .name, #tradefairs .detail {
	height: 30px;
	line-height: 2.3em;
	float: left;
}
#tradefairs .location, #tradefairs .name {
	background-color: rgb(248,239,228);
}
#tradefairs .location {
	width: 136px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#tradefairs .date {
	width: 151px;
	padding-left: 10px;
	text-transform: uppercase;
}
#tradefairs .name {
	width: 383px;
	padding-left: 10px;
}
#tradefairs .detail {
	width: 110px;
	padding-left: 10px;
}
