body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.875em;
	color: rgb(102,56,19);
	background: white;
}

@font-face {
	font-family: 'Cronos Pro Bold';
	src: url('CronosPro-Bold.eot');
	src: local('Cronos Pro Bold'), local('CronosPro-Bold'), url('CronosPro-Bold.woff') format('woff'), url('CronosPro-Bold.otf') format('opentype'), url('CronosPro-Bold.svg#CronosPro-Bold') format('svg');
}

#navigation, #footer, #footerBottom, #bottom {
	display: none;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: white;
}

/* HEADER */
#header {
	height: 165px;
	margin: 0 12px;
	overflow: hidden;
	background: url(../images/cherries_header.jpg) right top no-repeat;
}

#headerContact {
	color: rgb(225,29,82);
	font-family: Cronos Pro Bold, Gerogia, serif;
	font-size: 18px;
	margin-top: -28px;
	margin-left: 235px;
}

/* MAIN BODY */
#content {
	width: 800px;
	margin: 0 12px;
	padding-top: 24px;
	background: white;
}

/* CONTENT */
#main {
	border: 0;
}

#boxLeft {
	float: left;
	width: 250px;
	margin-right: 31px;
}

#boxRight {
	float: left;
	width: 250px;
}

#boxRight img {
	border: 1px solid rgb(167,117,80);
	padding: 6px;
	background-color: white;
	margin: 0 0 8px 0;
}

#boxRight p {
	text-align: center;
	font-weight: bold;
	margin: 0;
}

#boxRight a {
	font-weight: normal;
}

#photo {
	border: 1px solid rgb(167,117,80);
	padding: 8px;
	float: right;
	background-color: white;
	margin: 0 0 8px 8px;
}

/*LINKS */
a.large:link {
	text-decoration: none;
	color: rgb(225,29,82);
}

a:link {
	color: rgb(102,56,19);
}


/* FORMATTING */
a img {
	border: none;
}

img.border {
	border: 1px solid rgb(198,196,196);
}

img.cherryRule {
	margin: 0 0 5px 0;
}

h1 {
	color: rgb(102,56,19);
	font-family: Cronos Pro Bold, Georgia, serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.75em;
	padding-top: 0;
}

h2 {
	color: rgb(225,29,82);
	text-align: left;
	font-family: Cronos Pro Bold, Georgia, serif;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0px 0px 5px 0px;
}

h3 {
	color: rgb(102,56,19);
	text-align: center;
	font-size: 1em;
	margin: 0;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

p.testimonial {
	font-style: italic;
}