body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/burlap_texture5.gif);
}
p {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 11px;
	color: #85140B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
}
.thrColFixHdr #container {
	width: 733px;
	text-align: left;
	background-image: url(images/repeating_background.jpg);
	padding: 0;
	margin: 0;
	background-repeat: repeat-y;
	position: relative;
	display: block;
} 
.thrColFixHdr #header {
	height: 162px;
	background-image: url(images/beans_heading.jpg);
	background-color: #E4DDCC;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 67px;
	padding: 0px;
	background-image: url(images/green_tab_bg.gif);
	background-repeat: no-repeat;
	height: 216px;
	margin: 0px;
	display: block;
	position: absolute;
	left: 30px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 227px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #mainContent {
	margin: 0px 227px 0px 97px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px;
	background-repeat: repeat-y;
} 
.thrColFixHdr #container #header .fltlft object {
	margin: 0px;
	padding: 0px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3b1b04;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 23px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
object {
}
#cup {
	margin-left: 355px;
	width: 151px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h2 {
	font-size: 11px;
	color: #85140B;
}
#cup  object    {
	margin: 0px;
	padding: 0px;
}
.sidebar_text {font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cb8b60;
	vertical-align: bottom;
	padding: 0px 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent p .bold {
	font-weight: bold;
}
#mainContent .green {
	color: #676100;
}
#footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B39162;
	text-decoration: none;
	padding-right: 132px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer    a:link   {
	text-decoration: none;
	color: #B39162;
}
.footer  a:visited  {
	text-decoration: none;
	color: #B39162;
}
.footer    a:hover   {
	color: #676200;
	text-decoration: underline;
}
.footer   a:active   {
	color: #676200;
	text-decoration: underline;
}

#mainContent   a:link, a:visited {
	color: #676200;
	text-decoration: underline;
}
#mainContent  a:hover, a:active {
	text-decoration: none;
	color: #85150A;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3b1b04;
	text-align: right;
}
#formdiv {
	margin-left: 23px;
}
.entname {
	font-size: 10px;
	padding-left: 23px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.entheading {
	font-weight: bold;
	color: #0033CC;
	font-size: 11px;
	background-color: #85150A;
}
.enthover {
	background-color: #dbcfba;
	font-size: 10px;
	padding-left: 23px;
}

.logo {
	display: block;
	height: 79px;
	width: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.home {	background-image: url(images/acoustic_cafe_07.jpg); }

.subhead {
	display: block;
	height: 64px;
	width: 100%;
	margin: 0;
	padding: 0;

}

.welcome { background-image: url(images/heading_welcome.gif); }
.about { background-image: url(images/heading_about.gif); }
.menu { background-image: url(images/heading_menu.gif); }
.entertainment { background-image: url(images/heading_entertainment.gif); }
.roasting { background-image: url(images/headings_coffee_taste.jpg); }
.retail { background-image: url(images/heading_gifts.jpg); }
.contact { background-image: url(images/heading_contact.gif); }



.retail_photos {
	background-image: url(images/acoustic_merchandise.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 203px;
	width: 362px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
