/* HEADER/FOOTER STRUCTURE */

html{
	height:100%;
}
body
{
	border:none;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background: black;
	padding: 0;
	color: #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
table {
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
	background-color: black;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-width: 0px 0px 0px 0px;
	margin: 0;
	padding: 0;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: black;
	text-align:left;
}

p {
	font-family: Book Antiqua, Bookman Old Style, Garamond;
	font-size: 16px;
	padding:5px;
}

a:link { 
	color: gray;
	}
a:visited { 
	color: #444444;
	}
a:hover { 
	}
a:active { 
	}
	
/*body elements*/
.navitem, .navitemhover, .navitemselect {
	float: left; 
	width: 200px; 
	height: 36px;
	font-family: Centaur;
	font-size : 14px;
	font-weight: bold;
	/*border-bottom: 1px white solid; 
	border-top: 1px white solid; */
	text-transform: uppercase;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	vertical-align: middle; 
}
.navitem {
	background-image: url("/images/button.gif");
	
}

.navitemhover {
	background-image: url("/images/buttonSelect.gif");	
	cursor: pointer;	
}

.navitemselect{
	background-image: url("/images/buttonSeld.gif");	
	cursor: pointer;	
}

div{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: black;
	width: 1000px;
	color: white;
	font-size: 11px;
	line-height:2.5em;
}

div.page{
	min-height:300px;
	width: 900px;
}

div.index{
	border-left: 5px black solid;
	border-right: 5px black solid;
}

span{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: black;
	color: white;
	font-size: 11px;
	text-align: center;
	line-height:2.5em;
}

td.name{
}

td.number{
}

div.badForm{
}

div.EPK{
float: left; 
width: 150px; 
height: 30px;
text-align: center;
cursor: pointer;	
background-color: #181818 ;
}

div.info{
text-align: left;
width: 900px;
}

div.credits{
text-align: right;
width:600px;
#width:300px;
}

td.fest{
	font-family: Book Antiqua, Bookman Old Style, Garamond;
	font-size: 16px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}

hr#fest {
  width: 80%;
}

h1{
	size:18px;
}

h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: white;
	padding-top: 0px;
	padding-bottom: 0px;

}

h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: white;
	padding-top: 0px;
	padding-bottom: 0px;

}
