@charset "UTF-8";
/* CSS Document */

}
.tasetheaders { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-size: 18px;
	background-color: #FFF;
	border-color: #999;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bolder;
	left: inherit;
	right: auto;
	width: 200px;
	min-width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-width: 5px;
	border-style: solid;
}
.tasteContent {
	background-color: #FFF;
	vertical-align: top;
}
.background {
	background-attachment: fixed;
	background-image: url(images/tilePool.jpg);
	background-repeat: repeat;
	margin: 0;
	width: 574px;
	min-width: 574px;
}
.tasteMenu {
	width: 50px;
	min-width: 100px;
}
.TasteBox {
	width: 534px;
}
