body {
/*	margin:0;*/
	background-color: #0e0600;
	font: 75% cursive;
	color: #cda83e;
}
img {
	border:none;
}
#content {
	margin:105px auto 80px auto;
	width:477px;
	height:383px;
	border:none;
	overflow:auto;
}
.HomeLink {
	font-size: 14px;
	color: #cda83e;
}
iframe {
	width:477px;
	height:383px;
	border:none;
	overflow:auto;
}
#logo {
	font-size: 500%;
	line-height:100%;
	margin:10px;
}
#links a,
#address a {
	color: #6c5921;
	font-size: 12px;
	margin:0 5px 0 5px;
}
/* pages */
#index {
	background: #000 url(images/bg.jpg) no-repeat top center;
	text-align:center;
	color: #6c5921;
}
#home {
	background: #000 url(images/front.jpg) no-repeat top center;
}
table {
	width:100%;
}
td, th {
	font: 100% cursive;
	color: #cda83e;
	text-align: left;
	padding:0;
	padding-top:5px;
}
td {
	font: 75% cursive;
	color: #6c5921;
	border-bottom: 1px dashed #2a230d;
	padding-bottom:5px;
	padding-top:0;
}
.price {
	text-align: right;
}
A:link
{
	COLOR: #cda83e;
	font-size: 12px;
	TEXT-DECORATION: none

}
A:visited
{
    COLOR: #cda83e;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #cda83e;
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: #cda83e;
    TEXT-DECORATION: underline
}