@charset "utf-8";

body {
	FONT-FAMILY: Tahoma, Arial, Verdana, sans-serif;
	FONT-SIZE: 11px;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6F6A59;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFAAFF;
	margin: 0 auto; /* 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. */
	padding: 0px;
	z-index: 2;
}
.oneColFixCtrHdr #header {
	background: #FFAAFF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #666666;
	position: relative;
	z-index: 3;
}
.oneColFixCtrHdr #header h1 {
	FONT-SIZE: 16px;
	COLOR: #6F6A59;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.logo
	{
	top:10px;
	left:550px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 90px;
	height: 19px;
	float: right;
	z-index: 3;
	}
.oneColFixCtrHdr #mainContent {
	FONT-SIZE: 16px;
	COLOR: #6F6A59;
	background-color: #FFAAFF;
	padding: 0 20px;
	position: relative;
	z-index: 0;
}
.oneColFixCtrHdr #footer {
	FONT-FAMILY: Tahoma, Arial, Verdana, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #6F6A59;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFAAFF;
}
.oneColFixCtrHdr #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 */
}
.menu {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	position: absolute;
	top: 30px;
}
.newcustomers {
	top: -13px;
	position: absolute;
	left: 304px;
	width: 126px;
}
.search {
	top: -33px;
	position: absolute;
	left: 20px;
	width: 285px;
	vertical-align: top;
}
.subscription {
	top: -14px;
	position: absolute;
	left: 431px;
	text-decoration: none;
	width: 210px;
}
.bookmark {
	top: -13px;
	position: absolute;
	left: 640px;
	width: 122px;
}

.schoolimage {
	top: 27px;
	position: absolute;
	left: 593px;
}
.babyimage {
	top: 51px;
	position: absolute;
	left: 306px;
	height: 151px;
}
.weddingimage {
	top: 240px;
	position: absolute;
	left: 380px;
}
.craftimage {
	top: 36px;
	position: absolute;
	left: 445px;
	height: 151px;
}
.accessoriesimage {
	top: 36px;
	position: absolute;
	left: 165px;
}

.danceimage {
	top: 14px;
	position: absolute;
	left: 18px;
}

.date{
	font-weight:bold;
	color:#BA4296;
	float:none;
}


.code{
	font-weight:bold;
	color:#000000;
	float:none;
}

