* {
padding: 0;
margin: auto;
}
body {
text-align: center;
color: #000000;
font-family: Verdana, Tahoma, Geneva, Arial, Helvetica;
font-size: 14px;
background-color: #FFE7E7;
background-image: url('shop/images/mainbg.png');
background-attachment: fixed
}
#envelope {
width: 1024px;
overflow: auto;
background-repeat: repeat;
background-color: #FFFFFF;
}
a img {
border: none;
}
a:link {
color: #70461C; 
text-decoration: none;
}
a:visited {
color: #000000; 
text-decoration: none;
}
a:hover {
color: #F9FEF6; 
text-decoration: underline;
font-weight: bold;
}
a:active {
color: #000000; 
text-decoration: none;
}
#mainsitebox {
border:1px dotted #ffffff; width: 1024px;
background-color: #FDF4EB;
/* This is the main site box that holds the design centered on the page */

}
#header {
width: 1024px;
margin-bottom: 0px;
border-bottom: 0px solid #;
}
#headerimage {
width: 1024px;
height: 241px;
margin: auto;
background-color: #580A0A;
background-repeat: no-repeat;

}
#divider{
width: 1024px;
height: 70px;
margin: auto;
background-color: #FECBCB;
background-repeat: no-repeat;
background-image: url('shop/images/divider.gif'); /* This is your main topper image */
}
#content {
text-align: left;
width: 675px;
float: left;
margin-left: 10px;
margin-bottom: 5px;
margin-top: 5px;
padding: 5px;
background-color: #FFFFFF;
border: 0px solid #000000;
display: inline; /* This is the box that holds the main content etc.. */
}
#menu {
text-align: left;
width: 175px;
float: left;
margin-left: 10px;
margin-bottom: 10px;
margin-top: 0px;
background-color: ##FFF5EB;
border: 0px solid #000000;
padding: 5px;
display: inline; /* This holds your navigation menu */
}
#menu a {
text-align: left;
text-decoration: none;
color: #000000;
}
#menu a:hover {
text-align: left;
text-decoration: underline;
background-color: #580A0A;
color: #ffffff;
}
#bottom {
height: 70px;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
color: #000000;
background-color: #580A0A;
background-repeat: no-repeat;
background-image: url('shop/images/bottom.png');
border-top: 0px solid #FECBCB;
clear: both
}
#footer {
height: 24px;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
color: #ffffff;
background-color: #580A0A;
background-repeat: no-repeat;
border-top: 0px solid #C5FBC6;
clear: both
}
#footer a {
text-decoration: none;
color: #FFFFFF;
}
#footer a:hover {
text-decoration: underline;
font-weight: bold;
color:#ffffff;
}
p {
padding-bottom: 10px;
}
#menu ul {
margin-bottom: 15px;
}
#menu ul li {
margin-left: 2px;
margin-top: 5px;
list-style-type: none;
}
.menuimage {
padding-bottom: 5px;
}
