* { margin: 0; padding: 0; }

body {
	text-align: center;
	min-width: 898px;
	background-color: #333333;
	font-family: 'Comic Sans MS';
}

a { text-decoration: none; font-weight: bold; color: #333333; }
a:hover { text-decoration: underline; color: #000000; }

p { margin: 10px; }

#wrap {
	margin: 0 auto;
	width: 898px;
	text-align: left;
	background-color: #ffffff;
	border-left: 3px solid;
	border-right: 3px solid;
	border-bottom: 3px solid;
}

#banner {
	height: 149px;
	width: 898px;
	background-image: url("../images/banner.png");
}

#left {
	display: inline;
	background-image: url("../images/bg.jpg");
	width: 139px;
	margin-left: 6px;
	margin-bottom: 7px;
	border: 2px solid;
	float: left;
}

.center {
	background-image: url("../images/panel.jpg");
	width: 582px;
	margin-left: 156px;
	margin-bottom: 7px;
	border: 2px solid;
}

#right {
	/*fix for ie6 doubling right-margin */
	display: inline;
	background-image: url("../images/bg.jpg");
	width: 139px;
	margin-right: 6px;
	margin-bottom: 7px;
	border: 2px solid black;
	float: right;
	font-size: 1.1em;
	color: #0048ff;
}

.normalsize { font-size: 0.9em; }

#footer {
	background-image: url("../images/bg.jpg");
	width: 882px;
	margin-left: 6px;
	margin-bottom: 8px;
	border: 2px solid;
	clear: left;
	text-align: center;
}

.button {
	margin-top: 3px;
	list-style: none;
	height: 53px;
	width: 139px;
	background-image: url("../images/button.png");
	text-align: center;
}

.buttonText { padding-top: 9px; }
.imageInText { margin: 5px; }
.storeImage { margin: 10px; }

.alignRight { text-align: right; }

.priceTag { display:inline; margin-left: 500px; float: left; }

.viewCart { 
	float: left;
	margin-left:7px;
	margin-top:7px;
}

.blurb { min-height: 123px; }

/*IE specific*/
*:first-child+html #whatever { }
