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

#top {
	background:url(../images/nursing_home.jpg);
	background-repeat:no-repeat;
	
	height:425px;
}

.multicolumn ul{
  width:350px;
  margin-bottom:20px;
  overflow:hidden;
}
.multicolumn li{
  line-height:1.5em;
  float:left;
  display:inline;
}
#double li  { width:50%;} <span class="code-comment">/* 2 col */</span>
#triple li  { width:33.333%; } <span class="code-comment">/* 3 col */</span>
#quad li    { width:25%; } <span class="code-comment">/* 4 col */</span>
#six li     { width:16.666%; } <span class="code-comment">/* 6 col */</span>