	body {
		background: #7e4729 url(images/BGBody.gif) left top repeat-x;
		font-family: Verdana;
		font-size: 12px;
		text-align: center;
	}
	
	html{
		height: 100%;
	}
	
	img {
		border: none;
	}
	
	#container {
		margin-top: 25px;
		margin: 0 auto;
  		width: 773px;
		text-align: center;
	}
	
	#top_shadow {
		background: #FFFFFF url(images/TopShadow.gif) top center no-repeat;
		width: 773px;
		height: 3px;
	}
	
	#middle_shadow {
		background: #FFFFFF url(images/ShadowBG.gif) top left repeat-y;
		width: 773px;
	}
	
	#bottom_shadow {
		background: #FFFFFF url(images/BottomShadow.gif) bottom center no-repeat;
		width: 773px;
		height: 3px;
	}
	
	#content {
		background: #FFFFFF url(images/BuildingBG.jpg) bottom center no-repeat;
		width: 763px;
		padding-bottom: 452px;
		margin: 0 auto;
	}
	
	#header {
		height: 198px;
		width: 764px;
		border-top: 2px solid white;
	}
	
	#banner {
		background: #2B235A url(images/h-IICF_banner.gif) top center no-repeat;
		height: 65px;
		width: 764px;
		border: none;
	}		
	
	#left_logo {
		background: url(images/h-IICF_logo.gif) center center no-repeat;
		float: left;
		margin-left: 20px;
		height: 121px;
		width: 154px;
	}
	
	#right_logo {
		background: url(images/h-chubb_logo.gif) center center no-repeat;
		float: right;
		margin-right: 31px;
		height: 121px;
		width: 126px;
	}
	
	#center_info {
		background: url(images/h-event_info.gif) center center no-repeat;
		height: 121px;
		width: 763px;
		margin-top: 13px;
	}
	
	#centerText {
		background: url(images/BlackCenterText.gif) center no-repeat;
		width: 100%;
		height: 55px;
		margin-top: 30px;
		vertical-align: top;
	}
	
	#centerText #right_content {
		float: right;
		padding-right: 30px;
	}
	
	#right_content img {
		display: block;
		padding-top: 3px;
	}
	
	#centerBox {
		background: url(images/CenterBoxText.gif) no-repeat;
		width: 704px;
		height: 157px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#footer {
		color: white;
		font-family: Verdana;
		font-size: 12px;
		background: #2B235A;
		height: 101px;
		width: 765px;
		border-top: 3px white solid;
		vertical-align: middle;
		line-height: 24px;
		margin: 0 auto;
	}
	
	#footer a {
		text-decoration: underline;
		color: white;
	}
	
	#footer .left_text,
	#footer .right_text {
		padding: 15px 20px 0px 20px;
	}
	
	#footer .left_text {
		float: left;
		text-align: left;
	}
	
	#footer .right_text {
		float: right;
		text-align: right;
	}
	
	#other_footer {
		font-family: Arial;
		font-size: 12px;
		line-height: 18px;
		color: white;
		text-align: center;
		margin-top: 20px;
	}
	
	#other_footer a {
		color: #FFD905;
	}
	
	.hideText {
		visibility: hidden;
	}
	
	#footer p,
	#other_footer p,
	.hideText p,
	.hideText h1,
	.hideText h2,
	.hideText h3 {
		margin: 0;
		padding: 0;
		clear: none;
	}
	
	#reservation_btn {
		padding-top: 10px;
	}
	
	.required {
		color: red;
	}