body	{
	color: white;
	background: #3f0c00;
	background: #533324;
	background: #360e04;
	background: #300800 url(beans.jpg);
	font-size:  75%;
}
#c1 {
	background: url(beans_grad.jpg) repeat-x;
}
#content p	{
	text-indent: .5em;
}
#content p.f	{
	text-indent: 0;
}
p.sig1, p.sig2	{
	text-indent: 0;
	text-align: right;
	font-style: italic;
	margin:0;
	padding:0;
}
p.sig2	{
	margin-top: .1em;
	font-size: .8em;
	font-style: normal;
	text-transform: uppercase;
}

#c2, #footer	{
	min-width:  760px;
	max-width:  950px;
	margin:  0 auto;
}
#c2 {
	border: 1px solid #c3bdb1;
	border-top: 0;
	-webkit-box-shadow: 0 0 20px hsla(0, 0%, 0%, .6);
	-moz-box-shadow: 0 0 20px hsla(0, 0%, 0%, .6);
	box-shadow: 0 0 20px hsla(0, 0%, 0%, .6);
}

#header	{
	background: #452b1e url(leaves.jpg);
	border-top: 1px solid #c3bdb1;
	border-bottom: 1px solid #c3bdb1;
	min-height:  78px;
	position:  relative;
	z-index: 2;
	-webkit-box-shadow: 0 5px 40px hsla(0, 0%, 0%, .4);
	-moz-box-shadow: 0 5px 40px hsla(0, 0%, 0%, .4);
	box-shadow: 0 5px 40px hsla(0, 0%, 0%, .4);
	clear: both;
}
#header h1	{
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	width: 48%;
	font-size: 78px;
	height:  1em;
	line-height: 1em;
	position:relative;
}
#header h1 span	{
	position: absolute;
	left: -999em;
}
#header img {
	position:relative;
	top: 8px;
}
h2 {
	font-size: 1.8em;
	color: white;
	font-family: tahoma;
	text-shadow: 0 0 .5em hsla(0, 0%, 0%, .8);
}
#address	{
	float: left;
	width: 43%;
	margin-left: 2%;
	text-align: center;
	text-transform: uppercase;
	font-family: verdana;
	font-size: .8em;
	line-height: 1em;
	/* eek */
	padding: .25em 1% .75em 1%;
	color: #ebe7e3;
	color: #d4bca4;
	border: 1px solid #c3bdb1;
	border-top: 0;
	/* draw above negative margin cup top */
	position: relative;
	z-index:2;
	top: -1px;
	background: #4d3123;
	background: #452b1e url(leaves.jpg) left 50% repeat-x;
	-moz-border-radius-bottomleft: 2em;
	-moz-border-radius-bottomright: 2em;
	/* in case moz switches to standard property with prefix */
	-moz-border-bottom-left-radius: 2em;
	-moz-border-bottom-right-radius: 2em;
	/* webkit */
	-webkit-border-bottom-left-radius: 2em;
	-webkit-border-bottom-right-radius: 2em;
	/* and the standard */
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
	-webkit-box-shadow: 0 5px 10px hsla(0, 0%, 0%, .3);
	-moz-box-shadow: 0 5px 10px hsla(0, 0%, 0%, .3);
	box-shadow: 0 5px 10px hsla(0, 0%, 0%, .3);
}
#nav {
	width:  50%;
	position: absolute;
	right:  20px;
	bottom:  -1px;
	font-size: 1.3em;
}
#nav ul	{
	margin:0;
	float:right;
	list-style: none;
	letter-spacing:  .02em;
}
#nav li	{
	float:left;
	background: url(divider.png) right bottom no-repeat;
	padding: 1px 1px 0 1px;
	border-bottom:  1px solid #c3bdb1;
}
#nav li.current, #nav li:hover	{
	background-color: #372b21;
	padding: 0;
	border: 1px solid #c3bdb1;
	position:relative;
	top: 4px;
	-webkit-box-shadow: 0 5px 10px hsla(0, 0%, 0%, .4);
	-moz-box-shadow: 0 5px 10px hsla(0, 0%, 0%, .4);
	box-shadow: 0 5px 10px hsla(0, 0%, 0%, .4);
}
#nav li a {
	display:  block;
	line-height:  1em;
	color: #ebe7e3;
	text-decoration:  none;
	padding:  .4em 12px;
}
#nav li:first-child a {
	background: url(divider.png) left bottom no-repeat;
}
#c3	{
	background: #895f46 url(backtile.jpg) -60px bottom repeat;
	min-height: 390px;
}
#content	{
	float: left;
	margin-left:  410px;
	padding-top: 40px;
	padding-right: 50px;
	text-align: justify;
}
#cup	{
	height: 138px;
	background: url(bottomtile.jpg) -60px top repeat-x;
	position:  relative;
	z-index:  1;
	overflow: visible;
}
#cup_top {
	float:left;
	clear:left;
	width: 442px;
	height: 333px;
	background: url(cup_top.jpg) -50px top no-repeat;
	margin-top: -333px;
	position:relative;
}
#cup_bottom	{
	float:left;
	clear:left;
	width: 587px;
	height: 138px;
	background: url(cup_bottom.jpg) -50px top no-repeat;
	position:relative;
}
#footer {
	color: #fee6c8;
	padding-top: 1em;
}
#footer p {
	margin-bottom: 0;
}
#footer a {
	color: white;
}
.clear	{
	clear: both;
}
.l {
	float:left;
	text-align: left;
}
.r {
	float:right;
	text-align: right;
}

#skiplinks {
	float:right;
	position:relative;
	z-index: 4;
	min-height: 20px;
	font-size: .9em;
	color: #c3bdb1;
}
#skiplinks p {
	float:left;
	padding-right: 10px;
	margin:0;
}

#skiplinks a {
	color: #c3bdb1;
}
