/***********************************************/
/*         Custom CSS Settings                 */
/*  Placeholder file that can be replaced by   */
/*  user's custom.css file                     */
/***********************************************/

#container{
	/*to change the template background image, we override it
	 with a new gif located in the site's css folder
	 with the custom.css file.*/
	 /* Note use of .jpg format instead of .gif to work on Android cell phones*/
	background: url(container_bkg.jpg) no-repeat left top;
}

.contentItem p{
	padding: 0px 10px 0px 0px;
        text-align: justify;
}
.contentImage {
       padding: 0px 5px 0px 5px;
}