body {
	background: #8E6A4C url(../_i/page_bg.jpg) no-repeat fixed center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	height: auto;
	width: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.image_left {
	margin: 0px 15px 5px 0px;
	float: left;
}
.image_right{
	margin: 0px 0px 5px 15px;
	float: right;
}

hr {
	border:0;
	height: 1px;
	width: auto;
	color: #600;
	background-color: #600;
}

h1 {
	font: normal 32px Georgia, "Times New Roman", Times, serif;
	color: #916645;
	margin-bottom: 5px;
}

h2 {
	font: 22px Arial, Helvetica, sans-serif;
	color: #C30;
	margin-bottom: 5px;
}

h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #782C16;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h4 {
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	color: #782C16;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#wrapper {
	margin: 0px auto 20px;
	height: auto;
	width: 960px;
	border-right: 1px solid #8E6A4C;
	border-bottom: 1px solid #8E6A4C;
	border-left: 1px solid #8E6A4C;
	border-top-style: none;
	float: none;
}
#header {
	float: left;
	height: 238px;
	width: 960px;
	background: url(../_i/header_bg.jpg) no-repeat;
	position: relative;
}
#header h1 {
	text-indent: -12000;
	float: left;
	display: none;
}

#navigation {
	float: left;
	height: 50px;
	width: 960px;
	margin: 188px 0px 0px;
}
#navigation ul {
	margin: 0px 0px 0px 10px;
}

#navigation li {
	display: inline;
}
#navigation li a {
	font-size: 15px;
	height: 30px;
	width: auto;
	color: #600;
	line-height: 30px;
	text-decoration: none;
	float: left;
	display: block;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 10px 0px 0px;
	padding: 0px 10px;
	background: #E9E4D1;
}
#navigation li a:hover {
	color: #FFF;
	background: #613018;
}

#hero {
	position: relative;
	width: 960px;
	height: 310px;
	background: url(../_i/hero_roby.jpg) no-repeat;
	font-size: 15px;
}

#hero_text {
	top: 100px;
	left: 520px;
	position: absolute;
	width: 380px;
	height: auto;
	font-size: 13px;
	line-height: 20px;
	color: #4B2F2C;
}

#hero_button {
	top: 213px;
	left: 559px;
	position: absolute;
	width: 293px;
	height: 52px;
	cursor: pointer;
}


#descriptor_bar {
	top: 0px;
	left: 0px;
	position: relative;
	background: #B89050 url(../_i/descriptor_bar_bg.png) no-repeat;
	float: left;
	height: 55px;
	width: 960px;
}
#descriptor_bar p {
	font: 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 800px;
	margin: 12px 0px 0px 15px;
}

#facebook {
	top: 13px;
	right: 54px;
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#twitter {
	top: 13px;
	right: 14px;
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#content {
	float: left;
	background: #E9E2D0 url(../_i/content_bg.png) repeat-x;
	height: auto;
	color: #3C2415;
	position: relative;
}
#content p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}
#content ol, ul {
	font-size: 13px;
	line-height: 20px;
	margin: 0px 0px 10px 20px;
}
#content ul li {
	list-style: disc;
	margin: 0px 0px 0px 15px;
}
#content ol li {
	list-style: decimal;
	margin-left: 20px;
}
#content a {
	color: #C30;
}
#content a:hover {
	font-weight: bold;
	text-decoration: none;
}

#content .error {
	color: #C00;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}

#content .contacterror {
	display: block;
	color: #C00;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
}

#home_section {
	background: #F9F2E4;
	float: left;
	height: auto;
	width: 900px;
	position: relative;
	font-size: 12px;
	color: #492412;
	font-size: 12px;
	line-height: 15px;
	padding: 30px;
}
#home_section #videohome {
	width: 425px;
	padding-right: 30px;
	border-right: 1px solid #B88F50;
	float: left;
}
#videohome object {
	margin-top: 5px;
}

#home_section #newshome {
	float: right;
	width: 410px;
	margin-left: 30px;
}
#home_section #newshome p {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
}
#home_section #newshome .article {
	margin-bottom: 12px;
}

