@charset "UTF-8";
	
			
h3 {
	color: #234997;
	font-size: 2em;
	margin: 0 0 15px 5px;
}
	
			
/* ****************************** */
/* SHELL */

#wtb-shell {
	margin: 0 auto;
	width: 917px;
}
#wtb-shell-top {
	background: url('../images/shell-top.jpg');
	height: 20px;
	width: 917px;
}
#wtb-shell-content {
	background: url('../images/shell-pattern.gif') repeat-y;
}
#wtb-shell-middle {
	background: url('../images/shell-middle.jpg') no-repeat;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 0 20px;
}
#wtb-shell-bottom {
	background: url('../images/shell-bottom.png');
	height: 20px;
	width: 917px;
}
	
			
/* ****************************** */
/* SHELL2 */

.wtb-shell2 {
	margin: 0 auto;
	padding-bottom: 17px;
	width: 867px;
}
.wtb-shell2-top {
	background: url('../images/shell2-top.png');
	height: 37px;
	width: 867px;
}
.wtb-shell2-content {
	background: white url('../images/shell2-middle.jpg') bottom no-repeat;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
.wtb-shell2-bottom {
	background: url('../images/shell2-bottom.png');
	height: 37px;
	width: 867px;
}

			
/* ****************************** */
/* THUMBNAILS */

.thumbnails {
	margin: 0 auto;
	padding-left: 5px;
	width: 780px;
}
.thumbnails li {
	background: url('../images/thumbnail-bg.png') no-repeat;
	height: 190px;
	margin: 5px 5px 0 0;
	float: left;
	list-style: none;
	width: 190px;
}
.thumbnails li a {
	background: #fff;
	display: block;
	height: 170px;
	margin: 10px auto 0 auto;
	text-align: center;
	width: 170px;
}