/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the only ones necessary to be edited for better integration with iCreate */

/* ----- comment styles well for better reference later! ----- */

/* these styles are common across all pages and this is the place to add additional styles for the
content areas of the pages that can then be accessed by every different template/family */

/* ----- PICTURE GALLERY ----- */
#picsmall {
	float: left; width: 150px; height: 113px; overflow: hidden; margin: 0px 16px 16px 0px; padding: 0;
	border: 1px solid #333;
}
#picspacer {
	height: 16px; overflow: hidden; clear: left;
}