body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/header/main-bg_3.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #f4eae9;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
}
#header {
	width: 900px;
	height: 114px;
	/*background: url(../images/header/header.png) no-repeat;*/
	float: left;
}
#subheader {
	width: 900px;
	height: 25px;	
	margin-bottom: 10px;
	line-height: 25px;
	background: #f4eae9;
	float: left;
}
#shop_now_stars {
	width: 432px;
	height: 156px;
	background: #f4eae9 url(../images/header/main_stars.gif) right top no-repeat;
	float: left;
}
#shop_now_wbar {
	width: 432px;
	height: 33px;
	background: #FFFFFF url(../images/header/main_shopnow.gif) right top no-repeat;
	float: left;
}
#shop_now_pbar { 
	width: 432px;
	height: 20px;
	background: #f4eae9;
	float: left;
}
#show_now_candy { 
	height: 209px;
	width: 327px;
	background: #000000 url(../images/header/main_candygirl.gif) no-repeat;
	float: left;
}
#button_margin { width: 1px; height: 42px; float:left; }
#button_selected {
	width: 280px; /* 290 - 5 - 5 */
	height: 32px;
	padding: 11px 5px 0 5px;
	background: url(../images/header/button_selected.gif) no-repeat;
	text-align: left;
	float:left;
}
#button_un_selected {
	width: 220px; /* 240 - 5 - 5 */
	height: 25px;
	padding: 17px 5px 0 5px;
	background: url(../images/header/button_un_selected.gif) no-repeat right;
	text-align: left;
	float:left;
}
/* NAV */
ul.nav_main {
	width: 840px;
	height: 23px;
	line-height: 23px;
	background: #090909;
	float: left;
	margin:0;
	padding:0 0 0 60px;
	list-style: none;
	font: 11px Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
}

ul.nav_main li {
	margin:0;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 23px;
	height: 23px;
	background: url(../images/header/border_menu.gif) repeat-y right;
	float:left;
}

ul.nav_main li a {
	text-decoration: none;
	display: block;
	color:#ffffff;
	font-weight: bold;
}

ul.nav_main li a:hover {
	color:#ffffff;
}
