html {
overflow-y: auto;
}
body {
margin-top: 10px;
color: black;
font: 80% Arial, Helvetica, sans-serif;
background: rgb(243, 242, 204);
}
body#contactpg #content {
margin-top: 50px;
width: 500px;
}
#wrapper {
position: relative;
width: 760px;
margin: 0 auto;
}
#main {
height: 1%;
overflow: auto;
}
#content {
float: right;
width: 550px;
}
#content p.shortened {
width: 500px;
}
h3 {
font-size: 1.1em;
}
.smaller {
font-size: .8em;
}
.center {
text-align: center;
}
ul.nav {
margin-left: 5px;
width: 140px;
}
img {
border-width: 0;
}
ul.nav li {
list-style: none;
margin: 0;
padding: 0;
}
ul li {
list-style: outside url(images/bullet.gif) disc;
padding: 4px;
}
.to-top {
visibility: hidden;
}
fieldset {
border: none;
}
table.product {
width: 100%;
border-bottom: 1px solid rgb(85, 85, 85);
margin-bottom: 8px;
}
table.product td.setwidth {
width: 300px;
}
table.product td {
padding: 3px;
}
td.right {
text-align: right;
}
