html, body
{
  font-family: arial;
  margin: 0px 0px 8px 0px;
  background-color: #1A1A1A;
}

a
{
   text-decoration: none;
}

img
{
	border: none;
}

#Background
{
  background-color: #292929;
  color: black;
  font-weight: bold;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#WordsContainer
{
  width: 100%;
  text-align: justify;
}

#StripeOuterContainer
{
  left: 0px;
  position: absolute;
  width: 100%;
  top: 30%;
  z-index: 100;
}

#ProshipLogo
{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#NavigationStripe
{
  background-image: url("../images/stripe-bg.gif");
  background-repeat: repeat-x;
  margin-top: 20px;
  padding: 2px;
  height: 41px;
 /* background-color: #0061b7;*/
}

#NavigationStripe div.BoundingBox
{
  width: 320px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#VenueDiv
{
  float: left;
}

#PerformerDiv
{
  float: right;
}

div.NavTitle
{
  text-align: center;
  font-weight: bold;
  font-size: larger;
  color: white;
}

div.NavTitle a
{
  color: white;
}

div.NavTeaser
{
  text-align: center;
  font-weight: normal;
  font-size: smaller;
  color: #FF8000;
}

div.NavTeaser a
{
  color: #FF8000;
}

#SitemapStripe
{
  margin-top: 3px;
  text-align: center;
  font-weight: bold;
	font-size: smaller;
  color: #FF8000;
  clear: both;
}

#SitemapStripe a{
  color: #FF8800;
}

#LangSelectionStripe
{
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  color: #FF8000;
  clear: both;
}

#ContactUsStripe
{
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  color: #FF8000;
  clear: both;
}

#ContactUsStripe a{
  color: #FF8800;
}

#FooterOuterContainer
{
  position: absolute;
  text-align: center;
  font-size: smaller;
  font-weight: normal;
  padding-bottom: 10px;
  bottom: 0px;
  width: 100%;
}

#MissionStatement
{
  padding-bottom: 10px;
  color: white;
}

#Copyright
{
  color: #0061b7;
}

br.spacer
{
  clear: both;
}

