@charset "UTF-8";
/* CSS Document */


/**** PAGE LEVEL ***/

body
{
	margin: 0 auto;
	padding: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	size: 12px;
}

a:link     { color:#000000; text-decoration: none; }
a:visited  { color:#000000; text-decoration: none; }
a:hover    { color:#0000CC; text-decoration: none;}

.bold
{	font-weight: bold; }

.italic
{	font-style: italic;	}

.underline
{	text-decoration: underline; }

.justify
{	text-align: justify;	}

.floatLeft
{	float: left;	}

.floatRight
{	float: right;	}

.clearLeft
{ clear: left; }

.clearRight
{ clear: right; }

.clearBoth
{ clear: both; }

.alignCenter
{ text-align: center; }

.alignleft
{ text-align: left; }

.alignRight
{ text-align: right; }

.vAlignTop
{	 vertical-align: top; }

.textXSmall
{ font-size: 0.7em; }

.textSmall
{ font-size: 0.8em; }

.textMed
{ font-size: 0.9em; }

.textLarge
{ font-size: 1.1em; }

.textXLarge
{ font-size: 1.2m; }

.half
{
	width: 50%;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.autoMargin
{
	margin: 0 auto;
}

.wide80
{
	width: 80%;
}

.marginVert
{
	margin: 10px 0;
}

/*** END PAGE LEVEL ***/


/*** MAIN CONTENT ***/

#tbl_concerts
{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-style: italic;
}

#tbl_concerts td
{
	width: 33%;
	text-align: center;
}

.img_bio
{
	margin: 0 10px 10px 0;
	float: left;
}

/*** END MAIN CONTENT ***/



/*** IMAGE GALLERIES ***/

table.gallery
{
	width: 80%;
	margin: 0 auto;
	border-spacing: 1px;
}

table.gallery tr
{
	height: 35px;
}

table.gallery td
{
	vertical-align: middle;
	text-align: center;
}


img.thumb
{
	width: 125px;
	height: 83px;
	border: none;
}

/*** END IMAGE GALLERIES ***/

