body, td, p, li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 18px;
	text-align: justify;
}

body {
	margin: 20px 15%;
	background: #e6e1da;
}

p {
	margin: 0;
}

p + p { margin-top: 16px; }


#content {
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
}

#content td {
	padding: 0;
	border: 0;
}

#content td.tl {
	width: 18px;
	height: 18px;
	background-image: url(img/borders/topleft.png);
}

#content td.t {
	height: 18px;
	background-image: url(img/borders/top.png);
	background-repeat: repeat-x;
}

#content td.tr {
	width: 18px;
	height: 18px;
	background-image: url(img/borders/topright.png);
}

#content td.l {
	width: 18px;
	background-image: url(img/borders/left.png);
	background-repeat: repeat-y;
}

#content td.c {
	background: white;
}

#content td.r {
	width: 18px;
	background-image: url(img/borders/right.png);
	background-repeat: repeat-y;
}

#content td.bl {
	width: 18px;
	height: 18px;
	background-image: url(img/borders/bottomleft.png);
}

#content td.b {
	height: 18px;
	background-image: url(img/borders/bottom.png);
	background-repeat: repeat-x;
}

#content td.br {
	width: 18px;
	height: 18px;
	background-image: url(img/borders/bottomright.png);
}

#logo {
	color: #ccc;
	float: right;
}

#headspacer {
	height: 60px;
}

#copyright {
	margin-top: 20px;
	color: #ccc;
	text-align: center;
	font-size: 10px;
}

#menu {
	margin-top: 20px;
	text-align: center;
	color: #600;
}

a:link, a:visited {
	color: #069;
	text-decoration: underline;
}

a:hover {
	color: black;
	background-color: #e6e1da;
}

p.product {
	margin-top: 20px;
	font-weight: bold;
	font-variant: small-caps;
}

p.price {
	margin-top: 0;
	padding-bottom: 2px;
	text-align: right;
	border-bottom: 1px solid #eee;
	color: #900;
}

p.price2 {
	margin-top: 0;
	text-align: right;
	color: #900;
}
p.accurate {
	margin-top: 0;
	text-align: right;
	color: #666;
	font-size: 10px;
}

