font-face {
	font-family: Arial, Helvetica, sans-serif;
}

* {
	margin: 0 auto;
	/* border: 0; */
	padding: 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #8ca4c6;
	text-align: center;
	background-image: url(./graphics/slbgrd_slither.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
}
.main {
	margin: 0 auto;
	border: 0;
	padding: 0 0px;
	width: 710px;
}
a {
	color: #9a5736;
	text-decoration:underline;
}
a:hover {
	color: #8ca4c6;
	text-decoration:none;
}

h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	color: #6d3923;
	padding-bottom:3px;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:18px;
	font-style:italic;
	padding-bottom:3px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #6d3923;
	padding-bottom:3px;
}
/*------------------------------------------------header and navigation -----------------------------*/
.headerL {
	display: inline;
	float: left;
	width: 384px;
}

.headerR {
	display: inline;
	float: right;
	width: 326px;
}

.menu {
	clear:both; 
	width: 710px;
	background-color: #6d3923;
/*	background-image: url(./graphics/menu_bg.jpg); */
}
.menu img{
	border: none;
	vertical-align:middle;
	padding: 4px 0px 6px 0px;
}
.menutext, .menutext a {
	display: inline;
	width: auto;
	/*	background-image: url(./graphics/menu_bg_plain.jpg); */	
	line-height:30px;
	height:30px;
	margin:0px;
	text-decoration: none;
	color: #fff4e6;
	font-size: 12px;
}
.menutext a:hover {
	color: #8ca4c6;
}
/*------------------------------------------------end of header and navigation -----------------------------*/


.content {
	background-color: #ffffff;
	text-align: left;
	width: 710px;
	max-width: 710px;
	vertical-align: top;
	min-height: 348px; /* moz/FF/Opera */
	_height: 348px; /* IE-win */
}

.contentText {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
/*------------------------------------------------featured recipe page -----------------------------*/

.feature_img{
	border: solid 1px #6d3923;
	margin: 0px 5px 0px 15px;
}

/*------------------------------------------------end of featured recipe page-----------------------------*/

.formfield {
	border: 1px solid #dbdadf;
}
/*-------------------------------(.submit is used on both Contact Us pg and the Newsletter Signup pg)----------------------*/
.submit{
	background-color: #9a5736;
	color: white;
	padding:2px 5px;
}


.market {
	list-style-type:disc;
	margin-left: 5px;
}

.smallprint {
	color: #000000;
	font-size: 11px;
}
/*------------------------------------------------media kit -----------------------------*/
.medialinks img{
	border: solid 1px #6d3922;
}

.medialinks p{
	padding-top: 10px;
}
/*------------------------------------------------end of media kit -----------------------------*/

.copyright {
	color: #000000;
	font-size: 10px;
}