html {
	height: 	100%;
}

body {
	margin:			0px;
	padding:		0px;
	min-height:		100%;
	min-width:		1002px;
	background:		#808183;
}

/* IE hack */
* body {
	height: 100%;
}

#wrapper_frame {
	position:		relative;
	background:		url('http://rivulent.com/images/background_main.jpg');
	width:			1002px;
	height:			auto !important;
	min-height:		100%;
	height:			100%;
	padding: 		0px;
	margin:			auto;
}

/* IE hack */
* html #wrapper_frame {
	height: 		100%;
}

#wrapper_main {
	position:		relative;
	width:			870px;
	height:			100%;
	margin:			auto;
}

/* IE hack */
* html #wrapper_main {
	height: 		100%;
}

#wrapper_primarycol {
	top:			0px;
	left:			0px;
	width:			590px;
	margin:			0px;
}

* html #wrapper_primarycol {

}

#content {
	position:		relative;
	left:			0px;
	top:			0px;
	width:			406px;
	min-height:		272px;
//	background:		#ff0000;
	background:		url('http://rivulent.com/images/background_maincontent.jpg') no-repeat;
}

/* IE hack */
* html #content {
	height:			272px;
}

#content-main {
	padding:		 8px;
}

#wrapper_secondarycol {
	position:		absolute;
	top:			0px;
	left:			590px;
	width:			280px;
	min-height:		100%;
	background:		url('http://rivulent.com/images/background_secondarycol.jpg');
}

/* IE hack */
* html #wrapper_secondarycol {
	height:			100%;
}

#wrapper_primary_maincol {
	position:		relative;
	left:			0px;
	top:			0px;
	width: 			406px;
}

#wrapper_primary_altcol {
	position:		absolute;
	background:		#00ffff;
	top:			0px;
	left:			406px;
	width:			186px;
}

#nav {
	text-align: 	left;
	height:			20px;
	background:		url('http://rivulent.com/images/background_nav.jpg');
}

#thought_top_left {
	position:		absolute;
	left:			0px;
	top:			76px;
	width:			89px;
	height:			47px;
}

#thought_top_right {
	position:		absolute;
	left:			92px;
	top:			76px;
 	width:			92px;
 	height:			47px;
}

#thought_main {
	position:		absolute;
	left:			0px;
	top:			123px;
	border:			0px;
	padding:		0px;
	margin:			0px;
}

#thought_bottom_left {
	position:		absolute;
	left:			0px;
	top:			337px;
}

#thought_bottom_right {
	position:		absolute;
	left:			105px;
	top:			337px;
}

#wedothat {
	position:		absolute;
	left:			0px;
	top:			356px;
}

#wedothat_top {
	position:		absolute;
	top:			0px;
	left:			0px;
	height:			58px;
	width:			184px;
}

#wedothat_main_wrapper {
	background:		url('http://rivulent.com/images/footer_wedothat.jpg') no-repeat bottom left;
	position:		absolute;
	top:			58px;
	left:			0px;
	width:			184px;
	min-height:		80px;
	padding-bottom: 20px;
}

/* IE hack */
* html #wedothat_main_wrapper {
	padding-bottom:	22px;
}

#wedothat_main {
	background:		url('http://rivulent.com/images/background_wedothat.jpg');
	left:			0px;
	top:			0px;
	width:			184px;
	padding-bottom:	0px;
}

#knowledge_left {
	position:		absolute;
	left:			0px;
	top:			0px;
	height:			76px;
	width:			184px;
}

#knowledge {
	position:		absolute;
	left:			0px;
	top:			0px;
	background:		url('http://rivulent.com/images/knowledge_right.jpg') no-repeat;
	width:			280px;
	height:			138px;
}

#testimonial_wrapper {
	position:		absolute;
	left:			0px;
	top:			138px;
	width:			280px;
	text-align:		left;
	padding:		0px;
}

.testimonial_blue {
	position:		relative;
	left:			0px;
	background:		url('http://rivulent.com/images/testimonial_background_blue.jpg') repeat-y;
}

.testimonial_blue_top {
	position:		relative;
	left:			0px;
	top:			0px;
	height:			54px;
	width:			280px;
	background:		url('http://rivulent.com/images/testimonial_top_blue.jpg') no-repeat;
}

.testimonial_yellow {
	position:		relative;
	left:			0px;
	background:		url('http://rivulent.com/images/testimonial_background_yellow.jpg') repeat-y;
}

.testimonial_yellow_top {
	position:		relative;
	left:			0px;
	top:			0px;
	height:			54px;
	width:			280px;
	background:		url('http://rivulent.com/images/testimonial_top_yellow.jpg') no-repeat;
}

.testimonial_image {
	position:		relative;
	right:			0px;
	border:			1px solid #999999;
	float:			right;
	margin:			0px 8px 6px 8px;
}

.testimonial_default {
	position:		relative;
	left:			0px;
	background:		url('http://rivulent.com/images/testimonial_background_default.jpg') repeat-y;
}

.testimonial_default_top {
	position:		relative;
	left:			0px;
	top:			0px;
	height:			54px;
	width:			280px;
	background:		url('http://rivulent.com/images/testimonial_top_default.jpg') no-repeat;
}

#testimonial_bottom {
	position:		relative;
	left:			0px;
	background:		url('http://rivulent.com/images/testimonial_bottom_default.jpg') no-repeat;
	height:			2px;
	width:			280px;
}

#footer {
	width:			870px;
	height:			20px;
	background:		#231F20;
	position:		absolute;
	bottom: 		0px;
	left:			66px;
}

/* IE hack */
* html #footer {
	margin-bottom: 	-1px;
}