#home_section #newshome a.newstitle, #rightcol .article  a.newstitle {
	color: #C30;
	text-decoration: none;
}
#home_section #newshome a.newstitle:hover, #rightcol .article  a.newstitle:hover {
	color: #782C16;
	text-decoration: underline;
}
#home_section #newshome  a.newslink, #rightcol .article  a.newslink {
	color: #916645;
	float: right;
	background: #E9E4D1;
	border: 1px solid #916645;
	padding: 2px 8px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#home_section #newshome a.newslink:hover, #rightcol .article  a.newslink:hover {
	color: #FFF;
	background: #B09075;
}



#content.home{
	width: 960px;
}
#content.recipe{
	width: 900px;
	float: left;
	position: relative;
	padding: 30px;
}

#leftcol {
	float: left;
	width: 258px;
	padding: 20px;
	height: auto;
	background: #CDC298;
	border: 1px solid #916645;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#leftcol img {
	margin-bottom: 20px;
	border: 1px solid #600;
}
#leftcol a {
	color: #230F04;
	text-decoration: none;
}
#leftcol a:hover {
	text-decoration: underline;
	color: #4B1C0E;
}
#leftcol a.archivelink {
	float: right;
	padding: 3px 10px;
	background: #D8CB96;
	color: #782C16;
	border: 1px solid #782C16;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#leftcol .archivelink:hover {
	color: #FFF;
	background: #B88F50;
	text-decoration: none;
}



#rightcol {
	float: right;
	width: 570px;
	padding: 0px;
	margin: 0px 0px 0px 30px;
}

#rightcol img {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #782C16;
	background: #F9F2E4;
}

/* NEWS BITS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#rightcol .article {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #8C684A;
}

#rightcol .article a.titlelink {
	color: #782C16;
	text-decoration: none;
}
#rightcol .article a.titlelink:hover {
	color: #C30;
	text-decoration: underline;
}
#bottom_links {
	border-top: 1px solid #600;
	width: 960px;
	float: left;
}



#footer_nav {
	float: left;
	height: 30px;
	width: 920px;
	line-height: 30px;
	margin-bottom: 10px;
}
#footer_nav ul {
	margin-left: 0px;
}

#footer_nav li {
	display: inline;
	margin: 0px;
	width: auto;
	height: 30px;
}
#footer_nav a {
	display: block;
	width: auto;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
	text-decoration: none;
	font-size: 14px;
}
#footer_nav a:hover {
	color: #BB9A80;
}


#footer {
	clear: both;
	float: left;
	height: 110px;
	width: 920px;
	background: #3C2415 url(../_i/footer_bg.png) no-repeat;
	padding: 0px 20px 20px;
	position: relative;
}
#footer p {
	font-size: 13px;
	color: #8E6A4C;
	text-align: right;
}
#footer a {
	color: #8E6A4C;
}
#footer a:hover {
	text-decoration: none;
}

.alignField { margin-bottom: 7px; margin-right: 10px; width: 25px; float: left; text-align: center; }


#ajaxresponse{
margin: 20px 5px 25px 5px;
}

/*88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888 */
/* PAGINATION BAR																															*/
/*88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888 */
#pagination{
margin: 15px 10px 14px 15px;
}

#pagination .prevBTN, .nextBTN, .pageBTN, .currentBTN, .pageSPACER {
	border: 1px solid #916645;
	color:#916645;
	font-size:12px;
	text-decoration:none;
	background-color:#E9E4D1;
	padding: 2px 8px 2px 8px;
	margin-right: 5px;
}
#pagination .prevBTN {
	color:#916645;	
}
#pagination .nextBTN{
	color:#916645;
}
#pagination .pageBTN{
	color:#916645;
}
#pagination .currentBTN{
	background-color:#B09075;
	color:#FFF;
}

#pagination .pageSPACER{
	margin: 0px;
}

#pagination a:hover{
	color: #FFF;
	background: #B09075;
}

/*88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888 */