@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/backdrop.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
} 
#header_main{
	height: 70px;
	width: 1000px;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent {
	margin-top: 10px;
	margin-right: 320px;
	margin-bottom: 0px;
	margin-left: 180px;
	width: 500px;
} 
#wideContent {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
	width: 820px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
}
#footer {
	margin-top: 10px;
	display: block;
	background-color: #F0F0F0;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	color: #660000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #660000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #330000;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #330000;
	line-height: 8pt;
}
.ad_h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFF2F4;
	background-color: #CC3300;
	margin-right: 1px;
	margin-left: 1px;
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 4px;
}
.ad_box {
	margin: 5px;
}
.banner_box {
	display: block;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #666666;
	border-left-color: #999999;
	top: auto;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 998px;
}
.image_bottom {
	background-color: e02826;
	height: 1px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	display: block;
}
.banner_bottom {
	background-color: #FFFFFF;
	display: block;
	height: 1px;
	width: 996px;
	margin-right: 1px;
	margin-left: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}

.panel_box {
	background-color: #Fffffc;
	display: block;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #666666;
	border-left-color: #999999;
	top: auto;
	background-position: top;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.recipe_top {
	background-color: #CC3300;
	height: 1px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	display: block;
}
.recipe_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #CC3300;
	width: auto;
	padding: 4px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-repeat: repeat-x;
}
.community_top {
	background-color: #CC3300;
	height: 1px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	display: block;
}
.community_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #CC3300;
	width: auto;
	padding: 4px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-repeat: repeat-x;
}
.community_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #CC3300;
	width: auto;
	padding: 4px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-repeat: repeat-x;
}
.feature_top {
	background-color: #CC3300;
	height: 1px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	display: block;
}
.feature_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #CC3300;
	width: auto;
	padding: 4px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-repeat: repeat-x;
}
.store_top {
	background-color: #CC3300;
	height: 1px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	display: block;
}
.store_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #CC3300;
	width: auto;
	padding: 4px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-repeat: repeat-x;
}
.foot_cap {
	background-color: #e8e7e0;
	height: 1px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	display: block;
}
.gray_top {
	background-color: #cc3300;
	height: 1px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	display: block;
}
.panel_cap {
	background-color: #FFFFFF;
	display: block;
	height: 1px;
	width: auto;
	margin-right: 1px;
	margin-left: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.inner_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
}
.foot_box {
	background-repeat: repeat-x;
	background-color: #eeeeee;
}
a.white_medium:LINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
a.white_medium:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
}
a.white_medium:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}

a.white_xsmall:LINK {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
a.white_xsmall:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	font-style: normal;
	text-decoration: underline;
}
a.white_xsmall:VISITED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #eeeeee;
	font-style: normal;
	text-decoration: none;
}

a.dark_xsmall:LINK {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #111111;
	font-style: normal;
	text-decoration: none;
}
a.dark_xsmall:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #111111;
	font-style: normal;
	text-decoration: underline;
}
a.dark_xsmall:VISITED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #221111;
	font-style: normal;
	text-decoration: none;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #660000;
}
.small_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}
.comment_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #660000;
	display: block;
	margin: 1px;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFF8f4;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.article p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.image_box {
	border: 1px solid #CCCCCC;
	padding: 1px;
}
.title_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	color: #FFFFFF;
	padding: 8px;
	float: left;
	width: 500px;
	font-weight: bold;
}
.title_right {
	padding: 6px;
	width: 450px;
	display: block;
	float: right;
}
.content_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
}
.portrait {
	float: right;
}

.spice_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.spice_description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}