body { 
	background: #b5a789 url(images/cardboard_bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
}

#main {
	background: #efe5d0 url(images/background.gif) top left;
	font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
        text-align: center;
}

#sidebar {
	background: #efe5d0 url(images/background.gif) top right;
	font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
}

#footer {
	background-color: #675c47;
	color: #efe5d0;
	text-align: center;
	padding: 15px;
	margin: 10px;
	font-size: 90%;
}

#header {
	background: #675c47 url(images/background2.gif);
	margin: 10px;
	height: 108px;
}

#header h1 {
          font-size: 3.5em;
          text-align: center;
} 

#header p {
          font-style: italic;
          text-align: right;
}


#drinks {
	background: #efe5d0 url(images/background.gif) top left;
	font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
}


h1 {
	font-size: 120%;
	color: #954b4b;
}

h2 {
	font-size: 110%;
}

.slogan {
	color: #954b4b;
}

.beanheading {
	text-align: center;
	line-height: 1.8em;
}


a:link {
	color: #b76666;
	text-decoration: none;
	border-bottom: thin dotted #b76666;
}
a:visited {
	color: #675c47;
	text-decoration: none;
	border-bottom: thin dotted #675c47;
}

#sidebar {
	float: right;
	width: 180px;
}

#main {
	margin-right: 230px;
	margin-left: 230px;
}

#drinks {
	float: left;
	width: 180px;
}


#footer {
	clear: both;
}

.photo {
         margin: 10px 10px 10px 10p;
	 padding: 20px 20px 50px 20px;
         background-color: white;
         border: thin solid black;
}

table { border: thin solid black;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

td, th {
	 padding: 5px;
}
	 
.colorcell { background-color: #675c47;
	     color: white;
}