* {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}

body {
	background: #fff url(pg-background.gif) repeat-x;
	width: 100%;
	text-align: center;
	font-size: 11px;
	}

#catalogtitle {
	}
	
#catalogtitle h1 {
	font-size: 28px;
	color: #c00;
	margin: 5px 0 60px 0;
	font-weight: normal;
	}

#catalogindex {
	padding: 5px 0;
	}
	
#catalogindex a { color: #039; }
	#catalogindex a:hover { color: #c00; }

	
td.photowell {
	padding: 4px;
	background: #fff;
	border: solid 1px #ccc; 
	text-align: center;
	height: 150px;
	}
	
	td.photowell:hover { border: solid 1px #999; background: #ffd; }