/*
COLOR SCHEME
Chocolate: #3B1D12
Caramel: #AC7850
Sky Blue: #7CC2E6
*/

body
{
	background-color: #3B1D12;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B1D12;
}

a
{
	color: #7CC2E6;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

li
{
	padding: 2px 0;
}

h2
{
	color: #990011;
}

dt
{
	font-size: 16px;
	font-weight: bold;
	color: #990011;
	padding: 10px;
}

dd
{
	font-size: 14px;
	color: #3B1D12;
}

#MainPane
{
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 955px;
	vertical-align: top;
}

#HeaderPane
{
	position: relative;
	float: left;
	width: 955px;
	height: 150px;
	border-bottom: 1px solid #3B1D12;
}

#NavPane
{
	position: relative;
	float: left;
	width: 150px;
	height: 398px;
}

#ContentPane
{
	position: relative;
	float:left;
	text-align: left;
	width: 784px;
	height: 398px;
	background-color: #AC7850;
	border-left: 1px solid #3B1D12;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	overflow: auto;
}

#UnderNav
{
	position: relative;
	float: left;
	width: 151px;
}
#FooterPane
{
	position: relative;
	float: left;
	text-align: center;
	width: 804px;
}	

#Headline1
{
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 56px;
	font-style: italic;
	color: #AC7850;
}

#Headline2
{
	position: absolute;
	top: 50px;
	width: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 56px;
	font-style: italic;
	color: #AC7850;
}

#Headline3
{
	position: absolute;
	top: 100px;
	width: 100%;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #AC7850;
}

.NavList
{
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.NavListItem
{
	padding-top: 0px;
	padding-bottom: 5px;
}


.CakeBox
{
	height: 108px;
	width: 108px;
	line-height: 108px;
	text-align: center;
	float: left;
}

.CakeImage
{
	border: 2px solid #7CC2E6;
	vertical-align: middle;
}

.Nav
{
	font-size: 14px;
	font-weight: bold;
	line-height:24px;
	height: 24px;
	width: 148px;
	display: block;
	border: 1px solid #AC7850;
	text-align: center;
	text-decoration: none;
	color: #AC7850;
}

a.NavActive
{
	font-size: 14px;
	font-weight: bold;
	line-height:24px;
	height: 24px;
	width: 148px;
	display: block;
	border: 1px solid #7CC3E6;
	text-align: center;
	text-decoration: none;
	color: #7CC2E6;
}


.Nav:hover
{
	color: #7CC2E6;
	border: 1px solid #7CC3E6;
	text-decoration: none;
}

.CakePrices
{
	width: 50%;
	float: left;
}

.Footer
{
	font-size: 9px;
	color: #AC7850;
}

.Headline
{
	color: #990011;
	font-size: 20px;
	font-weight: bold;
}
