@charset "utf-8";
#mainwrapper {
	margin: auto;
	width: 800px;
	border: medium solid #000000;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;
}
.textindent {
	padding-right: 10px;
	padding-left: 10px;
}

body {
	background-color: #FFFFFF;
	background-image: url(images/stripe_tile.gif);
	background-repeat: repeat;
}
h1 {
	color: #FF494A;
}
#contentflavors {
	background-image: url(images/cupcakefade.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	padding: 10px;
}
.top {
	vertical-align: top;
}

#logo {
	float: left;
}
#miniflash {
	right: 0px;
	float: right;
	margin-right: 10px;
}
#conenthome {
	background-image: url(images/postcard.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	top: 0px;
	padding: 10px;
}
#hometext {
	float: right;
}

h3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
#contentcontact {
	background-image: url(images/contactfade.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	padding: 10px;
}
a {
	color: #FF6563;
	text-decoration: none;
}
a:hover {
	color: #FF6563;
	text-decoration: underline;
}
#contentgallery {
	background-image: url(images/galleryfade.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	padding: 10px;
}
#index {
	background-image: url(images/canistersfade.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	padding: 10px;
}
.flavorheading {
	font-size: 24px;
	color: #FF494A;
	font-weight: bold;
}
.right {
	float: right;
}
#link {
	float: right;
	text-align: center;
}
