/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/


/* =Home/Default
-----------------------------------------------------------------------------*/

#questions {
	width:638px;
	padding:25px;
	border:#c5b694 solid 1px;
	background:#f7f0e0;
	}
	
#questions ul li{
	padding:0 0 12px 0;
	list-style:none;
	}
	
/* Links */	
		
#questions a {
	color:#3e7fa9;
	padding:1px 1px;
	font-weight:bold;
	}

#questions a:link, #questions a:visited {
	text-decoration:underline;
	}

#questions a:hover, #questions a:active {
	color:#ffffff;
	background:#3e7fa9;
	}
	
h1 {
	height:34px;
	}
	
#homeH1 {
	width:323px;
	height:34px;
	background:url(../img/home_h1.gif) no-repeat;
	position:absolute;
	}
	
#imgFloat {
	float:right;
	width:324px;
	margin:0 0 0 15px;
	}
	
#imgFloat img {
	margin:0 0 20px 0;
	}

	

