html, body { margin:0px; padding:0px; }
body {
	font-size:90%; font-family:Garamond, Palatino, "Times New Roman", Times, serif;
	background-color:rgb(20,20,30); /* #14141e */
	background-image:url(../images/bg_stripe.jpg); 
	background-position:center;
	background-repeat:repeat-y;
	/*color: rgb(20,20,30);*/
	color:rgb(148,18,0);
}
h1, h2, h3, h4, h5, h6 { color:rgb(148,18,0); margin-top:0px; font-size:1em; }
a { color:rgb(20,20,30); text-decoration:none; }

#background {
	position:absolute;
	z-index:1;
	width:100%;
	height:550px;
	background-image:url(../images/bg2.jpg); 
	background-position:top center;
	background-repeat:no-repeat;
	min-width:743px;
}
#scrollfix {
	width:770px; height:550px; margin-left:auto; margin-right:auto;
	background-image:url(../images/bg2.jpg); 
	background-position:top center;
	background-repeat:no-repeat;
}
#foreground {
	position:absolute;
	z-index:2;
	width:100%;
}
#content { 
	margin-top:308px;
	width:770px;
	margin-left:auto; margin-right:auto;
}
	
#left_column { width:204px; padding-left:18px; float:left;}
.sweet_potato_butter_box {
	width:204px; height:204px;
	background-image:url(../images/sweet_potato_butter_box.gif); background-repeat:no-repeat;
	margin-bottom:20px;
}
.left_column_v_top { 
	height:10px; overflow:hidden;
	background-image:url(../images/left_column_top_curve.gif); background-repeat:no-repeat;
}
.left_column_v_middle { /* 160px; */
	overflow:hidden;
	background-image:url(../images/left_column_middle.gif); background-repeat:repeat-y;
	padding-left:22px; padding-right:22px; padding-top:12px; padding-bottom:12px;
}
.left_column_v_bottom {
	height:10px; overflow:hidden;
	background-image:url(../images/left_column_bottom_curve.gif); background-repeat:no-repeat;
	margin-bottom:20px;
}

#right_column { width:514px; padding-right:18px; float:right;}
.right_column_v_top { 
	height:10px; overflow:hidden;
	background-image:url(../images/right_column_top_curve.gif); background-repeat:no-repeat;
}
.right_column_v_middle { /* 470px; */
	overflow:hidden;
	background-image:url(../images/right_column_middle.gif); background-repeat:repeat-y;
	padding-left:22px; padding-right:22px; padding-top:12px; padding-bottom:12px;
	text-align:justify;
}
.right_column_v_bottom {
	height:10px; overflow:hidden;
	background-image:url(../images/right_column_bottom_curve.gif); background-repeat:no-repeat;
	margin-bottom:20px;
}

#footer {
	padding-top:18px; padding-bottom:20px;
	/*margin-left:258px;
	width:470px;*/
	clear:both;
	text-align:center;
}

#bottom_fade {
	height:110px; overflow:hidden; width:770px;
	background-image:url(../images/bg_bottom_fade.jpg);
	margin-left:auto; margin-right:auto;
}
.paypal_link { border: 1px solid rgb(148,18,0); margin-top:3px;}