@charset "UTF-8";
/* CSS Document */

/* =============================================================================

GENERAL STYLES

============================================================================= */

body {
	margin: 0px;
	padding: 0px;
	background: #ff9900;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: .75px;
	font-weight: bold;
	font-size: 15px;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

#wrapper {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image:url(../images/wrapper_bg.png);
	background-repeat: no-repeat;
	width: 930px;
	border: 0px;
} 

#subWrapper {
	width: 730px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	top: -115px;
}

.content {
	text-align: left;
}

.content img {
	padding:10px;
}
 
.footer {
	width: 730px;
	border-top: 2px solid #000;
	text-align: center;
	padding-top: 15px;
	clear: both;	
}

.orange {
	color: #C65407;
	font-size: 11px;
}


.navpic {
	text-align: center;
}

.rightCol {
	float: right;
}

strong {
	color: #88340D;
	font-size: 16px;
}

.contentList {
	list-style: none;
	color:#88340D;
	font-size: 16px;
}

/*.contentList li {
	display: block;
	float: left;
	border-left: solid 2px #88340D;
	margin: 0 5px;
	padding: 0 5px;
}*/

.indent {
	padding-left: 21px;
}

.callout {
	border: solid 5px #000;
	padding: 10px;
}


/* =============================================================================

NAVIGATION POSITIONING

============================================================================= */


.navtable {
	position: relative;
	left: 344px;
	top: -230px;
}

.contactPos {
	position: relative;
	left: 12px;
	top:-23px;
}

.photoPos {
	position: relative;
	left: 3px;
	top:-23px;
}

.internPos {
	position: relative;
	left: -34px;
	top:-23px;
}

.recipesPos {
	position: relative;
	left: 8px;
	top: -10px;
}

.faqPos {
	position: relative;
	left: 33px;
}

.newslettersPos {
	position: relative;
	left: -14px;
	top: -10px;
}

.eventsPos {
	position: relative;
	top: -10px;
}

/* =============================================================================



============================================================================= */
