.tbi_home {
	background: url("../img/static/home_banner.jpg") top center no-repeat;
	}
#home_banner {
	background: url("../img/static/home_main_tile.jpg") top center repeat-x;
	}
#home_banner_inner {
	width: 100%;
	height: 251px;
	background: url("../img/static/home_main.jpg") top center no-repeat;
	}
#content {
	padding-bottom: 0px;
	}
#hb_content {	
	width: 230px;
	padding-top: 18px;
	padding-right: 697px;
	padding-left: 3px;
	margin: 0 auto;
	}
#hb_content h1 {
	color: #FFFFFF;
	text-transform: none;
	font-size: 48px;
	}
#hb_content h2 {
	color: #FFFFFF;
	text-transform: none;
	font-size: 20px;
	margin-top: -4px;
	font-weight: bold;
	margin-bottom: 10px;
	}
#hb_content a, #hb_content a:link, #hb_content a:visited, #hb_content a:hover, #hb_content a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	}
#main_content {
	margin: -30px 0px 0px 0px;
	width: 897px;
	height: 419px;
	float: left;
	padding-left: 0px;
	}
h2 {
	font-size: 34px;
	color: black;
	margin-bottom: 20px;
	margin-top: 32px;
	}
#home_page_image {
	float: right;
	margin: 10px -8px 20px 25px;
	background: url("../img/static/img_back.png") top left no-repeat;
	padding: 3px 8px 8px 3px;
	}
#hp_slideshow_container {
	width: 850px;
	overflow: hidden;
	height: 284px;
	}
#hp_slideshow_container img {
	padding: 0px;
	margin: 0px;
	}
.whole_page_break {
	background: url("../img/static/whole_page_break.gif") top left no-repeat;
	height: 3px;
	font-size: 1px;
	width: 850px;
	display: block;
	float: left;
	margin: 17px 0px 26px 0px;
	}
#footer { 
	margin-top: -10px; !important
	}
ul.gallery {
	width: 885px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
	margin-left: -2px;
}
ul.gallery li {
	float: left;
	text-align: center;
	margin-right: 32px;
	display: blobk; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
	width: 262px;
	height: 300px;
}
ul.gallery li a.thumb {
	width: 262px; /*--Width of image--*/
	height: 201px; /*--Height of image--*/
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 262px;
	height: 201px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}
ul.gallery li div {
	width: 262px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	}