body {
	background-color:#DED7C8;
	margin: 0 5% 0 5%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	}
img { border: none; }
h1, h2, h3 {
	font-weight:normal;
	font-size: 100%;
	}
h1 { 
	font-size: 110%;
	background-color: #A29E93;
	color: #FFFFFF;
	border-bottom: 1px solid #7D7A71;
	margin: 0px -5px 5px -5px;
	padding: 2px;
	}
h3 { color: #714F2D; }
ul li { padding-bottom: 3px; }
em { font-weight: bold; }
a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	color: #714F2D;
	}
li a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	color: #714F2D;
	}
p a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	color: #714F2D;
	}
li a:hover { 
	background-color: #B5B1A4;
	color: #FFFFFF;
	}
/* establish background image */
#allcontent { 
	margin: 0px;
	width: 783px;
	}	
#titlearea { 
	margin: 5px 0px 20px 0px;
	background-image:url(images/title_headerXp.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
#titlearea img { padding: 5px 0px 0px 30px; }	
#menu { 
	float:left;
	width: 180px;
	margin: 0px 10px 0px 0px;
	padding-bottom: 30px;
	line-height: 200%;
	}
#content { 
	float: left;
	width: 580px;
	line-height: 120%;
	color: #31302D;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 20px 0px; 
	border: 1px solid #7D7A71;
	border-bottom: 6px solid #A29E93;
	}
#content_simple {
	width: 540px;
	margin: 0;
	padding: 10px;
	border: 1px solid #000000;
	text-align: left;
	}	
#content_image { float: left; }
#content_image img { border: 1px solid #000000; }	
#content_menulist {
	float: left;
	color: #3399FF;
	list-style-image: url(images/icons/list_marker.gif);
	}
#content_story { 
	clear: both;
	}
.customer_quotes p { 
	font-style: italic;
	text-align: center;
	font-size: x-small;
	color: #222222;
	background-color:#F0EBD9;
	padding: 4px;
	margin: 15px 50px 15px 50px;
	border: 1px solid #B5B1A4;
	}
/* style information for Coffee Selection table */	
.selection {
	border-collapse: collapse;
	margin: 0px 20px 20px 20px;
	background-color: #F0EBD9;
	}
.picto_cell, .description_cell, .roast_level_cell, .price_cell {
	padding: 3px;
	border: 1px solid #000000;
	font-size: x-small;
	text-align:center;
	}
.picto_cell {
	width: 64px;
	}
.description_cell {
	width: 200px;
	text-align:left;
	}
.roast_level_cell {
	width: 90px;
	}
.price_cell {
	width: 50px;
	}
/* style information for What's New table */	
#whats_new_table table { 
	margin: 0px 20px 20px 20px;
	border-collapse: collapse;
	background-color: #F0EBD9;
	}
#whats_new_table td { 
	padding: 3px;
	font-size: x-small;
	border: 4px solid #DED7C8;
	}
/* fix collumns width, HTML fills header cells with spaces */
.empty_cell {
	background-color: #DED7C8;
	width: 70px;
	}
/* style for about us page */
#image_left { float: left; }	
#image_right { float: right; }
.image_block {
	background-color: #B5B1A4;
	margin: 20px 5px 20px 5px;
	width: 200px;
	padding: 15px;
	text-align: center;
	}
/* style information for front page only */	
#introduction { 
	float: left;
	width: 400px;
	}
#buttons { 
	width: 160px;
	text-align: right;
	padding: 15px 5px 0px 0px;
	float: right;
	}	
/* style information for Order page only */	
#big_email_address { 
	background-color: #F0EBD9;
	border: 3px solid #777777;
	margin: 0px 0px 20px 2px;
	padding: 5px;
	text-align: center;
	font-size: 170%;
	width: 560px; /* narrow to allow for border */
	}
#big_phone_number { 
	margin: 0px 0px 5px 2px;
	padding: 5px;
	font-size: 130%;
	width: 560px; /* narrow to allow for border */
	}
/* footer */	
#footer { 
	background-color: #B5B1A4;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
	clear: both;
	}
.footer	a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
.footer	a:hover {
	background-color:#D5D0C1;
	color: #777777;
	}
.footer_simple {
	width: 560px;
	}
#footer_left { 
	background-color: #B5B1A4;
	padding: 5px 0px 5px 0px;
	width: 120px;
	float: left;
	}
#footer_centre { 
	background-color: #B5B1A4;
	width: 502px;  /* set width 1 pixel too short in case of IE browser box errors */
	padding: 5px 20px 5px 20px;
	float: left;
	}
#footer_right { 
	background-color: #B5B1A4;
	padding: 5px 0px 5px 0px;
	width: 120px;
	float: left;
	}
