body {
background-image: url('../images/bg2.jpg');
font: 1em/1em sans-serif;
background-color:#4c9148;
margin-top:3px;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
color:maroon;
}

#holdpg {
background-image: url('../images/bg1.jpg');
border:1px solid gray;
width: 900px;
height: 500px;
margin-top: 3px;
padding-top: 4px;
/* CurveyCorners, Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    CCborderRadius: 10px;
}

#content {
/* -- This sets the page width */
width: 900px; 
 /* -- This sets the page height -- OMIT for dynamic height */
/*height: 500px;*/
/* CurveyCorners, Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    CCborderRadius: 10px;
}

#banner {
background-image: url('../images/bg1.jpg');
border:1px solid gray;
width: 900px;
/* CurveyCorners, Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    CCborderRadius: 10px;
}

#menu {
background-image: url('../images/bg1.jpg');
border:1px solid gray;
font: normal .9em/1em sans-serif;
margin-top:3px;
padding-top: 4px;
padding-bottom: 4px;
margin-bottom:3px;
width: 900px;
/*height: 18px;*/
/* CurveyCorners, Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    CCborderRadius: 10px;
}

#filler {
background-image: url('../images/bg1.jpg');
float:left;
margin-top:3px;
margin-bottom: 20px;
width: 900px;
 /* -- This sets the page height -- OMIT for dynamic height -- Must match height above*/
/*height: 400px;*/
/* CurveyCorners, Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    CCborderRadius: 10px;
}
p {
text-align: left;
padding: 8px;
text-indent: 4em;
}
/* ===== Shopping Cart (view cart styling in Cart/css/paypal folder) ====== */
#shopping {
background-image: url('../images/bg1.jpg');
margin-top: 3px;
margin-bottom: 20px;
/* CurveyCorners, Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    CCborderRadius: 10px;
}
.price {
font: bold 1.2em/1.6em sans-serif;
}

.shoplist {
font: normal .86em/1em sans-serif;
margin:0 0 0 0;
}

.shopitem {
font: normal .69em/1.1em sans-serif;
}

/* ==================== Credits at page bottom ==================== */
#credit {
width:900px;
margin-top:1em;
text-align: center;

font: small-caps bold .72em/1em sans-serif;
}

#credit a {
color: white;
text-decoration: none;
}

#credit a:hover {
color: red;
}