body {
  /*background-color: #9F9D77;*/
  /*background: #9F9D77 url(../images/bg2.jpg) top center no-repeat;*/
  background: #4A4B2C url(../images/bg4.jpg) top center repeat-x;
	padding: 0;
	/*margin: 1%;*/
	margin: 0;
}
#center {
	width: 100%;
	height: 100%;
	text-align: center;
	/*margin-top: 10px;*/
}
#main {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #4A4B2C url(../images/bg_top.jpg) top center no-repeat;
}
#container {
  width: 900px;
  height: 100%;
  margin: auto;
  background-color: #ffffff;
  /*border-top: 1px solid #3E3E3E;
  border-left: 1px solid #3E3E3E;
  border-right: 1px solid #3E3E3E;*/
}

#header {
  height: 90px;
  width: 900px;
	background-color: #ffffff;
	margin-bottom: 6px;
	padding-bottom: 0;
}
h2 {
  text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
	color: #014B96;
}
a {
  color: #014B96;
  text-decoration: none;
}
a:hover {
  color: #014B96;
  text-decoration: underline;
}
.colhead {
  padding-top: 22px;
}
p {
	margin: 0 0 8px 0;
  font-family: Palatino Linotype, Times New Roman;
  font-size: 0.8em;
  font-weight: normal;
	padding-left: 10px;
	text-align: left;
}
.caption {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  font-weight: bold;
  line-height: 1.6em;
  color: #000000;
}
.caption a {
  color: #000000;
  text-decoration: none;
}
.caption a:hover {
  color: #000000;
  text-decoration: underline;
}
.address {
  font-weight: normal;
}
.capname {
  color: #000000;
  text-transform: uppercase;
}
.sshow {
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  /*font-style: italic;
  background: #fff url(../images/barrow.gif) center left no-repeat;
  padding-left: 14px;*/
}
.hidden {
  visibility: hidden;
  display: none;
}
.phone {
  font-family: Verdana, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #014B96;
  font-weight: bold;
  /*font-size: 110%;*/
}
.artist {
  text-align: center;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
}

.blue {
  font-weight: bold;
  color: #014B96;
}
#menu {
  margin: auto;
  padding-bottom: 20px;
  padding-top: 5px;
}
.nav {
  width: 900px;
  line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
  color: #ffffff;
  margin-bottom: 4px;
}
.nav a {
  white-space: no-wrap;
  color: #ffffff;
  text-decoration: none;
  margin: 0 8px 0 8px;
}
.nav a:hover {
  white-space: no-wrap;
  /*color: #ffffff;*/
  color: #8FC2FF;
  text-decoration: underline;
  margin: 0 8px 0 8px;
}
#content {
	height: auto;
	/*min-height: 440px;*/
	width: 900px;
}
.padding {
  padding: 5px 15px 5px 15px;
}
#bottom_fix {
  margin: 10px 0 0 0;
  padding: 0;
}
#footer {
  clear: both;
  width: 900px;
  margin: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  
  background-color: #0853AC;
  background-image: url(../images/footer.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  
  border-left: 1px solid #3E3E3E;
  border-right: 1px solid #3E3E3E;
  border-bottom: 1px solid #3E3E3E;
}
#footer p, li {
  color: #ffffff;
  font-size: 0.8em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#copy {
  margin: 10px auto 0 auto;
}
#copy p {
  text-align: center;
  font-size: x-small;
  /*margin: auto;
  padding: 5px 0 4px 0;*/
}
#copy a {
  color: #000;
}

.clear {
  clear: both;
}

a.ext {
  background-image: url(../images/extlink.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 14px;
}

