/* Body */
body			{
	background-image: url(../images/bg.gif);
}

table.main	{
	background-color: #000000;
	color: #c0c0c0;
	width: 750px;
	border: 1px ridge #010101;
	padding: 0 0 0 0;
}

table.body	{
	background-color: #000000;
	width: 100%;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
	word-spacing: 0.1em;
	padding: 15px 15px 15px 15px;
}
/* End Body */

/* Logo & Navigation */
td.logo		{
	width: 110px;
	background-image: url(../images/logo_sign_small.jpg);
	background-repeat: no-repeat;
}

table.nav	{
	width: 100%;
	height: 132px;
	background-color: #1e1e1e;
	color: #77a7bd;
	border-bottom: 1px ridge #c0c0c0;
}

td.nav	{
	width: 650px;
	background-color: #1e1e1e;
	background-image: url(../images/logo_silver.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #77a7bd;
	text-align: center;
	word-spacing: 15px;
	line-height: 50px;
	vertical-align: bottom;
}

span.currentPage	{
	background-color: #1e1e1e;
	color: #c0c0c0;
}
/* End Navigation */

/* Home Page Image */
table.indexImage	{
	width: 304px;
	height: 361px;
	float: left;
	background-image: url(../images/index_image.jpg);
	background-repeat: no-repeat;
	margin: 0px 10px 5px 0;
}
/* End Home Page Image */

/* Footer */
table.copyright	{
	width: 100%;
	height: 40px;
	font-family: arial, verdana, tahoma, sans-serif;
	color: silver;
	word-spacing: 0.1em;
	font-size: 12px;
	text-align: center;
	background-color: #1e1e1e;
	padding: 0 0 0 0;
	border-top: 1px ridge #c0c0c0;
}
/* End Footer */

/* Recordings Page */
table.recordings		{
	background-color: #000000;
	width: 550px;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
	word-spacing: 0.1em;
}

td.recordings		{
	width: 250px;
}

td.recordingsSpacer	{
	width: 50px;
}

img.album	{
	border: 1px ridge #c0c0c0;
}

table.zing	{
	background-color: #000000;
	color: #c0c0c0;
	width: 200px;
	height: 150px;
	float: left;
	border: 1px ridge #c0c0c0;
	margin: 0px 10px 5px 0;
}

span.tracks		{
	line-height: 18px;
}

hr.recordings		{
	background-color: #000000;
	height: 1px;
	width: 100%;
	color: #c0c0c0;
	margin: 5px 0 5px 0;
}
/* End Recordings Page */

/* Bios Page */
table.bios		{
	background-color: #000000;
	width: 550px;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
	word-spacing: 0.1em;
}

table.biosImages	{
	background-color: #000000;
	color: #c0c0c0;
	width: 157px;
	height: 156px;
	float: left;
	border: 1px ridge #c0c0c0;
	margin: 0px 10px 5px 0;
}

hr.bios		{
	background-color: #000000;
	height: 1px;
	width: 100%;
	color: #c0c0c0;
	margin: 20px 0 20px 0;
}
/* End Bios Page */

/* Schedule Page */
table.schedule		{
	width: 550px;
}

td.scheduleLeft	{
	width: 150px;
	height: 50px;
}

td.scheduleSpacer	{
	width: 10px;
}

td.scheduleRight	{
	width: 390px;
}

span.schedule		{
	background-color: #000000;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 14px;
	color: #c0c0c0;
	font-weight: bold;
	text-decoration: none;
}
/* End Schedule Page */

/* Photos Page */
span.photoLabel	{
	font-size: 12px;
}

img.photos		{
	border: 1px ridge #c0c0c0;
}
/* End Photos Page */

/* Contact Page and Form Validation */
table.contact		{
	width: 450px;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 14px;	
}

td.firstName		{
	width: 250px;
}

td.lastName			{
	width: 175px;
}

.forms				{
	color: #ff0000;
	background-color: #ececec;
	border-color: #d4d9db;
	border-style: solid;
	border-width: 1px;
	text-indent: 5px;
}

span.contactHeading	{
	background-color: #000000;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 14px;	
	color: #c0c0c0;
	font-weight: bold;
}

.errHilite			{
	border-color: #ff0000;
	border-style: solid;
	border-width: 1px;
	text-indent: 5px;
}

table.contactThanks	{
	width: 100%;	
}
/* End Contact Page and Form Validation */

/* Guestbook */
table.guestbook	{
	width: 100%;
}

hr.guestbook		{
	background-color: #000000;
	height: 1px;
	width: 100%;
	color: #c0c0c0;
	margin: 10px 0 10px 0;
}

td.guestbook	{
	background-color: #000000;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
	word-spacing: 0.1em;	
}

table.guestSign	{
	width: 450px;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 14px;	
}

table.bodyGuest	{
	background-color: #000000;
	width: 100%;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
	word-spacing: 0.1em;
	padding: 0 0 0 0;
}

table.guestAdmin	{
	background-color: #000000;
	width: 100%;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
	word-spacing: 0.1em;
	line-height: 20px;
}
/* End Guestbook */

/* Links */
a.nav			{
	background-color: #1e1e1e;
	color:#77a7bd;
	font-weight: bold;
	text-decoration: none;
}

a 				{
	background-color: #000000;
	color: #77a7bd;
	font-weight: bold;
	text-decoration: none;
}

a:hover		{
	text-decoration: underline;
}

a:active		{
	text-decoration: underline;
}
/* End Links */