
body { background-color: #000000; background-attachment: fixed; background-position: center top; background-repeat: repeat-y }

td.main {
	background-color: #000000;
	font-family: calibri;
	font-size: 16;
	color: rgb(177,155,98);
	padding: 20px;
	text-align: justify; 
	width: 700px;
	height: 500px;
	vertical-align: top;
	}

td.main a {
	color: rgb(229,229,229);
	}

td.main img {
	border: 5px solid rgb(255,255,255);
	float: right;
	margin-left: 10px;
	}

td.gallery {
	background-color: #000000;
	font-family: calibri;
	font-size: 16;
	color: rgb(177,155,98);
	padding: 10px;
	width: 700px;
	vertical-align: center;
	}

td.gallery img {
	border: 3px solid rgb(255,255,255);
	vertical-align: center;
	}
	
td.blk { background-color: #000000; } 

td.fade {
	text-align: right;
	vertical-align: top;
	height: 500px;
	}

td.gold {
	background-color: rgb(181,156,99);
	}

td.fade img {
	border: 10px solid rgb(229,229,229);
	}

td.links {
	width: 250px;
	padding-top: 100px;
	text-align:center;
	}
table.prices {
	font-family: calibri;
	font-size: 16;
	color: rgb(177,155,98);
	}

table.prices td {
	padding: 5px;
	font-size: 15;
	border-bottom: 1px dashed rgb(177,155,98);
	}

table.prices td.price {
	text-align: right;
	padding: 5px;
	font-size: 15;
	border-bottom: 1px dashed rgb(177,155,98);
	}


td.signature { font-family: arial, helvetica; font-style: italic; font-size: 10; color: rgb(181,156,99); text-align: right; }
td.signature a { 
	font-family: arial, helvetica;
	font-style: italic;
	font-size: 10;
	text-align: right;
	color: rgb(229,229,229); 
	}

