body
{
	font-family: Arial,Helvetica,Sans-serif;
	margin: 0;
}

h1
{
	background-color: black;
	border: 0;
	color: #FF8020;
	font-size: 250%;
	font-weight: heavy;
	line-height: 150%;
	margin: 0;
	padding: 8px;
}

h2
{
	border-top: dashed 1px black;
	font-size: 120%;
	line-height: 150%;
	margin: 16px 8px 8px 8px;	
}

h2.clear
{
	clear: both;
}

p
{
	margin: 8px;
}

a
{
	color: black;
}

form
{
	margin: 0;
}

img
{
	border: 0;
}

ul#menu
{
	background-image: url(MenuGrad.gif);
	color: white;
	height: 32px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#menu li
{
	display: inline;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0;
}

ul#menu li a
{
	background-image: url(MenuDiv.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: white;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}

ul#menu li a:hover
{
	text-decoration: underline;
}

div#pages
{
	border-top: solid 1px black;
	border-right: solid 1px gray;
	border-bottom: none;
	border-left: solid 1px black;
	float: left;
	width: 160px;
	margin: 16px 8px 8px 8px;	
}

div#pages ul
{
	background-color: black;
	color: white;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

div#pages li
{
	border-bottom: solid 1px gray;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
}

div#pages li a
{
	color: white;
	margin: 0;
	padding: 12px 12px;
	text-decoration: none;
}

div#pages li a:hover
{
	text-decoration: underline;
}

div#content
{
	margin: 0 0 0 176px;
}

div#full
{
	margin: 24px 0 0 0;
}

img.centred
{
	display: block;
	margin: 16px auto 32px auto;
}

div.left
{
	float: left;
	padding: 0 24px 24px 24px;
}

div#footer
{
	border-top: dashed 1px black;
	clear: both;
	font-size: small;
	margin: 24px 8px 0 8px;
	text-align: center;	
}

table.purchase
{
	border-collapse: collapse;
	margin: 0 8px 4px 8px;
	white-space: nowrap;
}

table.purchase form
{
	margin-top: 16px;
}

tr.other td
{
	border: none;
	border-top: solid 1px silver;
	margin: 0;
	padding: 0;
}

table.purchase td
{
	padding: 8px 8px 0 0;
}

td.item
{
	padding: 8px 8px 0 0;
	width: 100%;
}

td.buy
{
	padding: 8px 0 0 0;
}
