
/**
 * Grid container
 */
#tiles {
	float:left;
list-style-type: none;
position: relative; /** Needed to ensure items are laid out relative to this container **/

}

/**
 * Grid items
 */
#tiles li {
width:210px; 
}

#tiles li img {
display: block; width:220px;
}

/**
 * Grid item text
 */
#tiles li p {
color: #666;
font-size: 14px;
margin:10px 0 10px 0;
}




#main { width:100%; 

}




