#intro-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 524px;
	z-index: 10;
}
#intro {
	top:-2px;
	left: 85px;
	width: 900px;
	height: 524px;
	position: relative;
}
* html #intro {
	top:-1px;
	left: 88px;
}
#container {
	width: 900px;
	\width: 920px;
	w\idth: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #c5da74 url(/images/site-bg.png) top left repeat-y;
	position: relative;
}

#banner {
	padding: 0;
	margin-bottom: 0;
	background-color: #41765e;
	text-align: left;
}
#banner #header-table {
	table-layout:fixed;
	width:900px;
}

#colorscontainer {
	background:transparent url(/images/colors.png) 38px 49px no-repeat;
	height:127px;
}
#title-bar {
	vertical-align:middle;
	background:#a8d4c1 url(/images/header-b.jpg) top left repeat-x;
	height:36px;
}
#content {
	text-align: left;
	padding: 27px 0 0 0;
	margin-left: 0;
	margin-right: 0;
	/* background-color: #c5da74; */
	background: #c5da74 url(/images/site-bg.png) top left repeat-y;
}
#textcontent {
	width:478px;
	margin-left: 211px;
	font-size:12px;
}
#sidebar-a {
	text-align: left;
	float: left;
	width: 168px;
	margin: 0;
	margin-right: 0;
	padding: 22px 0 0 0;
	background-color:#b6d14d;
}
* html #sidebar-a {
	padding: 27px 0 0 0;
}
#sidebar-b {
	text-align: left;
	float: right;
	width: 169px;
	margin: 0;
	margin-left: 0;
	padding: 27px 0 0 0;
	background-color:#b6d14d;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top:0;
	background-color:#B6D14D;
}
