body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: black;
	color: silver;
}

p, div, form, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

h1 {
	font-size: 2em;
	color: #CBDB2A;
	margin-bottom: 0.5em;
}

h2 {
	color: white;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 0.5em;
}

a:link {color: #CBDB2A;}
a:visited {color: #CBDB2A;}
a:hover {color: White;}


/*-- BEGIN Basic Layout --*/
#LeftColumn {
	position: absolute;
	left: 0px;
	top: 169px;
	width: 175px;
	padding-top: 1em;
}

#CentreColumn {
  	margin-left: 174px;
  	margin-right: 199px;
	padding-top: 1em;
	padding-right: 1em;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 176px;
	margin-right: 201px;
	}
	html>body #CentreColumn {
	margin-left: 176px;
	margin-right: 201px;
}

#RightColumn {
	position: absolute;
	right: 0px;
	top: 169px;
	width: 200px;
	padding-top: 1em;
}

#Header {
	background-color: #CBDB2A;
	height: 145px;
	margin: 0;
	padding-top: 25px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 144px;
	}
	html>body #Header {
	height: 144px;
}
/*-- END Basic Layout --*/


#Menu {
	padding-top: 1em;
	text-align: center;
}

#Menu a {
	text-decoration: none;
	color: White;
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 0.5em;
	display: block;
}

#Menu a:hover {
	color: #CBDB2A;
	background: none;
}

#Menu a.CurrentMenuLink {
	color: #CBDB2A;
}

img.ModernRepublic {
	position: absolute;
	top: 136px;
	padding-left: 3%;
}

img.Satellite {
	vertical-align: bottom;
	float: right;
	padding-right: 5%;
}

img.ShopPicture {
	border: 3px Solid White;
	margin-right: 1em;
}


.NewsPost {
	margin-bottom: 1.5em;
}

/*-- BEGIN Show Listings --*/
.Show {
	margin-bottom: 2em;
}
.Show h2 {
	border-bottom: 1px solid #CBDB2A;
	margin-bottom: 0px;
}
.Show tr {
	vertical-align: top;
}
.Show h3 {
	text-align: right;
	width: 7em;
	padding-right: 0.5em;
}
/*-- END Show Listings --*/



/*-- BEGIN Mailing List --*/
#MailingList {
	padding-top: 1em;
	margin-bottom: 2em;
	text-align: center;
}
#MailingList h2 {
	color: #CBDB2A;
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 0.5em;
}
#MailingList .TextInput {
	border: solid 2px #CBDB2A;
	background-color: White;
	width: 85%;
	margin-top: 0.5em;
}
#MailingList .RadioButton {
	margin-top: 1em;
	width: 7em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#MailingList .SubmitButton {
	margin-top: 0.5em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: Silver;
	padding: 0em 0.25em 0em 0.25em;
	font-size: 1em;
	background-color: Black;
	border: 2px Solid #CBDB2A;
}
/*-- END Mailing List --*/



.BandPhotos {
	text-align: center;
}

.IndividualPhoto {
	float: left;
	width: 33%;
}