/* wrapper for content */
.index-body {
	background: #fff8ee;
	background-image: url("../images/vine_bg.png");
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
}

#wrapper {
	margin: 0 auto; /*centers the box in compliant browsers*/
	margin-top: 10px;
	text-align: left;
	/*counteracts the IE centering, realigning text left*/
	width: 1024px;
	/*960 is a good width to support 1024x768 (most popular resolution)*/
	border-top: 2px solid #dddddd;
	border-left: 2px solid #dddddd;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background: #ffffff;
}

#header_div {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1006px;
	height: 100px;
}

#menu_div {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	position: relative;
	align: left;
	top: 0px;
	left: 10px;
	width: 880px;
	height: 32px;
	z-index: 10;
	frameborder: "0";
	border: "none";
	margin: "none";
	padding: "none";
	scrolling: "no";
}

#menuFrame {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 32px;
	frameborder: "0";
	scrolling: "no";
	margin: "none";
	padding: none;
}

#content_div {
	position: relative;
	top: 0px;
	left: 4px;
	width: 896px;
	height: 4000px;
	background: #ffffff;
}

#contentFrame {
	top: 0px;
	left: 0px;
	width: 900px;
	height: 4000px;
	frameborder: "0";
	scrolling: "no";
	background: #ffffff;
}

#home_page_body {
	background: #ffffff;
	width: 890;
	padding-left: 10px;
}

#mybbFrame {
	width: 860px;
	height: 4000px;
	frameborder: "0";
	scrolling: "no";
	background: #ffffff;
}

#leftcol_div {
	background: #ffffff;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	width: 120px;
}
