html, body, ul, li, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	list-style: none;	
}

body {
	background: #E6DFED;
	text-align: center;
	color: #2D2A88;
	font-size: 16px;
	font-family:   ‘Trebuchet MS’, Helvetica, sans-serif;
	font-weight: bold;
}

img {
	border: 0;
}

a img { 
	border-style: none; 
}

a {
	text-decoration: none; 	
	color: #B5167D;	
}

a:hover {
	background-color: #DCDCEB ; 
	color: #2D2A88;
}

a:active {
	outline-style: none
	outline:none;
}

a focus {
 	outline-style: none
	-moz-outline-style:none;
}

a.treat:hover {
background-color:#ffffff;
}

#wrapper {
	text-align: left;
	margin: 15px auto;
	width: 860px;
	position: relative;
	background: #ffffff;
	border: 5px solid #C48B8B;
	background: #ffffff url(images/bottom_drop.jpg) no-repeat;
	background-position: bottom right;	
}
  
#head-1 {
	background: url(images/header.jpg) no-repeat;
	width: 860px;
	height: 215px;
	top: 0;
	left: 0px;	
	position: absolute;
}

#nav {	
	margin: 11px 0 20px 0px;
	position: relative;
	top: 240px;
	height: 260px;	
}

#nav ul li a {
	text-decoration: none;
	background: #ffffff;
	background-image:url(images/rose.jpg);
	background-repeat:no-repeat;
	background-position:10px 0px 10px 15px; 
	background-color: #ffffff;
	overflow: hidden;
	padding:10px 0px 0px 35px;
	font-size: 14px;
}

#nav a:active {
	outline-style: none
	outline:none;
}

#nav a focus {
 	outline-style: none
	-moz-outline-style:none;
}

a.treat:hover {
background-color:#ffffff;
}

a.regular {
  color:#2D2A88;
}

#nav ul li a:hover {
	text-decoration: none;
	background: #ffffff;
	background-image:url(images/rose_hover.jpg);
	background-repeat:no-repeat;
	background-position:10px 0px 10px 15px; 
	background-color: #ffffff;
	font-weight:bold;
	padding:10px 0px 0px 35px;	
}

#nav li {
	_height: 1%;
	padding: 10px 12px 16px 15px;
	font-size: 16px;
}

#mid-stripe {
	position: absolute;
	top: 250px;
	height: 500px;
	width: 5px;
	background-color: #DCDCEB;
	margin-left: 200px; 
}	

#body-right {
	position: relative;
	left: 220px;
	width: 620px;
	top: -40px;
	padding-right: 20px;
}

#body-right a.img {
	display: none;
}

#body-bottom {
	font-size: 14px;
	position: relative;
	width: 760px;	
}

#body-right li {
	_height: 1%;
	padding: 4px 4px 0px 4px;
}

#body-right h2 {
	font-size: 20px;	
}

#body-left {
	float: left;
	width: 278px;
	position: absolute;
	top: 580px;
	padding-left: 10px;
}

#footer {
	text-align: center;
	margin-left: 0px;	
	padding: 0px 0px 0px 0;
	font-size: 12px;
}

#promo
{
	text-align: center;
}

em {
	color:#B5167D ;	
	font-size: 20px;
}

pink-color {
	color: #B5167D;
}


