html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin-top: 10px;
	color: #000;
	font: 80% Arial, Helvetica, sans-serif;
	background: #f3f2cc;
}
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;
	font-weight: bold;
}
.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 #555;
	margin-bottom: 8px;
}
table.product td.setwidth {
	width: 300px;
}
table.product td {
	padding: 3px;
}
