/** ---------------------------------------------------------- **/
/** -                         global                         - **/
/** ---------------------------------------------------------- **/

body
{
	background-color:	000000;
	color:			black;
	font-family:		arial, helvetica, verdana;
	font-size:		12px;
}

td
{
	color:			black;
	font-family:		arial, helvetica, verdana;
	font-size:		12px;
}

.main
{
	width: 			700px;
	background-color: 	black;
}

h1
{
	color: 			black;
	font-size: 		20px;
}

h2
{
	color: 			black;
	font-size: 		18px;
	font-weight: 		bold;
}

h3
{
	color: 			black;
	font-size: 		13px;
}

/** ---------------------------------------------------------- **/
/** -                   graphical backdrops                  - **/
/** ---------------------------------------------------------- **/

.banner
{
	background-image: 	url(images/phil-robinson-banner-01.jpg);
	width: 			700px;
	height: 		224px;
}

.footer
{
	background-image: 	url(images/phil-robinson-footer-01.jpg);
	width: 			700px;
	height: 		22px;
}

/** ---------------------------------------------------------- **/
/** -            additional header/footer sections           - **/
/** ---------------------------------------------------------- **/

#navigation
{
	color: 			#dfddc8;
	font-weight: 		bold;
	text-align: 		center;
	padding: 		8px 0 0 165px;
}

.navigation_2
{
	margin-top: 		176px;
	text-align: 		center;
}

#emailsignup
{
	color: 			white;
	font-weight: 		bold;
	text-align: 		right;
	padding: 		0px 0px 7px 0px;
}

form
{
	margin: 		0;
	padding: 		0;
}

#copyright
{
	color: 			#dfddc8;
	font-weight: 		none;
	font-size:		10px;
	text-align: 		center;
	padding: 		5px 0 0 0;
}

/** ---------------------------------------------------------- **/
/** -                          links                         - **/
/** ---------------------------------------------------------- **/

a:hover
{
	text-decoration: 	underline;
}

a.navigation
{
	color: 			#dfddc8;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	none;
}

.navigation_2 a
{
	color: 			#dfddc8;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	none;
}

a.h1_link
{
	color: 			black;
	font-size: 		20px;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	none;	
}

a.h2_link
{
	color: 			black;
	font-size: 		18px;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	none;	
}

a.h3_link
{
	color: 			#B22222;
	font-size: 		13px;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	underline;	
}

a.navigation_large
{
	color: 			#dfddc8;
	font-size:		22px;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	none;
}

a.artistname
{
	color: 			black;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	underline;
}

a.venuename
{
	color: 			black;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	underline;
}

/** ---------------------------------------------------------- **/
/** -                       guestbook                        - **/
/** ---------------------------------------------------------- **/

.guestbook_name
{
	color:			black;
	font-weight: 		bold;
	font-family:		arial, helvetica, verdana;
	font-style: 		bold;
	font-size:		16px;
	text-decoration: 	none;
}

.guestbook_date
{
	color:			black;
	font-weight: 		bold;
	font-family:		arial, helvetica, verdana;
	font-style: 		bold;
	font-size:		09px;
	text-decoration: 	none;
}

.guestbook_comment
{
	color:			#333;
	font-weight: 		bold;
	font-family:		arial, helvetica, verdana;
	font-style: 		bold;
	font-size:		11px;
	text-decoration: 	none;
}