BODY {
	margin: 0px;
	background-color: #E7D9A6;
	background-image: url(/images/afrikan.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}

a:link {
	color: #900;
}

a:hover {
	color: #F30;
}

a:focus {
	color: #F93;
	text-decoration: none;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-indent: 16px;
	margin: 3pt 10px 6pt 20px;
}

div.navbar {
	width: 150px;
	float: right;
	text-align: center;
	margin-top: 0;
	margin-right: -20px;
	right: 0;
}

div.main {
	width: 450px;
	padding-left: 20px;
	margin-right: 10px;
}

div.page {
	background-color: transparent;
	width: 600px;
	height: 100%;
	margin: 0 auto 0 auto;
}

table.products { 
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.products tr { 
	width: 100%;
	border-bottom: 2px groove #996;
}

td { vertical-align: top; }

td.body {
	font-family: Arial, sans-serif;
	text-align: left;
	border-right: 1px #000 dotted;
}

ul.africa li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(/images/africa.gif);
}

ul.navbar {
	list-style-type: none;
	list-style-position: inherit;
}

li.button {
	font-family: Arial, sans-serif;
	font-size: 13px;
	background-color: #E7D9A6;
	border-color: transparent;
	padding: 2px;
	margin: 4px;
}

li.button a:link {
	color: #000;
	border-color: #000;
	border-width: 1px;
	text-decoration: none;
}

li.button a:hover {
	background-color: #000;
	border-color: #000;
	border-width: 1pt;
	color: #F30;
}



td.label {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

td.item {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

