body {
	background-color: #0A646B;
}
#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	background-image: url(teal_BG.png);
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center 175px;
	border: thin solid #67B6BD;
	background-color: #FFF;
	background-attachment: fixed;
}
#wrapper #header {
}
#wrapper #leftcol {
	float: left;
	width: 360px;
	margin-left: 20px;
	margin-top: 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #0D8B96;
	margin-bottom: 20px;
}
#wrapper #rightcol {
	float: right;
	width: 590px;
	text-align: justify;
	margin-right: 20px;
	margin-top: 20px;
}
#wrapper #footer {
	clear: both;
}
#wrapper #storeframe {
	width: 1000px;
	margin-right: 20px;
	margin-left: 20px;
}
#wrapper #storecontents {
	width: 960px;
	margin-left: 20px;
}
.alertred {
	font-weight: bold;
	color: #F00;
}
