@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #F44963;
	background-color: #FFFFF6;
}
frame {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FF4D65;
	border-right-color: #FF4D65;
	border-bottom-color: #FF4D65;
	border-left-color: #FF4D65;
}
h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	color: #76D8F1;
	background-color: #512B0F;
	letter-spacing: normal;
	word-spacing: normal;
	font-weight: bolder;
	border: dotted;
}
h3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #FE4C65;
	background-color: #FFF;
	border: thin none #512B0F;
}
.shopping {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #000;
}
h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #75D7F0;
	background-color: #502B0F;
	border: 12 dotted #FE4C65;
	border-color: #512B10;
	border-style: dotted;
}
p {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #FF4D65;
	background-color: #FFF;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 165px; /* top and bottom padding create visual space within this div  */
	background-color: #512B0F;
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #76D8F1;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	word-spacing: 0px;
	letter-spacing: 0px;
}
#sidebarextra {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #76D8F1;
	background-color: #512B0E;
}
divnavbar {
	background-color: #512B0F;
}
.oneColLiqCtrHdr #container #mainContent div {
	background-color: #FFF;
	padding: 0px;
	word-spacing: 20px;
	border-color: #FFF;
}
#container {
	font-family: "Comic Sans MS", cursive;
	color: #FC7325;
	background-color: #633D1D;
}
.links {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	color: #613A16;
	background-color: #613A16;
}
.linkwhite {
	color: #FFF;
	background-color: #FFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
