
body {
	margin: 0;
	padding: 0;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

img {
	border: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}


/* Individual Image Display */
#singleimage {
	width: 500px;
	height: 480px;
	margin: 0 auto;
}

#catname {
	text-align: right;
	font-size: 14px;
	margin-right: 20px;
	font-weight: bold;
}

#catname a {
	color: #7D8448;
	text-decoration: underline;
}

#catname a:hover {
	color: #C2C5C3;
	text-decoration: none;
}

#imagedisp {
	float: left;
	width: 400px;
	height: 480px;
	margin: 0 auto;
}

#imagedesc {
	text-align: left;	
}

#imagetitle {
	font-size: 14px;
	font-weight: bold;
	text-decoration: italic;
	text-align: left;	
}

#imageyear {
	font-size: 12px;
	text-align: left;	
}

#imagemedium {
	font-size: 12px;
}

#imagedesc2 {
	text-align: left;	
}

#imagesize {
	font-size: 12px;
	text-align: right;	
}

#imageprice {
	font-size: 12px;
	text-align: right;	
}

#imagecard {
	font-size: 12px;
	text-align: right;	
}



