@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #feead4;
	background-image: url(images/bg.gif);
}


.thrColFixHdr #container {
	width: 780px;
	margin: 15px auto; /* this overrides the text-align: center on the body element. */
	background-color: #FEEAD4;
	height: 550px;
	z-index: 0;
	position: relative;
	visibility: visible;

}

.thrColFixHdr #logo {
	width: 158px; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	height: 72px;
	z-index: 4;
	position: absolute;
	visibility: visible;
	top: 13px;
	right: 15px;
	border: 0pt;

}

.thrColFixHdr #links {
	width: 395px; /* this overrides the text-align: center on the body element. */
	background-color: #FEEAD4;
	height: 25px;
	z-index: 4;
	position: absolute;
	visibility: visible;
	top: 96px;
	border: 0pt;
	right: 13px;

}

.thrColFixHdr #flowertop {
	width: 245px; /* this overrides the text-align: center on the body element. */
	background-color: #FEEAD4;
	height: 90px;
	z-index: 4;
	position: absolute;
	visibility: visible;
	top: 5px;
	right: 175px;

}

.thrColFixHdr #cake {
	width: 250px; /* this overrides the text-align: center on the body element. */
	height: 250px;
	z-index: 2;
	position: absolute;
	visibility: visible;
	top: 140px;
	right: 465px;

}


.thrColFixHdr #text {
	width: 380px; /* this overrides the text-align: center on the body element. */
	height: 350px;
	z-index: 2;
	position: absolute;
	visibility: visible;
	top: 140px;
	right: 25px;

}

.thrColFixHdr #thumb1 {
	width: 60px; /* this overrides the text-align: center on the body element. */
	height: 60px;
	z-index: 2;
	position: absolute;
	visibility: visible;
	top: 60px;
	right: 690px;

}

.thrColFixHdr #thumb2 {
	width: 60px; /* this overrides the text-align: center on the body element. */
	height: 60px;
	z-index: 2;
	position: absolute;
	visibility: visible;
	top: 60px;
	right: 625px;

}

.thrColFixHdr #thumb3 {
	width: 60px; /* this overrides the text-align: center on the body element. */
	height: 60px;
	z-index: 2;
	position: absolute;
	visibility: visible;
	top: 60px;
	right: 560px;

}

.thrColFixHdr #thumb4 {
	width: 60px; /* this overrides the text-align: center on the body element. */
	height: 60px;
	z-index: 2;
	position: absolute;
	visibility: visible;
	top: 60px;
	right: 495px;

}

.thrColFixHdr #thumb5 {
	width: 60px; /* this overrides the text-align: center on the body element. */
	height: 60px;
	z-index: 2;
	position: absolute;
	visibility: visible;
	top: 60px;
	right: 430px;

}

.thrColFixHdr #thumb6 {
	width: 60px; /* this overrides the text-align: center on the body element. */
	height: 60px;
	z-index: 2;
	position: absolute;
	visibility: visible;
	top: 410px;
	right: 690px;

}

.thrColFixHdr #thumb7 {
	width: 60px; /* this overrides the text-align: center on the body element. */
	height: 60px;
	z-index: 2;
	position: absolute;
	visibility: visible;
	top: 410px;
	right: 625px;

}

.thrColFixHdr #thumb8 {
	width: 60px; /* this overrides the text-align: center on the body element. */
	height: 60px;
	z-index: 2;
	position: absolute;
	visibility: visible;
	top: 410px;
	right: 560px;

}

.thrColFixHdr #thumb9 {
	width: 60px; /* this overrides the text-align: center on the body element. */
	height: 60px;
	z-index: 2;
	position: absolute;
	visibility: visible;
	top: 410px;
	right: 495px;

}

.thrColFixHdr #thumb10 {
	width: 60px; /* this overrides the text-align: center on the body element. */
	height: 60px;
	z-index: 2;
	position: absolute;
	visibility: visible;
	top: 410px;
	right: 430px;

}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer {
	width: 780px;
	margin: 15px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 0;
	position: relative;
	visibility: visible;
	background:#392613;
	top: 530px;
	background-color: #000000;
} 
.thrColLiqHdr #container #header img {
}
.thrColLiqHdr {
}

