body {
	/*font: 13px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;*/
/*	background:url(../images/blue_bkg.png) repeat;*/
	background:url(../images/main_background.png) fixed repeat-y;
}

#main_bkg {
	background:url(../images/main_background.png) fixed repeat-y;
	/*height: 825px;*/
}

#content_bkg {
	/*background:url(../images/content_bkg.png);*/
}

#static_logo {
	position:fixed;
	left:0;
	top:0;
	width:240;
	height:620;
}

#static_logo_blue {
	position:fixed;
	left:0;
	top:0;
	width:240;
	height:1240;
}

#sched_bkg {
	/*background-color:#CCC;*/
	/*background:url(../images/sched_grid.png) fixed repeat-y;*/
}
a {
	color: #ae1f24;
}

a:visited {
	color: #ae1f24;
}

a:active {
	color: #ae1f24;
}

img.menu {
	padding-top: 5px;
	padding-bottom: 5px;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	/*padding-left: 15px;
	padding-right: 15px;
	color:#FFF;*/
}

p.center {
	text-align: center;
}

p.bold {
	font-weight:bold;
}

p.italic {
	font-style:italic;
}

p.crumbtrail {
	padding-top: 0;	
}

li  {
	padding-left: 20px;
	padding-bottom:5px;
	padding-top:5px;
}

h2 {
	color: #ae1f24;
	font-size:36px;
	font-weight:900;
	padding-top: 10px;
	padding-bottom: 0px;
}

table {
	border:thin;
}

td {
	/*padding-left: 25px;
	padding-right: 25px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}

h2.center {
	text-align: center;
}

h1 {
 	/*font-family: arial;*/
	/*font-family: "continuo-1","continuo-2",fantasy;*/
	color: #FFF;
	font-size:80px;
	line-height:62px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding-left: 15px;
	padding-right: 15px;*/
	font-weight:900;
}

h3 {
	color:#FFF;
	font-size: 60px;
	line-height:48px;
	font-weight:900;
	padding-top: 10px;
	padding-bottom: 10px;
}

h4 {
	color:#FFF;
	font-size: 30px;
	font-weight:900;
	line-height:27px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h5 {
	color:#FFF;
	font-size: 25px;
	font-weight:900;
/*	line-height:27px; */
	padding-top: 10px;
	padding-bottom: 10px;	
}

h2.center {
	text-align: center;
}

.act_thumb {
	/* Used for dynamically rendered thumbnails on cast pages */
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 5px;
	float: left;
	width: 140px;
	height: 200px;
}

.imgborder {
/* Adds blue border to images */
	border-style:solid;
	border-color: #1c4792;
	border-width:3px;
}

.sched_border {
/* Adds blue border to images */
	border-style:solid;
	border-color: #000;
	border-width:2px;
}