	body {
			padding:0;
			margin:0;
			background-image: url( ../../art/index/vertBkgStrip.jpg);
			background-repeat: repeat-x;
			background-color: #DC4A01;
			font-family: sans-serif;
			font-size: 100%;
		}
		
	table {

		padding: 0;
		margin: 0;
		margin-right: auto;
		margin-left: auto;
	}		
		
		td {
			vertical-align: top;
		}

		img {
		border: none;
}
		

/*-------------------------------------------------------------------------------------------------- 
   PAGE DECORATION 
/*------------------------------------------------------------------------------------------------*/		
						
		#leftColDeco, #rightColDeco {
			width: 65px;
			background-repeat: repeat-y;
		}
		
		#leftColDeco {
			background-image: url( ../../art/index/leftSideBkgStrip.jpg);
			background-position: right;
		}
		
		#rightColDeco {
			background-image: url( ../../art/index/rightSideBkgStrip.jpg);
			background-position: left;
		}
		
		
/*-------------------------------------------------------------------------------------------------- 
   PAGE LAYOUT DETAILS 
/*------------------------------------------------------------------------------------------------*/


/*-------  navigation column  -----------------------------------------------------------------------*/
#nav
{
	width: 200px;
	background-color: #D36800;
	background-image: url(../../art/index/nav_deco_middle.jpg);
	background-repeat: no-repeat;
	background-position: top center;	
	position: relative;
}


/* --- navigation decoration ---*/
#nav .decoLeft {
	position: absolute;
	top: 0;
}

#nav .decoRight {
	position: absolute;
	top: 0;
	right: 0;
}

#nav li
{
	list-style-image: url(../../art/index/li_art.jpg);
	list-style-position: inside;
} 

#nav li:hover
{
	list-style-image: url(../../art/index/li_art_hover.jpg);
} 

#nav li> a {

	position: relative;
	text-decoration: none;
	color: #FC6;
	font-size: 0.9em;
	top: -4px;
	padding-left: 2px;
}
#nav li> a:hover {
	color: #FF9;
}

/*-------  page header -------------------------------------------------------------------------------*/
#headerCell {
	width: 800px;
	height: 305px;
}

/*-------------------------------------------------------------------------------------------------- 
   BODY COPY AREA 
/*------------------------------------------------------------------------------------------------*/	
#bodyCell {
	background-color: #F7DAAE;
	width: 600px;
	font-size: 95%;
	line-height: 140%;
}
#bodyCell p {
	padding: 0.5em 2em 1em 1em;
	font-family: serif;
}

#bodyCell p.introduction:first-letter {
font-size : 300%;
font-weight : bold;
float : left;
width : 1em;
color : #c00;
}

#bodyCell .pixDropCap {
	float: left;
	padding: 0 0px 0 0;
	position: relative;
	top: 3px;
}

/* get DIRECTIONS form */
#gDir {
	padding: 0 0 1em 1em;
	font-size: 85%;
}

#gDir label {
	width: 50px;
	display: block;
	float: left;
}

#gDir span {
	display: block;
	
}

/*--------------------------------------------------------------------------------------------------
	SHOPPING 
--------------------------------------------------------------------------------------------------*/

#order_coffee_btn {
	text-align: center;
}


#shop { 
	position: relative;
	display: block;
}

#shop h4, #shop h5 {
	padding: 2px 0 2px 0;
	display: inline;
}

/* coffee */
#shop div.coffee {
	background-color: black;

	color: #ddd;
	padding: 5px;
	margin: 5px;
	display: block;
	vertical-align: top;

	font-family: sans-serif;	
	position: relative;
	top: 1em;
	clear: both;
	
} /* end coffee */




.coffee img {
	float: left;
	padding-right: 5px;
}

#shop p.roasterNotes {
	font-size: 0.95em;
	font-family: sans-serif;
	padding-top: 0;
	padding-bottom: 0;
}

.coffee br {
	clear: both;
	padding: 0;
	margin:  0;
}




/*-------------------------------------------------------------------------------------------------- 
   FOOTER 
/*------------------------------------------------------------------------------------------------*/
#footer
{
	background-image: url(../../art/index/page_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	font-size: 75%;
	line-height: 75%;
	padding: 0;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;

}

#footer div {
	display: block;
	clear: both;
	min-height: 40px;
	padding-top: 5px;
}

#footer a {
	text-decoration: none;
	color: #603;
}

#footer a:hover {
	color: blue;
	text-decoration: underline;	
}
