﻿body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#wrapper {
	border: 10px solid #DA231D;
	width: 740px;
	margin: 20px auto 20px auto;
	padding: 20px;
	clear: both;
	background-color: #FFFFFF;
}
#logo {
	text-align: center;
	clear: both;
}
#navBar {
	text-align: center;
	padding: 0px;
	color: #FFFFFF;
	margin: 0px auto 5px auto;
	clear: both;
	width: 800px;
}
#navBar a {
	display: block;
	float: left;
	padding: 10px;
	width: 138px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #DA231D;
	border: 1px solid #FFFFFF;
}
#navBar a:hover {
	text-decoration: none;
	background-color: #F0C810;
	color: #DA231D;
}
h1 {
	text-align: left;
	color: #DA231D;
	font-size: 175%;
	margin: 0px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	padding: 15px 15px 15px 75px;
	background-image: url('images/cupCakes.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
h2 {
	font-size: 175%;
	color: #DA231D;
	text-align: center;
}
.centered {
	text-align: center;
}
#spaceUL {
}
#spaceUL li {
	margin-top: 15px;
	list-style-image: url('images/bullet.gif');
	padding-left: 20px;
}
.boldHeading {
	font-weight: bold;
	color: #DA231D;
	font-size: 130%;
	letter-spacing: 2px;
}
.newStyle10 {
	background-color: #FDF5C8;
	font-weight: bold;
	color: #DA231D;
}
.newStyle9 {
	background-color: #FCE6E4;
	font-weight: bold;
	color: #DA231D;
}
.newStyle11 {
	background-color: #DA231D;
	color: #FFFFFF;
}
#contactForm {
}
#contactForm table {
	border: 1px solid #D62C20;
}
#galleryPage {
	text-align: center;
}
#galleryPage img {
	text-align: center;
	margin: 5px;
	padding: 5px;
	border: 2px solid #F3D30E;
	background-color: #C32631;
}
.noBorder {
	border-width: 0px;
}
a:link {
	color: #2090A7;
	text-decoration: underline;
}
a:visited {
	color: #2090A7;
	text-decoration: underline;
}
a:hover {
	color: #2090A7;
	text-decoration: none;
}
a:active {
	color: #2090A7;
	text-decoration: underline;
}
.flavoursBG {
	background-image: url('images/PinkHalf.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.orderingImage {
	border: 1px solid #C42C2E;
	padding: 10px;
	background-color: #F4D10B;
}
