@charset "UTF-8";
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
/* CSS Document */

body {
	background-image: url(../images/food-hero-tours-background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #231F1F;
	line-height: 17px;
}

h2{
	line-height: 26px;
}

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color: #1D0C0D;
}
.topbanner  {
	text-align: right;
	padding: 8px;
	font-style: italic;
	background-color: #2E0D0F;
}
.logo  {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 18px 10px;
}
.footer  {
	margin: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #000000;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* Miscellaneous classes for reuse */
.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: 8px;
}
.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;
	padding-bottom : 20px;
}
.content {
	clear: right;
	margin-bottom: 10px;
	
}
#container .content .text {
	width: 430px;
	float: left;
	padding: 10px;
}
.imagebar {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#container .content .text2 {
	width: 410px;
	float: right;
	padding: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	color: #1D0C0D;
	margin-top: 10px;
}
.content2 {
	clear: right;
	margin-bottom: 10px;
	padding: 10px;
	margin-top : 10px;
}




li {
	font-size: 16px;
	list-style-type: none;
	width: 100px;
	float: left;
	font-weight: 600;
	color: #CC9999;
}

.logo {
	padding-left: 16px;
}
.subhead{
font-size: 15px;
	
	font-weight: 600;
	color: #CC9999;
	
	}
	
	.subhead a{
font-size: 15px;
	
	font-weight: 600;
	color: #CC9999;
	text-decoration : underline;
	}
