/* page elements */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #000000;
}
a:link {
	CURSOR:hand;
	color: #DD8647;
	background: #000000;
}
a:visited {
	CURSOR:hand;
	color: #D17027;
	background: #000000;
}
a:hover {
color:#FFFFFF;
}
a:active {
color:#CC3300;
}
a {
text-decoration:none;
}

/* content table */
table.content {
	color: #000000;
	background: #D38C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.content ul {
	color: #000000;
}
.content a:link {
	color: #F8BF6A;
	background: #583516;
	font-weight: bold;
}
.content a:visited {
	color: #F8BF6A;
	background: #583516;
	font-weight: bold;
}
.content a:hover {
	color: #492525;
	background: #F8BF6A;
}
.content a:active {
	color: #D17027;
	background: #F8BF6A;
}

/* identity and contact */
.ident {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #492525;
}
/* buttons */
.buttons {
	color: #DDA877;
	border: 2px solid #000000;
	background: #D38C4C;
}
.buttons a:link {
	color: #F8BF6A;
	background: #583516;
	width: 100%;
	display: block;
}
.buttons a:visited {
	color: #F8BF6A;
	background: #583516;
	width: 100%;
	display: block;
}
.buttons a:focus {
	color: #583516;
	background: #F8BF6A;
}
.buttons a:hover {
	color: #583516;
	background: #F8BF6A;
}
.buttons a:active {
	color: #D17027;
	background: #F8BF6A;
}

/* special styles */
.largetext {
	font-size: 1.2em;
}
.smalltext {
	font-size: 0.75em;
}
.smallblack {
	color: #000000;
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
}
.serving {
	color: #F8BF6A;
	background: #583516;
	font: italic bold 1.2em Georgia, "Times New Roman", Times, serif;
}
.floatleft {
	float: left;
	margin-right: 1em;
}
.phototext {
	color: #492525;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;

}
