body {
	background-color: #819337;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
.content_darkblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #201d1e;
	line-height: 18px;
}
.pagebg {
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.banner {
	background-image: url(../images/panchos_restaurant.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.online {
	background-image: url(../images/online.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f4f6d3;
}
.sectionbg {
	background-color: #f4f6d3;
}
.footer {
	background-image: url(../images/fooetr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 60px;
}
.box {
	border: 1px solid #afbf36;
	background-color: #FFFFFF;
	padding: 5px;
}
.footer_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464e21;
}
.content_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #201d1e;
}
.grey_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #6b6368;
}
.border_grey {
	background-color: #c3c3c3;
}
a.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #464e21;
	text-decoration: none;
}
.nav {
	text-align: left;
	vertical-align: middle;
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cbcaca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	cursor:pointer;
	padding-left:5px;
}
.ribbon {
	background-image: url(../images/ribbon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.nav_roll {
	text-align: left;
	vertical-align: middle;
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cbcaca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	cursor:pointer;
	padding-left:5px;
}
.nav_select {
	text-align: left;
	vertical-align: middle;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-left:5px;
}

a.more:hover {
	text-decoration: underline;
}

