* {
	margin: 0;
	padding: 0;
}
html {
overflow-y: scroll;
}
body {
background: #EFEFCB;
background-image:url('images/bkgr.jpg');
background-repeat:no-repeat;
font-family: Georgia, Times New Roman;
font-size: 12px;
line-height: 20px;
color: #484818;
}
a {
font-weight: bold;
text-decoration: none;
color: #666752;
}
a:hover {
font-weight: bold;
text-decoration: underline;
}
#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 5px;
border: 3px solid #D8D890;
}
#header {
height: 160px;
background: #fff url(images/header.jpg) no-repeat;
}
#menu {
height: 30px;
line-height: 30px;
background: #D4D4A8;
}
#menu ul {
list-style-type: none;
padding-left: 0px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li.thispage {
padding: 0 12px 0 12px;
text-decoration: none;
font-weight: bold;
font-size: 14px;
color: #242520;
}
#menu ul li a {
padding: 0 12px 0 12px;
text-decoration: none;
font-weight: bold;
font-size: 14px;
color: #666752;
}
#menu ul li a:hover {
color: #414335;
text-decoration: none;
}
#content {
padding: 0 0px 0px 0;
}
.right {
float: right;
width: 600px;
text-align: left;
padding: 5px 10px 10px 0px;
}
.right h2 {
font-size: 22px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
line-height: 24px;
letter-spacing: 1px;
padding: 15px 0px 15px 0px;
color: #666752;
}
.right h3 { 
font-size: 17px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
letter-spacing: 0px;
padding: 10px 0px 10px 0px;
color: #666752;
}
.right h4 { 
font-size: 12px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
letter-spacing: 0px;
padding: 2px 0px 2px 0px;
color: #666752;
}
.small { 
font-size: 9px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
letter-spacing: 0px;
padding: 0px 2px 2px 0px;
color: #666752;
line-height: 12px;
}
.caption { 
font-size: 11px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-style: italic;
text-align: center;
padding: 0px 0px 0px 0px;
color: #666752;
}
#coupon {
height: 240px;
background: url(images/coupon.jpg) no-repeat;
background-position: center;
text-align: center;
padding:0px,0px,0px,0px;
}
#coupon-special {
height: 240px;
background: url(images/coupon-mothers_day.jpg) no-repeat;
background-position: center;
text-align: center;
padding:0px,0px,0px,0px;
}
.coupontext { 
font-size: 16px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
letter-spacing: 0px;
padding: 40px 2px 2px 0px;
color: #;
}
.right ul {
margin-left: 30px;
padding-left: 0px;
}
.floatright { 
float: right;
margin: 10px 10px 10px 10px;
}
.floatleft { 
float: left;
margin: 10px 10px 10px 10px;
}
.floatcenter { 
float: center;
margin: 10px 10px 10px 10px;
}
.left {
float: left;
width: 190px;
padding-top: 10px;
text-align: center;
}
.left h2 {
height: 24px;
color: #4c4d26;
font-size: 15px;
}
#footer {
text-align: center;
font-size: 10px;
color: #484818;
}
#footer a { color: #484818;
font-weight: normal; }
#footer a:hover { color: #484840; }
