body {
	font-size: 100%; /* Resets 1em to 10px */
	font-family: Verdana;
	/*background: url("../images/pagebg.png") repeat-x rgb(231,231,231); */
	background-color: #d5d6d7;
	/*color: #333;*/
	text-align: center;
	margin: 0;
	/*text-indent: -10px;
	padding-left: 10px;
	padding: 0; */	
	padding: 10px;	
	
	
	}
	
#page {
	background: url("../images/middle.png") repeat-y; 
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 990px;
	top: 120px;
	text-align: left;
	}
	
#header { 	
	background: url("../images/top.png") no-repeat;		
	padding: 10px 10px 5px;
	margin: 0px;
	height: 90px;
}
#header div{ 
	padding: 0px;
	margin: 0px;		
	display: inline;	
}

#layer { 	
	border-top: 1px solid #36393D;
	padding: 5px;
	margin: 0px 5px;
  	height: 100px;
	text-align: center;
}

#left {
  float: left;
  padding: 0px 0px 0px 10px;
  width: 490px;
}

#right { 
  padding: 0;
  float: left;
  width: 490px;
}
#main {
  float: none;
  width: 480px;
  }
  
#tabs {
  padding: 5px 0pt 0pt 10px;
  background-color: #356c86;
  color : #fff;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  font-family: Verdana;
  font-weight: bold;
  display: block;
  }
#tabs span {
  background-color: #ffffff;  
  margin-right: 7px;
  float: left;
  padding: 0pt 10px;
  color: #356c86;
  } 

#tabs a {  
  margin-right: 7px;
  float: left;
  padding: 0pt 10px;
  color: #fff;
  text-decoration: none;
  }
  
#tabs a:hover {
  text-decoration: underline;    
}
  
#shows {
  margin-bottom: 20px;
  }  
  
.fix {
  display: block;
  }
  
#shows div {
  border-bottom: 1px solid #cccccc;
  padding: 15px 0px 15px 10px;
  clear: both;
  height: 75px;
  }
#shows div.desc {
  border: medium none ;
  padding: 0px 0px 0px 15px;
  float: right;
  clear: none;
  width: 380px;
  /*height: auto;*/
  }
#shows h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  font-family: Verdana;
  }
  
p {
  margin: 5px 0px 0px;
  font-size: 100%;
  font-weight: normal;
  font-size: 13px;
  font-family: Verdana;
}
#shows a:link, #shows a:visited {
  color: #0166a6;
  text-decoration: none;
  }
#shows a:hover {
    text-decoration: underline;
    color: #999933;
}

#shows img { 
  float: left;
  display: block;
  border : none;
  }

#footer { 
	background-color: #eee;
	background: url("../images/bottom.png") no-repeat bottom; border: none;
	padding: 0;
	margin: 0;
	width: 990px;
	/*width: 100%;*/
	height: 97px;
	clear: both;
	
}
#realfooter {	
	width: 980px;
	margin: 0px auto;
	padding: 0px;	
	font-family:Verdana;
	font-size:0.8em;
	text-align: center;
}
