@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f6f6f6;
	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;
}
.oneColFixCtr #container {
	width: 804px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #f6f6f6;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #f6f6f6;
	background-image: url(images/homepage_header.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtr #globalNav {
	/*width: 310px; /* the auto margins (in conjunction with a width) center the page */
	padding: 40px 25px 0px 0px;
	float:right;
/*	margin-right:10px;*/
}
.oneColFixCtr #sections {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 230px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 480px;
	float:left;
}
.oneColFixCtr #horoscopes {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 200px;
	height:145px;
	background-image: url(images/horoscopes_bg.gif);
	background-repeat: no-repeat;
	float:right;
	margin-right:25px;
	margin-top:55px;
}
#horoscopes_popup {
	background: #000000;
	text-align: left;
	padding: 15px;
	width:515px;
	border:1px solid #a8ccec;
	visibility: hidden;
	left: 35%;
	top: 5%;
	position: absolute;
}
.oneColFixCtr #footer {
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.globalNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}
.viewcart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	font-weight: bold;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
.bodycopy_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
}

