html, body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FFF;
	margin: 0px auto;
	padding: 0px;
	background-color: #000;
	background-image:  url("/images/string_bg.gif");
	background-repeat: repeat-y;
	background-attachment: fixed;
	width: 756px;
}
#header {
	margin-left: 180px;
	padding-top: 8px;
}
/* begin navigation elements */
#nav {
	font-family: "Comic Sans MS", fantasy, sans-serif;
	font-size: 1.2em;
	font-variant: small-caps;
	width: 175px;
	float: left;
}
#nav ul	{
	list-style-type: none;
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #E3318F;
	text-align: right;
	margin-right: 5px;
	padding-right: 5px;
}
#nav li a:link, #nav li a:visited	{
	color:#9C0;
	text-decoration: none;
}
#nav li a:hover, #nav li a:active	{
	color:#C0B;
	text-decoration: underline;
}
/* end navigation elements */

/* begin Next Gig Announcement on homepage */
#nextGig	{
	margin-left: 210px;
	margin-right: 100px;
	padding: 3px;
	border: 4px double #C00;
	color: #9C0;
	font-weight: bold;
}
#nextGig h1	{
	color:#F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-left: 5px;
}
#nextGig a:link, #nextGig a:visited  {
	color: #F90;
	text-decoration: underline;
}
#nextGig a:hover, #nextGig a:active  {
	color: #FF0;
	text-decoration: underline;
}
/* end Next Gig Announcement on homepage */

#mainContent	{
	padding-left: 5px;
	margin-left: 180px;
	margin-right: 15px;
	padding-top: 2px;
	padding-left: 5px;
	line-height: 1.1em;
	font-size: 1em;
}
#mainContent h1	{
	color:#963;
	font-size: 1.5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #933;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #933;
	width: 80%;
	padding-bottom: 3px;
	padding-left: 3px;
}

#mainContent h2	{
	font-size: 1.25em;
	margin-bottom: 1px;
	color: #D6990C;
}

#mainContent a:link, #mainContent a:visited  {
	color: #F00;
	text-decoration: underline;
}
#mainContent a:hover, #mainContent a:active  {
	color: #FF00BF;
	text-decoration: underline;
}

/* changes the color to red on any "special" text item */
.special {
	color: #C00;
}
/* end "special" */

.photo	{
	text-align: center;
}

#footer {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #410074;
	margin-right: 40px;
	margin-left: 80px;
	margin-bottom: 8px;
	margin-top: 5px;
	text-align: center;
}
