@charset "UTF-8";
body {
	background-image: url(../images/site_background.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 65px;
	margin-left: 0px;
}
p {
	margin: 0px;
}
a {
	color: #302302;
}
iframe {
	border: 5px solid #E8D5A1;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#site {
	width: 815px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 5px;
	background-color: #F9F1DF;
	margin-bottom: 0px;
}
#maincontent {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#rightcontent {
	float: right;
	width: 682px;
	border: 5px none #F9F1DF;
}
#sidebar {
	float: right;
	width: 183px;
	background-color: #d4c194;
	border: 5px none #F9F1DF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.sidebarright {
	float: right;
	width: 147px;
	margin-bottom: 25px;
}
.sidebarright a {
	color: #00553A;
	text-decoration: none;
}
.sidebarright a:visited {
	color: #00553A;
	text-decoration: none;
}
.sidebarright a:hover {
	color: #302302;
	text-decoration: none;
}
.sidebarleft {
	float: left;
	width: 32px;
	text-align: center;
}
#sidebar h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #02603C;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #302302;
	border-right-color: #302302;
	border-bottom-color: #302302;
	border-left-color: #302302;
	padding-left: 2px;
}
#sidebar p {
	font-size: 12px;
	line-height: 18px;
	padding-left: 2px;
}
#logo {
	float: left;
	width: 127px;
}

div#navigation {
	height: 39px;
	background-color: #b00821;
	background-image: url(../images/nav_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
div#navigation ul {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 32px;
	white-space: nowrap;
	font-weight: bold;
}
div#navigation li {
	list-style-type: none;
	display: inline;
	color: #F0EAD7;
}
div#navigation li a {
	text-decoration: none;
	color: #F0EAD7;
	padding-top: 9px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	text-transform: uppercase;
}
#content {
	float: left;
	width: 480px;
	background-color: #F9F1DF;
}
#content a {
	color: #483302;
	font-weight: bold;
	text-decoration: underline;
}
#content p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #483302;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #483302;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#content li {
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#navigation li a:link {
    color: #FFF:
	text-transform: uppercase;
	color: #F0EAD7;
	text-decoration: none;
}
div#navigation li a:visited {
	color: #F0EAD7;
	text-transform: uppercase;
	text-decoration: none;
}
div#navigation li a:hover {
	color: #F0EAD7;
	background-color: #6F0212;
	text-decoration: none;
}
#footer {
	clear: both;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-size: 11px;
	color: #FAF1DE;
	text-align: right;
}
#footer a {
	font-weight: bold;
	color: #e2aa50;
	text-decoration: none;
}
#footer a:visited {
	color: #e2aa50;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #CB9946;
	text-decoration: underline;
}



.clearfix:after {  
     content: ".";  
     display: block;  
     clear: both;  
     visibility: hidden;  
     line-height: 0;  
     height: 0;  
}  
   
.clearfix {  
    display: inline-block;  
}  
  
html[xmlns] .clearfix {  
    display: block;  
}  
  
* html .clearfix {  
    height: 1%;  
}
#content a:visited {
	color: #483302;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #684902;
	font-weight: bold;
	text-decoration: none;
}
.bfbl {
	margin-bottom: 25px;
	clear: both;
	margin-top: 25px;
}
#content li {
	font-size: 12px;
	color: #333333;
}
.spaceleft {
	margin-left: 10px;
}
.foodie {
	background-color: #E8E0C8;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 15px;
}
#foodieright {
	float: right;
	width: 225px;
	margin-top: 30px;
}
.rightcolumn {
	background-color: #E8E0C8;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 0px;
	float: right;
	width: 175px;
}
.spaceabove {
	margin-top: 7px;
	line-height: 30px;
}

