@charset "UTF-8";
Body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../Images/bg.jpg);
	background-repeat: repeat;
}
.twoColElsLtHdr #container #mainContent strong {
	color: #9ea9c9;
	font-size: 2em;
}
.paren {
	font-size: 0.85em;
	font-family: Verdana, Geneva, sans-serif;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.twoColElsLtHdr #container {
	background: #847d6a;
	margin: 0 0px 0 450px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	padding-left: 55px;
	padding-right: 75px;
	overflow: auto;
	text-decoration: none;
} 
.twoColElsLtHdr #container #mainContent p a {
	text-decoration: none;
	color: #c4cb6f;
}								  
.twoColElsLtHdr #container #mainContent ul li  {
	position: relative;
	top: -.5em;
}
#quotes {
	padding: 6px;
	border: 1px solid #c4cb6f;
	margin-top: 2em;
	font-size: 0.9em;
	width: 275px;
}
.special     {
	color: #EEE;
}
.nav {
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/bg.jpg);
	background-repeat: repeat;
	float: left;
	width: 450px;
	position: absolute;
	height: 125%;
	z-index: auto;
}
.nav  #home{
	text-decoration: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 2.5em;
	padding-left: 32px;
	text-align: left;
} 
.nav #home a {
	color: #8088a2;
	text-decoration: none;
}

.nav #home a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav #home a:visited {
	color: #c0cef7;
	text-decoration: none;
}
.nav #contact {
	font-size: 2em;
	padding-top: 30px;
	padding-left: 205px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 1.6em;
}
.nav  #contact  a {
	text-decoration: none;
	color: #8b0216;
}

.nav #contact a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav #contact a:visited {
	color: #ed9aa7;
	text-decoration: none;
}

.nav #pies {
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 132px;
	font-size: 1.4em;
}
.nav #pies a {
	color: #8fab01;
	text-decoration: none;
}
.nav #pies a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav #pies a:visited {
	color: #defb48;
	text-decoration: none;
}

.nav  #etc{
	text-decoration: none;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 230px;
	text-align: left;
} 
.nav #etc  a{
	color: #8088a2;
	text-decoration: none;
}

.nav #etc a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav #etc a:visited {
	color: #defb48;
	text-decoration: none;
}
.nav #about {
	font-size: 2em;
	padding-top: 29px;
	padding-left: 185px;
	text-align: left;
}
.nav #about a {
	color: #54a314;
	text-decoration: none;
}

.nav #about a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav #about a:visited {
	color: #8df13c;
	text-decoration: none;
}

.nav #cake {
	font-size: 1.9em;
	padding-top: 0px;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
	line-height: 0.8em;
}

.nav #cake a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav #cake a:visited {
	color: #8df13c;
	text-decoration: none;
}
.nav #cake a {
	color: #54a314;
	text-decoration: none;
}

.nav #bread {
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 136px;
}
.nav #bread a {
	color: #8b0216;
	text-decoration: none;
}
.nav #bread a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav #bread a:visited {
	color: #ed9aa7;
	text-decoration: none;
}


.twoColElsLtHdr #header h1 {
	color: #c4cb6f;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	text-align: left;
	float: left;
	margin-top: -31px;
	margin-bottom: 0px;
	display: inline;
	margin-left: 235px;
}
.twoColElsLtHdr #header {
	margin-top: 15px;
	margin-left: 0px;
	color: #c4cb6f;
}
.twoColElsLtHdr #mainContent #Frost {
	float: left;
	vertical-align: top;
	margin: -9.3em 0em 0 11em;
	padding: 0px;
} 

h2 {
	font-size: 1.2em;
	color: #c4cb6f;
	margin-top: 8px;
	margin-bottom: 0px;
	position: relative;
}


ul {
	margin-left: 10px;
	margin-bottom: -5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#announcments {
	font-size: 1.2em;
	color: #F89DC7;
	line-height: 1.1em;
	top: 0.8em;
	position: relative;
	border: 1px solid #c4cb6f;
	padding: 4px;
	width: 100%;
}
#announcements2 {
	font-size: 0.8em;
	text-decoration: none;
	color: #FFF;
}
.twoColElsLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#847d6a;
	color: #FFFFFF;
	text-decoration: none;
} 
.twoColElsLtHdr #footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	
	text-align: center;
}
.twoColElsLtHdr #footer a:hover {
	color: #c4cb6f;
	text-decoration: none;
}
.twoColElsLtHdr #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.imgflt {
	margin: 0px;
	padding: 4px;
	float: left;
	border: 1px solid #c4cb6f;
	text-align: center;
}
.imgfltrt {
	padding: 4px;
	float: right;
	border: 1px solid #c4cb6f;
	text-align: center;
	vertical-align: top;
	position: relative;
	top: 1.5em;
	margin: 0px 0px 10px 10px;
	left: .5em;
	display: block;
}
.imgfltrtabout {
	padding: 4px;
	float: right;
	border: 1px solid #c4cb6f;
	text-align: center;
	vertical-align: top;
}
.twoColElsLtHdr #container #mainContent p {
	position: relative;
	padding: 0px;
	margin: 0px;
	top: -0.1em;
}
.twoColElsLtHdr #mainContent #cakes{
	padding: 6px;
	float: right;
	border: 1px solid #c4cb6f;
	text-align: center;
	vertical-align: top;
	margin-top: -140px;
	font-size: 0.85em;
}

.twoColElsLtHdr #mainContent #Etc{
	padding: 4px;
	float: right;
	border: 1px solid #c4cb6f;
	text-align: center;
	margin-right: 15px;
	z-index: 100;
	position: relative;
	overflow: auto;
	margin-top: -20px;
}
.twoColElsLtHdr #mainContent #Etc td {
	padding: 4px;
	border: 1px solid #c4cb6f;
	text-align: center;
	z-index: 100;
	overflow: auto;
}

.twoColElsLtHdr #mainContent #pie{
	padding: 4px;
	float: right;
	border: 1px solid #c4cb6f;
	text-align: center;
	vertical-align: top;
	margin-top: -18px;
	margin-right: 15px;
}

.twoColElsLtHdr #mainContent #bread{
	padding: 4px;
	float: right;
	border: 1px solid #c4cb6f;
	text-align: center;
	vertical-align: top;
	margin-top: -45px;
	margin-right: 15px;
}
.FreeSample {
	color: #B4D602;
	font-size: 1.2em;
}
#holiday {
	font-family: Tahoma, Geneva, sans-serif;
	color: #9ea9c9;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
}
#holiday h2 {
	font-size: 2em;
}
#holiday p{
	color: #FFF;
	font-size: 0.8em;
	position: relative;
	top: 1em	;
}
#button a:link    {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColElsLtHdr #container #mainContent a {
	text-decoration: none;
	color: #c4cb6f;
}
