@charset "utf-8";
/* CSS Document */

#primary {
  float: right;
  width: 559px;
}

  #idx-content {
  	background: url(../images/idx/main_bg.jpg) top repeat-y;
  	text-align: justify;
  	color: #5b473b;
  }

  #idx-content h1 {
  	background: url(../images/idx/main_top.jpg) top no-repeat;
  	padding: 20px 0px 0px 15px;
  }

  #idx-content p {
  	line-height: 160%;
  	padding: 5px 15px 5px 15px;	
  }

  #idx-content-inner {
  	min-height: 418px;	
  }

#secondary {
  float: left;
  width: 403px;
  background: url(../images/idx/city_resources_footer.jpg) bottom no-repeat;
}

  #idx-image {
    width: 403px;
    height: 316px;
    background: url(../images/idx/gf_photo.jpg) top no-repeat;
  }
  
  #idx-city-resources ul {
  	padding: 0 0 0 70px;	
  }

  #idx-city-resources ul li {
  	list-style: disc;
  	padding: 2px;
  }

  #idx-city-resources h1 {
    background: url(../images/idx/city_resources-header.jpg) top no-repeat;
  	font-size: 20px;
  	padding: 15px 0px 0px 15px;
  	font-weight: bold;
  	color: #604f3c;
  }

  #idx-city-resources a {
  	color: #604f3c;
  }





/*

#idx-side {
	width: 403px;
	height: 100%;
}


*/