body {
	background-image: url('main_background.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 100px;
}

div.header {
	background-color: #000000;
	display: block;
	height: 40px;
	width: 100%;
	white-space: nowrap;
}

div.footer {
	background-color: #000000;
	display: block;
	height: 24px;
	width: 100%;
	white-space: nowrap;
}

div.gallery {
	position: relative;
	display: block;
	height: 300px;
	overflow: auto;
	white-space: nowrap;
	padding-top: 8px;
}

span.logoWhite {
	position: relative;
	padding-left: 10px;
	font-family: "courier new";
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
}

span.logoOrange{
	font-family: "courier new";
	font-size: xx-large;
	color: orange;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

span.subtitleOrange{
	position: relative;										
	font-family: arial;
	font-size: medium;
	color: orange;
	font-weight: bold;
	top: 2px;
	padding-left: 0px;
	margin-left: 0px;
}

span.arrow {
	color: orange;
	vertical-align: top;
	position: relative;
	top: -5px;
}

h1 {
	color: orange;
	vertical-align: top;
	font-family: helvetica;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
	padding-left: 10px;
}

h2 {
 	font-family: verdana;
	font-size: xx-small;
	color: #BBBBBB;
}

a.footer, a.footer:hover {
	font-family: verdana;
	font-size: xx-small;
	color: #999999;
	text-transform: none;
}

a.footer:hover {
	color: orange;
}

span.player {
	position: relative;
	height: 20px;
	overflow: auto;
}

/* gallery code */
.photo { 
	margin: 2px; 
	border: 1px solid #FF9957; 
	padding: 1em; 
	font-size: 10px; 
	height:250px;
	width:auto;
}

div.alert {
  font-family:arial;
  font-size: large;
  position: absolute;
  left:20px;
	top:0px;
	color: red;
}

h2.alert{
  font-family:arial;
  font-size:10px;
  color:#FF9957;
}

ul.navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #000000;
  height: 30px;

}

ul.navigation li {
  display: inline;
  margin-right: 5px;
}

ul.navigation a {
	/*vertical-align: top;*/
	font-family: Helvetica;
	font-size: 18px;
	text-transform: uppercase;
	/*font-weight: bold;*/
	color: #FFFFFF;
	text-decoration: none;		
}

ul.navigation a:hover, ul.navigation a.selected {
  background-color: #000000;
  color: orange;
}

ul.navigation a.selected {
	color: #D07336;
}

ul.navigation a:focus {
  outline: none;
}

.hide {
  display: none;
}

li.altNav a, li.altNav a:visited {
	/*vertical-align: top;*/
	margin-left: 10px;
	font-family: helvetica;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: orange;
	text-decoration: none;
}

li.altNav a:hover, li.altNav a:active {
	color: #ffffff;
}