

/* #########################  PHOTO COMPETITION  ######################### */

/* -- steps -- */
#steps {
	font: bold 20px arial;
	margin: 0px 0px 20px 0px;
}



/* -- display photo copmpetition emntries -- */
#display-pcomp-entries {
	width: 100%;
}
#display-pcomp-entries .img {
	width: 250px;
	text-align: center;
}
#display-pcomp-entries .details {
	
}
#display-pcomp-entries .spacer-h {
	height: 30px;
	background-image: url(../images/dot_h_grey.gif);
	background-position: center center;
	background-repeat: repeat-x;
}


