/*-------------------------------------------------
	BUILD THE MAIN STRUCTURE DIVs
-------------------------------------------------*/

/* doesn't work for macs\*/
html, body {height: 100%;}
/* end */

body {
	padding: 0;
	margin: 0;
	text-align: center;
	min-width: 752px; /* for mozilla */
	background: url(images/bg_brown2.gif) repeat;
}

#outer{
	height: 100%;
	min-height: 100%;
	width: 750px;
	text-align: left;
	margin: auto;
	position: relative;
	background: url(images/home_bg.gif) repeat-y top center;
}
 
html>body #outer{height: auto;} /* for mozilla */

#innerwrap { /* to enable content */
	float: left;
	width: 649px;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 210px;
	overflow: hidden;
	z-index: 100;
}

#left {
	position: relative; /* for IE */
	width: 128px;
	float: left;
	padding-top: 210px; /* for IE */
	padding-bottom: 66px; /* for IE */
}

#right {
	position: relative; /* for IE */
	width: 101px;
	float: right;
	padding-top: 210px; /* for IE */
	padding-bottom: 66px; /* for IE */
}

#footer {
	width: 750px;
	clear: both;
	height: 33px;
	text-align: center;
	left: 0;
	bottom: 0;
	position: absolute;
	background: url(images/home_btm.gif) no-repeat left top;
}

#aboveFooter {
	width: 750px;
	clear: both;
	/*height: 24px;*/
	padding-bottom: 6px;
	text-align: center;
	left: 0;
	bottom: 33px;
	position: absolute;
}

* html #footer { /* for IE */
	\height: 35px; /* for IE5 */
	he\ight: 33px; /* for IE6 */
}

#centercontent {
	width: 521px;
	float: right;
	padding-top: 210px; /* header space */
	padding-bottom: 66px; /* footer space */
	margin: 10px 0px 0px 0px;
}

#clearfooter {width: 100%;height: 68px;clear: both;} /* footer clearing */

#top_top {
	width: 750px;
	clear: both;
	height: 33px;
	text-align: center;
	left: 0;
	bottom: 0;
	position: relative;
	background: url(images/home_top_top.gif) no-repeat left top;
}

#boxbottom {
	width: 128px;
	height: 14px;
	margin: 0;
	padding: 0;
	background: url(images/home_box_btm.gif) no-repeat left top;
}

#ecom_content {
	width: 481px;
	margin-left: 20px;
	margin-right: 20px;
}

#ecom_menu {
	width:128px;
	margin:0px;
	padding-top:14px; /* boxbottom space */
}

/*-------------------------------------------------
	END
-------------------------------------------------*/