body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #d2914b;
	background: #e89718;
	background: #db9c39;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic",Helvetica,Arial,sans-serif;
	color: #282520;
}
#wrap { 
	font-size: 13px;
	width: 860px; 
	margin: 0 auto;
	text-align: left;
} 
#header {
	background: #000 url("../img/logo-caffix.gif") 0 0 no-repeat;
	height: 131px;
	position: relative;
}
#home #header {
	height: 345px;
}
#header h1 {
	margin: 0; 
	padding: 0;
	width: 260px;
	height: 131px;
	text-indent: -9999px;
	float: left;
}
h1 a {
	width: 260px;
	height: 131px;
	display: block;
}
#introContent {
	padding: 0 110px 0 110px;
}
.column {
	width: 430px;
	float: left;
}
.column h2 {
	font-size: 18px;
}
.column h2, .column p {
	padding: 0 40px;
	color: #282520;
}
#nav-services, #nav {
	font-family: "Century Gothic",Helvetica,Arial,sans-serif;
}
#nav-services {
	position: absolute;
	right: 20px;
	bottom: 0;
	margin: 0;
	padding: 0;
}
#nav-services li {
	float: left;
	list-style: none;
	margin-left: 20px;
	border-bottom: 10px solid #444;
	padding-bottom: 10px;	
}
#nav-services li.active {
	border-bottom: 10px solid #fff;
	padding-bottom: 10px;
}
#nav-services li a {
	text-decoration: none;
}
#nav { 
	margin: 0 0 0 100px;
	padding: 0;
}
#nav li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
#nav li a {
	padding: 10px;
	text-decoration: none;
	display: block;
	color: #854228;
}
#nav li a:hover {
	color: #333;
	background: #f1f1f1;
}
#content {
	padding: 10px 0;
	border-top: 3px solid #fff;
	background: #fff;
}
#mainContent {
	margin: 0 110px 0 110px;
} 
#mainContent a {
	color: #854228;
}
h2 {
	margin-top: 0;
	padding: 0 0px;
	font-size: 28px;
	font-weight: normal;
}
#mainContent h3 {
	padding-top: 10px;
	font-size: 16px;
}
.clear {
	clear: left;
}
#mainContent p, #mainContent li, #mainContent cite, #mainContent blockquote {
	color: #5d564b;
}
#footer { 
	padding: 0 10px 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	color: #fff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
hr {
	clear: both;
	height: 1px;
	color: #ccc;
	background: #ccc;
	border: none;
	margin: 0 20px;
}
.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;
}
.img-left {
	float: left;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 20px 10px 0;
}
.img-right {
	float: right;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 0 10px 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a wrap that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.contact-card {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #666;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
}
.home .contact-card {
	top: 78px;
}
p.up {
	clear: both;
}
p.up a {
	color: #333;
}
p.intro {
	color: #282520;
	font-size: 1.4em;
}
ul.intro li {
	color: #282520;
	font-size: 1.2em;	
}
p.note {
	font-style: italic;
}
div.panel strong {
	color: #333;
}
div.panel .prices strong {
	color: #333;
	font-weight: bold;
	font-size: 1.4em;
	display: block;
	font-family: "Century Gothic",Helvetica,Arial,sans-serif;
}
div.panel strong span {
	color: #666;
	font-weight: normal;
	font-size: 0.7em;
}
.prices {
	float: left;
	width: 190px;
	border-left: 1px solid #ccc;
	padding: 0 10px;
	min-height: 9em;
	margin-bottom: 1em;
}
.bar-cafe .prices {
	width: 250px;
	min-height: 5em;
}
div.panel {
	background: url("../img/headline-bg.gif") 0 0 no-repeat;
}

