body {
	background: url(../images/bg.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5d3525;
	margin: 0;
	padding: 0;
	
	}

h1 {
	font-size: 23px;
	font-weight: normal;
	line-height: normal;
	}

h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	}

img {
	border: 0;
	}
	
a {
	color: #ebb738;
	}

#maincontainer {
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: #ffffff;
	border-left: 10px solid #6A4633;
	border-right: 10px solid #6A4633;
	}

#topsection {
	background: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	height: 28px; /*Height of top section*/
	}
	
#topsection h1 {
	margin: 0;
	padding-top: 15px;
	}

#contentwrapper {
	float: left;
	width: 100%;
	background: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	}
	
#contentcolumn {
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	padding-left: 15px;
	}
	
#leftcolumn {
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
	background: #f1eee0;
	}

#leftcolumn p {
	text-align: left;
	font-size: 11px;
	padding-left: 35px;
	padding-right: 35px;
	}

#footer {
	clear: left;
	width: 100%;
	background: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 28px; /*Height of footer section*/
	text-align: center;
	}

#footer a {
	color: #FFFF80;
	}

#menu_bites {
	margin-top: -3px;
	margin-left: -12px;
	}
	
#menu {
	margin-top: -3px;
	}

/* SLIDESHOW STYLE */
/*** set the width and height to match your images **/

#slideshow {
	position:relative;
	width: 600px;
	height: 318px;
	}
	
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	}
	
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
	}
	
#slideshow IMG.last-active {
	z-index:9;
	}

/********** End Slideshow CSS *************/

.innertube_sidebar {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}

.innertube_body {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}
	
.innertube_body p {
	padding-top: 5px; 
	padding-right: 15px;
	}
	
.innertube_body h1 {
	padding-right: 15px;
	}
	
.sidebar_header_first {
	padding-top: 10px;
	}
	
.sidebar_header {
	padding-top: 10px;
	}
	
.mailing_list_button {
	border: 1px solid #dcd5b1;
	height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #a26f5a;
	width: 170px;
	}
	
.form_box {
	border: 1px solid #dcd5b1;
	color: #a26f5a;
	}
	
.submit_button {
	vertical-align: bottom;
	}

.content_image_padding {
	height: 10px;
	}