body, div, a {
	color : #000000;
	font-family : Georgia, Verdana, Arial;
	font-size : 12px;
	text-decoration : none;
	line-height : 1.6em; }

body {
	background-color : #000000;
	overflow : hidden;
	margin : 0px; }

.sold {
	text-decoration : line-through;
	color : #808080; }
	
.sm {
	font-variant : small-caps;
	text-transform : lowercase;
	letter-spacing: 1px; }

a {
	font-size : 11px; 
	font-style : italic;
	/* font-weight : bold; */
	text-decoration : underline; }

a:hover {
	text-decoration : none; }

p.head {
	border-bottom : 1px solid #000000;
	font-style : italic;
	font-weight : bold;
	font-size : 18px; }

p.c {
	text-align : center; }

p.e {
	margin-left : 2em;
	text-indent : -2em; }

div#Background {
	width : 600px;  height : 750px;
	background-image : url(drakh.gif);
	margin : 0 auto; }

div#ContentContainer {
	width : 430px;
	position : relative;
	left : 85px;
	top : 100px; }

div#Content {
	height : 425px;
	padding : 0px 5px;
	overflow : auto; }

div#Menu {
	margin-top : 8px;
	font-style : italic;
	font-weight : bold;
	text-align : center; }

div#Menu a {
	text-decoration : none;
	padding : 3px 8px; }

div#Menu a:hover, a.active {
	color : #FFFFFF;
	background-color : #000000; }
