body {
	background-image:url(images/mainbg.jpg);
	background-color: #BA9E80;
	text-align: center;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
}
#container {
	width: 584px;
	background-image:url(images/feastofwire_bg.jpg);
	background-repeat:repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #BA9E80;
	padding-bottom: 0px;
}


#content {
	padding-left: 49px;
	padding-right: 49px;
	padding-bottom: 25px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
	color: #A3845F;
	text-align: left;
	width: 486px;
}

#nav {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	word-spacing: 8px;
	margin-bottom: 15px;
}


#nav a:link 
{
	color: #76583F;
	text-decoration: none;
}

#nav a:visited 
{
	color: #76583F;
	text-decoration: none;
}

#nav a:hover
{
color: #5E4733;
border-bottom: 1px dotted #76583F;
}

#nav #current
{
	background: #FFFFFF;
	border-bottom: 1px solid white;
	color: #333333;
}


#footer {
	background-image:url(images/feastofwirebottom.jpg);
	margin: 0px auto;
	padding-left: 49px;
	padding-right: 49px;
	width: 486px;
	height: 63px;
	text-align: center;
	font-size:65%;
	color: #9E876E;
	

}
#subhead {
	font-family: Georgia, "Bell MT", Century, "Times New Roman", Times, serif;
	font-size: 60px;
	color: #999999;
	text-align: right;
	margin-top: -9px;
	margin-bottom: -9px;
	padding-bottom: -9px;
	border: 0px;
	
}

a:link 
{
	color: #765A41;
	text-decoration: none;
}

a:visited 
{
	color: #765A41;
	text-decoration: none;
}

a:hover
{
	color: #5E4733;
	text-decoration: underline;
}

.quote {
	font-size:80%;
	color: #9E876E;
	width:50%;
	padding-bottom:10px;
	padding-top:10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style:dotted;
	border-top-color: #9A7B5E;
	border-bottom-color: #9A7B5E;
}

h2 {
	text-align:center;
	letter-spacing: 3px;
	color: #9E876E;
	text-transform:uppercase;
	font-weight:lighter;
	padding-bottom:2px;
	padding-top:2px;
	border-top: 1px dotted #9A7B5E;
	border-bottom: 1px dotted #9A7B5E;
	margin-left:50px;
	margin-right:50px;

}

