/**
 * $Id: index.css,v 1.5 2007/09/06 00:45:21 sudaraka Exp $
 * Created: 08/25/2007
 * $Log: index.css,v $
 * Revision 1.5  2007/09/06 00:45:21  sudaraka
 * - cosmetic changes
 * - modified framework to support hosting in shared servers
 *
 * Revision 1.4  2007/08/31 07:24:40  sudaraka
 * complete public area artist and category pages
 *
 * Revision 1.3  2007/08/30 23:41:41  sudaraka
 * bug fixes on release 2
 *
 * Revision 1.2  2007/08/30 23:03:00  sudaraka
 * - applied new layout and modified homepage accordingly
 *
 * Revision 1.1  2007/08/26 01:14:36  sudaraka
 * added home page layout
 *
 *
 */

table.photo
{
	width: 100%;
}
table.photo td
{
	text-align: center;
}
div.photo
{
	margin: 8px 9px 0px 8px;
	text-align: center;
	vertical-align: top;
	float: left;
}
.IE div.photo
{
	margin: 8px 8px 0px;
}
div.photo div
{
	border: 1px solid #888888;
	text-align: center;
	vertical-align: middle;
	margin: 0px auto 2px;
	padding: 2px;
	background-color: #000000;
	overflow: hidden;
}
div.photo a
{
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #ffffff;
	cursor: pointer;
}
