/*
** Home page styles.
*/
a
{
	color: #e8025e;
}

div.homepage
{
	background-image: url('Logo1000x1000.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 30px;
}

td.mainleft
{
	vertical-align: top;
	width: 45%;
}

td.mainrighttop
{
	vertical-align: top;
}

/*
** Styles for the frontpage images
*/
table.fpimages
{
	margin-top: 75px;
}

div.fpimagephotoshoot
{
	margin: 2px;
	margin-right: 15px;
}

img.fpimagephotoshoot
{
	padding: 2px;
	background-color: black;
}

div.fpimagelive
{
	margin: 2px;
	width: 150px;
}

img.fpimagelive
{
	padding: 2px;
	background-color: black;
	margin-top: 10px;
}

div.fpimagewhat_weve_been_up_to
{
	width: 100px;
	margin: 2px;
}

img.fpimagewhat_weve_been_up_to
{
	padding: 2px;
	background-color: black;
}

div.fptitle
{
	font-family: "courier new";
	text-align: right;
	font-size: 10pt;
}


/*
** The gig at the top of the page
*/
div.gigHome
{
	border: 2px solid black;
	padding: 5px;
	cursor: pointer;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/transparent90.png',sizingMethod='scale');
}
html>body div.gigHome
{
	background-image: url('transparent90.png');
}

div.gigHome div.centerMe
{
	width: 800px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}

div.gigHome strong
{
	font-size: 14pt;
}

div.gigHome a
{
	display: block;
	clear: left;
	text-align: center;
	width: 100%;
	text-decoration: none;
	font-size: 10pt;
	margin: 5px;
	color: #e8025e;
}
div.gigHome a:visited { color: #e8025e; text-decoration: none; }


p.nextGig
{
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 12pt;
}
