@charset "UTF-8";
body {
	background-image: url(../images/bbq_bg_final.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
/* CSS Document */

#maincontainer {
	width: 1300px;
	top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	height: 800px;
	position: absolute;
	left: 50%;
	margin-left: -650px;
}
#maincontainer #header {
	height: 135px;
	width: 960px;
	position: absolute;
	top: 0px;
	left: 180px;
}
#maincontainer #header #mainmenu {
	font-family: Rockwell;
	font-size: 14px;
	color: #8a5d26;
	text-decoration: none;
}
#maincontainer #header #submenu {
	font-family: Rockwell;
	font-size: 18px;
	color: #8a5d26;
	text-decoration: none;
	margin-top: 10px;
}
#maincontainer #header #pheader #crossline1 {
	position: absolute;
	z-index: 2;
	top: 75px;
	left: 50%;
	margin-left: -50%;
}
#maincontainer #header #pheader #crossline2 {
	margin-left: -50%;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 140px;
}
#maincontainer  #page {
	height: auto;
	width: 960px;
	position: absolute;
	top: 150px;
	left: 180px;
}
#maincontainer #page #feature_left {
	width: 420px;
	height: 250px;
	position: absolute;
	left: 45px;
	top: 50px;
	padding: 5px;
}
#maincontainer #page #feature_right {
	height: 250px;
	width: 450px;
	left: 510px;
	position: absolute;
	top: 50px;
}
#maincontainer #page #page_divider_1 {
	height: 50px;
	width: 960px;
	top: 310px;
	position: absolute;
}
#maincontainer #page #page_divider_feature {
	height: 50px;
	width: 960px;
	position: absolute;
	top: 0px;
	background-image: url(../images/divider_overview.png);
}
#maincontainer #page #division_content {
	position: absolute;
	top: 365px;
}
#maincontainer #page #division_content #recipies_column1 {
	height: auto;
	width: 280px;
	position: absolute;
	left: 0px;
	top: 15px;
}
#maincontainer #page #division_content #recipies_column2 {
	height: auto;
	width: 650px;
	position: absolute;
	left: 300px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4c2d19;
	font-size: 12pt;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	top: 0px;
}
a:link {
	font-family: Rockwell;
	color: #8a5d26;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:visited {
	color: #8a5d26;
	text-decoration: none;
}
a:hover {
	color: #cf7417;
	text-decoration: underline overline;
}
#maincontainer #page #feature_right #feature_caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8a5d26;
	font-style: italic;
	text-align: center;
	position: relative;
	margin-top: 10px;
}
#maincontainer #page #feature_left #feature_text {
	font-family: Rockwell;
	font-size: 18px;
	color: #4c2d19;
	line-height: 26px;
}
#recipies_column1 #process_captions {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #8a5d26;
	margin-top: 5px;
}
