@import url("global.css");
@import url("navigation.css");
#wrapper {
	width: 730px;
	padding: 0px 35px 0px 35px;
	margin: 0px auto 0px auto;
	background: url(../../media/images/page_back.gif) repeat-y;
	}
#container {
	width: 730px;
	padding: 0px 0px 0px 0px;
	background: #fff;
	}
#header {
	height: 300px;
	}
#logo {
	float: left;
	width: 200px;
	margin: 9px 0px 0px 16px;
	}
#page {
	clear: both;
	min-height: 400px;
	padding: 10px 10px 20px 10px;
	}
/* for Internet Explorer */
/*\*/
* html #page {
height: 400px;
}
/**/
#page_main {
	float: left;
	width: 686px;
	}
#page_right {
	float: left;
	width: 206px;
	padding: 0px 0px 0px 24px;
	}
.exhibitors {
	color: #CC3366;
	text-align: right;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #C4C4C4;
	font-weight: bold;
	}
#footer {
	clear: both;
	width: 730px;
	background: url(../../media/images/page_footer_back.gif) no-repeat top center;
	padding: 30px 35px 0px 35px;
	margin: 0px auto 0px auto;
	height: 55px;
	text-align: center;
	color: #fff;
	font-size: .8em;
	}
#footer a {
	color: #fff;
	}