/* Basic Elements Styles */
body {
  font: 11px Helvetica, Arial, sans-serif;
  background-color: #000000;
  background-image: url(../images/bg_home.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  color: #cccccc;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
p {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  margin-top: 0px;
}
img {
  border: 0px;
}
a, a:link, a:visited {
  color: #ffffff;
  text-decoration: none;
}
a:active {
  color: #cccccc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #cc6600;
}
.about {
  background-image: url(../images/bg_about.jpg);
  background-repeat: no-repeat;
}
.events {
  background-image: url(../images/bg_events.jpg);
  background-repeat: no-repeat;
}
.pastevents {
  background-image: url(../images/bg_past.jpg);
  background-repeat: no-repeat;
}
.contact {
  background-image: url(../images/bg_contact.jpg);
  background-repeat: no-repeat;
}
.news {
  background-image: url(../images/bg_news.jpg);
  background-repeat: no-repeat;
}
.statements {
  background-image: url(../images/bg_statements.jpg);
  background-repeat: no-repeat;
}
.art {
  background-image: url(../images/bg_art.jpg);
  background-repeat: no-repeat;
}
.fashion {
  background-image: url(../images/bg_fashion.jpg);
  background-repeat: no-repeat;
  background-color: #000;
}
.shop {
	background-image: none;	
}
.music {
  background-image: url(../images/bg_music.jpg);
  background-repeat: no-repeat;
}
.portrait {
  background-image: url(../images/bg_portrait.jpg);
  background-repeat: no-repeat;
}
.links {
  background-image: url(../images/bg_links.jpg);
  background-repeat: no-repeat;
}

.topnav {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  height: 25px;
  text-align: right;
  vertical-align: middle;
  padding: 0px 50px 0px 0px;
}
.topnav a, .topnav a:link, .topnav a:visited, .topnav a:active, .topnav a:hover {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  background-color:#000000;
}
.display {
  text-align: right;
  vertical-align: bottom;
  height: 430px;
}
.image {
  margin: 0px 10px 10px 0px;
}
.verticle {
  width: 30px;
  text-align: center;
  vertical-align: bottom;
  padding-right: 25px;
}
.horizontal {
  height: 30px;
  text-align: right;
  vertical-align: middle;
  padding-right: 25px;
  padding-bottom: 25px;
}
.navbt {
  width: 99px;
  height: 99px;
}
#page_header {
background: url('../images/logo_40.png') no-repeat left top #ff0000;
background-position: 10px;
  opacity: .66;
  filter: alpha(opacity=66);
  width: 100%;
  height: 43px;
  padding: 12px 0px 0px 46px;
  margin: 0px 0px 0px 0px;
}
.headline {

  /*margin-left:50px;*/
  font: 24px Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-left: 6px;
  color:#000000;
}
#page_footer {
  background: #ff0000;
  opacity: .66;
  filter: alpha(opacity=66);
  width: 100%;
  height: 33px;
  padding: 6px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.copyright p {
  font: 9px Verdana, Arial, Helvetica, sans-serif;
  padding: 6px 15px 6px 15px;
  color:#000000;
}