/********* Copyright 2006 (C) Walsh Design Inc. | Seattle, WA ************/

	body 
	{
		font-size: 75%;
		line-height: 100%;
		font-family: "Tahoma", "Lucida Sans Unicode", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
		background: #fff url(/assets/img/bg_home.gif) repeat-x;
		color: #3A3A3A;
		text-align: left;
		behavior: url(/assets/src/csshover.htc);
	}
/********* LAYOUT ************/
	#subliner {
		width: 100%;
		background: url(/assets/img/bg_home_subliner.jpg) no-repeat center top;
		padding-top: 66px;
	}
	#siteholder {
		width: 712px;
		margin: 0px auto 0 auto;
		border: 0px solid #ccc;
		padding: 0px 0 0 0;
	}
	#topbar {
		width: 100%;
		height: 183px;
		border: 0px solid #ccc;
	}
	#col2 {
		width: 232px;
		padding: 30px 0px 20px 0;
		vertical-align: top;
		background: transparent;
	}
	
	#testimonial {
		width: 236px;
		background: #FFF0E1 url(/assets/img/bg_test_orange.jpg) no-repeat;
	}
	#testimonial_liner {
		padding: 25px 15px 20px 15px;
		margin-top: 15px;
		font-family: Georgia, Garamond, Palatino, serif;
		font-style: italic;
		background: url(/assets/img/bg_test_orange_foot.jpg) bottom no-repeat;
		min-height: 163px;
		/*min-height in IE fix */
		height:expression(document.body.clientHeight < 163? "163px": "auto" );
	}
/********* FOOTER ************/
	#sidefooter {
	height: 25px;
	padding: 5px 0 0 0;
	margin: 0 0 0 0px;
	width: auto;
	}

