	* {
		margin: 0;
		padding: 0;
		border: 0;
	}

	body {
		background-color: #232323;
		color: #ffffff;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
	}

	#banner {
		width: 750px;
		margin: 0px auto 0px auto;
		text-align: left;
		font-size: x-large;
		vertical-align: center;
		background: url(images/banner.jpg) no-repeat;
	}

	#menu {
		background-color: #ffffff;
		background-image: url("images/menu.jpg");
		color: #cccccc;
		width: 750px;
		height: 35px;
		padding: 15px 0px 0px 0px; /* border-right: 4px solid #ffffff; */
		margin: 0px auto 0px auto;
		font-size: small;
		font-variant: small-caps;
		vertical-align: center;
		background-repeat: no-repeat;
	}

	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0px 0px 0px 0px;
	}

	#menu ul li {
		display: inline;
	}

	#menu a {
		color: #666666;
		background-color: #ffffff;
		text-decoration: none;
		padding: 0px 10px 0px 10px;
	}

	#menu a:hover {
		color: #000000;
		background-color: #ffffff;
	}

	.menudivider {
		color: #333333;
		background-color: #ffffff;
		font-size: 12px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

	#content {
		background-color: #666666;
		color: #ffffff;
		width: 738px;
		height: 400px;
		margin: 0px auto 0px auto;
		padding: 4px 4px 0px 10px;
		text-align: left;
		font-size: medium;
		border-bottom: 4px outset #999999;
		border-right: 4px outset #999999;
/*		position: relative; */
	}
	
	#content p {
		padding: 10px 0px 0px 0px;
	}
	
	#content a {
		background-color: #666666;
		color: #ffffff;
	}
	
	#content ul {
		margin-left: 15px;
		margin-top: 10px;
		padding-left: 10px;
	}
	
	#content ul li {
		padding: 5px 0px 5px 2px;
		list-style: circle;
	}
	
	#content ul li a {
		text-decoration: none;
	}
	
	#content ul li a:hover {
		text-decoration: underline;
	}

	#content.welcome {
		position: relative;
		background-color: #000000;
		color: #ffffff;
	}

	#content.welcome h1 {
		text-transform: uppercase;
		text-align: right;
	}
	
	#content.welcome h2 {
		text-align: right;
	}
	
	#content.welcome p {
		text-align: right;
		padding-top: 15px;
	}
	
	#footer {
		background-color: #232323;
		color: #999999;
		font-size: x-small;
		padding-top: 4px;
	}

	#footer a {
		background-color: #232323;
		color: #999999;
		text-decoration: none;
	}

	#footer a:hover {
		background-color: #232323;
		color: #cccccc;
	}
	
	#gallery {
		width: 710px;
		height: 300px;
		overflow: auto;
		float: left;
		padding: 0px 10px 10px 10px;
		margin-top: 10px;
		text-align: justify;
	}
	
	div.thumbnail {
		height: 120px; 
		width: 110px; 
		float: left;
	}
	
	#gallery img {
		margin: 5px 10px 5px 10px;
	}
	
	#mainImageCtr {
		float: right;
		width: 400px;
		height: 300px;
		text-align: center;
		padding: 10px 10px 0px 0px;
	}

	#history {
		position: relative;
		left: 0px;
		top: 15px;
		width: 450px;
		height: 325px;
		padding: 5px 10px 10px 5px;
		overflow: auto;
	}
	
	#history p {
		padding-bottom: 10px;
	}
	
	#dates {
		position: relative;
		left: 0px;
		top: 15px;
		width: 725px;
		height: 330px;
		padding: none;
		overflow: auto;
	}
	
	#dates a {
		/* background-color: #000000; */
		text-decoration: none;
		padding: 1px;
		color: #9999ff;
	}
	
	#dates_inner {
		background-color: #666666;
		color: #ffffff;
		padding-bottom: 10px;
	}
	
	#dates_inner th{
		padding-top: 20px;
	}
	
	#dates_inner td {
		min-width: 130px;
		padding-right: 10px;
		padding-top: 10px;
		vertical-align: top;
		/*text-transform: lowercase;*/
	}
	
	#dates_inner td.date {
		width: 120px;
	}
	
	
	#dates_inner td.venue {
		width: 170px;
	}

	
	#dates_inner td.address {
		width: 425px;
	}

	.cancelled {
		text-decoration: line-through;
		background-color: #666666;
		color: darkred;
	}

	#counter {
		position: relative;
		top: 220px;
		left: 400px;
		background-image: url(/tinc?key=0K7fgwAF);
		background-repeat: no-repeat;
		height: 30px;
		width: 90px;
		background-position: 50% 70%;
		overflow: hidden;
	}
	
	#myspace {
		position: relative;
		top: 230px;
		left: -220px;
	}	
	
	#myspace a {
		background-color: #000000;
		color: #ffffff;
		text-decoration: none;
	}
	
	#myspace a:hover {
		text-decoration: underline;
	}

	#shoutbox {
		text-align: center;
	}
	
	#shoutbox p {
		font-size: small;
		padding-bottom: 10px;
	}
	
	#shoutbox a {
		font-size: xx-small;
	}
	
	div.movie {
		height: 120px;
		width: 153px;
		padding: 10px;
		float: left;
		text-align: center;
	}
	