body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	background: #fff5e1;
  color: #ff4e2b;
}

p {
	width: 320px;
	margin: 15px 0 0 0;
}

p.note {
	font-size: 7pt;
}
#mainphoto {
	position: absolute;
	top: 0;
	left: 0;
}

#desc {
	position: absolute;
	top: 0px;
  left: 253px;
}

a, a:link, a:visited {
  color: #ff4e2b;
  text-decoration: underline;
}

table {
	margin-top: 3px;
}
table td {
	vertical-align: top;
}
table img {
  cursor: pointer;
  vertical-align: top;
	margin-right: 3px;	
}

table img.selected {
	border-bottom: 3px solid #ff4e2b;
}