body, td {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: black;
	font-size: 10px;
}

td .header {	
	text-transform: capitalize;	
	color: black;
	font-size: 11pt;
	left: 10px; 
	bottom: -5px; 
	font-weight: bold; 
	position: relative; 
}

.main_text {
	width: 500px;
	text-shadow: 0px 0px 5px black;
	text-align: center;
}

img, table {
	border:  0px;
}

object, param {

	border: 0px;
	margin: 0;

}

.title {
	color: #000000;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0px 0px 5px black; 
}

.htitle {
	color: #000000;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 30px;
	text-shadow: 0px 0px 5px black; 
	position: relative;
	left: 75px;
	top: 18px;
}

.item_container {
	padding: 7px;
	background-color: #987d3c;
	border-color: #6b582a;
	border-style: dashed;
	border-width: 2px;
}

.item_container-alt {
	padding: 7px;
	background-color: #ba9a4a;
	border-color: #6b582a;
	border-style: dashed;
	border-width: 2px;
}

.item_title {
	color: black;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16pt; 
	text-align: center;
}

.item_del {
	margin: -5px;
	width: 25px;
}

.item_data {
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	font-size: 9pt;
}

.item_details {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 9pt;
}

.item_img {
	height: 258px;
	width: 397px;
	float: right;
}

.content {
	max-width: 750px;
	word-wrap: break-word;
	background-color: #ffb41a;
}

.box {
	border: 1px solid #000;
	background-color: #ddd;
	padding-top: 5px;
}

.dottedbox {
	border: 1px dotted #000;
	background-color: #ddd;
	text-align: justify;
	padding: 5px;
}

a:link, a:visited {
	text-shadow: 0px 0px 0px;
	color: #625600;
}

a:hover {
	text-shadow: 0px 0px 0px;
	font-style: italic;
	text-decoration: none;
	color: #8b7b00;
}

a:active {
	text-shadow: 0px 0px 0px;
	text-decoration: none;
	color: #a58f00;
}

.footer {
	height: 100%;
	padding: 15px;
	text-align: center;
	/*background-image: url(http://freebeansfreshgrill.com/Global/Images/shadow.png);*/
}

.available_now {
	right: 100px;
	top: -100px;
	position: relative;
}

