html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: auto 20px;
	padding: 0;
	text-align: center; <!-- Centers main part of screen-->
	font-size: 10px;
	color: black;
	background-color: white;
	}

#page-container {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#main {
	clear: none;
	margin-bottom: 10px;
	}

#content {
	margin-top: 10px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: white;
	background-image: none;
	clear: none;
	}

#update {
	background-color: #640000;
	float: left;
	margin: 5px;
	border: thin groove #FF0000;
	padding: 5px;
	}
	
#main-nav {
	display: none;
	}

#title {
	background-repeat: no-repeat;
	Height: 150px;
	text-align: center;
	color: #ffffff;
	padding-left: 10px;
	background-image:   url(../images/header.png);
	}
	
.venueGigsURL {
	display: none;
	}

#header {
	height: auto;
	background-color: #640000;
	color: #ffffff;
	clear: both;
	width: auto;
	display: block;
	float: left;
	border: thin groove #FF0000;
	margin-top: 10px;
	}

#logout {
	display: none;
	}

#Contact-Side {
	display: none;
	}

#main-nav a {
	display: none;
	}

#altnav {
	float: right;
	text-align: right;
	}

#altnav a {
	display: none;
}

#footer {
	display: none;
}

h1 	{
	font-size: 250%;
	text-align: left;
	}

h2 	{
	font-size: 80%;
	display: block;
	border-bottom: thick solid #aaa;
	}

h4 	{
	font-size: 105%;
	font-weight: 550;

	}

h3 	{
	font-size: small;
	text-decoration: none;
	}

p 	{
	font-size: small;
	}

td 	{
	margin-left: 3px;
	padding: 1px;
	background-color: #fcc;
	}

<!-- #### CONTENT DIV ############################################# -->	

#content p {
	padding-right: 5px;
	text-align: justify;
	}

#content li {
	font-size: 100%;
	font-weight: 600;
	}

#content .padding {
	padding: 25px;
	}
	
.siteversion {
	display: none;
	}


#mainpic {
	clear: none;
	border: thin groove #640000;
	float: right;
	}
	
#tonight {
	display: none;
	}

#smallpic {
	border: thin groove #640000;
	margin-right: 10px;
	float: left;
	}

.center {
	text-align: center;
	}

#copyright {
	float: left;
	}

<!-- #### CONTACT SIDE ############################################# -->
	
#Contact-Side h1 {
	padding-left: 5px;
	}

#Contact-Side h2 {
	padding-left: 5px;
	}

#Contact-Side h3 {
	margin-top: 5px;
	margin-bottom: 6px;
	background-color: #993300;
	margin-left: 23px;
	padding-left: 2px;
	}

#Contact-Side h4 {
	font-weight: 600;
	color: #FFcccc;
	display: block;
	padding-left: 25px;
	font-size: small;
	margin-top: -5px;	
	}

#Contact-Side p {
	font-size: x-small;
	padding-left: 25px;
	margin-top: -17px;
	}

#Contact-Side .padding {
	padding: 25px;
	}

<!-- #### GIG TABLE ############################################# -->
	
#gigtable {
	width: 100%;
	margin-bottom: 5px;
	}	
	
#gigtable h1 	{
	font-family: "Matura MT Script Capitals";
	font-size: xx-large;
	text-align: left;
	}
	
#gigtable .venue {
		display: block;
		font-size: medium;
}

#gigtable h2 {
	font-size: 150%;
}

#gigtable h3 {
		padding: 1px;
		margin: 0px;
}

#gigtable h4 {
		font-size: small;
		color: #640000;
}
	
.gigsDate {
	margin-bottom: 10px;
	color: 640000;
	font-size: 200%;
}

.gigsYear {
	margin-top: 50px;
	margin-bottom: 10px;
	color: 640000;
	font-size: 400%;
}

.Hilite {
	background-image:   url(../images/hilite.png);

	font-weight: 900;
	}

.Test {
	background-color: yellow;

	color: #330000;
	font-weight: 900;
	}
	
.private {
	background-color: #440000;
	background-image: none;
	font-weight: 900;

	}	

.venue {
	display: block;
	font-weight: 600;
	font-size: 170%;
	padding-left: 30px;
	padding-right: 3px;
	text-decoration: none;
	}
		
.address {
	margin-left: 40px;
	display: block;
	font-size: 80%;
	}
	
.pnotes {
	border-top: thin solid #aaa;
	display: block;
	font-weight: 700;
	margin-left: 40px;
	font-size: 80%;
	}

.bnotes {
	font-size: 90%;
	background-color: #ccffcc;
	font-weight: 900;
	}


a {
	color: black;
	text-decoration: none;
}

a:hover {
	display: none;
	}	
.printhidden {
	display: none;
	}

#main-nav a:hover {
	display: none;
	}

#content a:hover {
	display: none;
	}
