body {
	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: Trebuchet MS;
	font-size: 13px;  
	background-image: url(images/bg.jpg);
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


#container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
}

#navi {
	width: 220px;
	padding-right: 26px;
	padding-left: 23px;
	float: left;
}

#logo {
	margin-bottom: 26px;
}

#buttons {
	padding-left: 22px;
	padding-bottom: 10px;
}

#naviline {
	background-color: #D35475;
	height: 2px;
	width: 193px;
	margin-left: 13px;
}

#buttons ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#buttons ul li {
	display: block;
	margin-bottom: 16px;
}

#homecontents {
	margin-left: 269px;
	width: 672px;
	padding-right: 9px;
}

#btmbar {
	height: 9px;
}


#homeimage {
	float: left;
	height: 542px;
	width: 315px;
}


#hometext {
	margin-left: 315px;
	height: 542px;
	width: 302px;
	background-image: url(images/hometext_bg.jpg);
	padding-right: 21px;
	padding-left: 34px;
	text-align: center;
}

#subcontents {
	margin-left: 269px;
	width: 672px;
	padding-right: 9px;
}
#subtopbar {
	margin-bottom: 20px;
}
#subtext {

}

#snowthumbs {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DA5071;
	border-bottom-color: #DA5071;
	background-color: #a4102d;
}
#snowthumbs img {
	margin-bottom: 5px;
}

#snowthumbs a {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#bakedthumbs {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DA5071;
	border-bottom-color: #DA5071;
	background-color: #a4102d;
}
#bakedthumbs img {
	margin-bottom: 5px;
}

#bakedthumbs a {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#subtext2 {
	padding-right: 20px;
	padding-left: 20px;
}

#locations {
	font-family: Trebuchet MS;
	font-size: 12px;
}
#locations strong {
	font-family: Trebuchet MS;
	font-size: 12px;
}



.spacer140 {
	height: 140px;
}

.spacer350 {
	height: 350px;
}

.spacer45 {
	height: 45px;
}
.spacer20 {
	height: 20px;
}
.spacer10 {
	height: 10px;
}
.spacer30 {
	height: 30px;
}
.line20 {
	background-color: #DA4F76;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}