a {
	text-decoration: none;
}
a:link {
	color: #CC6600;
}
a:visited {
	color: #CC6600;
}
/*
a:hover {
	color: #CC0000;
} 
*/
a:active {
	color: #FF9900;
}
BODY {
	background-image: url(background.png);
  background-repeat: repeat-x;  
  background-color: #b3d7cd;
	font: 11px/15px verdana, arial, sans-serif;
}
H1 {
	font-size: 18px;
	font-weight: bold;
	color: #b12c32;
	padding-top: 15px;
}
H2, H3, H4 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b12c32;
	padding-top: 5px;
	}
P, LI {
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	}
B {
	color: #b12c32;
}
STRONG {
	color: #b12c32;
}
IMG {
	border: none;
}

/* shared table styles */
.navlook {
	font-size: 11px;
	line-height: 15px;
	color: #CCCCCC;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 10px;
}
.navlook a:link {
	color: #AAAAAA;
	text-decoration: none;
}
.navlook a:visited {
	color: #6A6A6A;
	text-decoration: none;
}
.navlook a:hover {
	color: #CC0000;
	text-decoration: none;
}
.navlook a:active {
	color: #FFCC33;
}

/*  this style is for the main cell that holds the page text  */
.blahblah {
	padding: 25px 50px;
}
.pgblurb {
	font-size: 11px;
	line-height: 15px;
	padding: 25px 50px 5px;
}

/*  styles for sidebar  */
.sidebar {
	background: #DdDcDF;
	padding-top: 25px;
	padding-bottom: 10px;
	width: 150px;
}
.sidetext {
	padding-right: 10px;
	padding-left: 10px;
}
.sidebar ul {
	padding:0;
	margin: 0;
}
.sidebar ul li {
	list-style-type: none;
	padding: 0 2px 0 10px;
	margin: 0;
}
.copyright {
	font-size: 10px;
	color: #666666;
	text-align: left;
	padding: 25px 50px 10px;
}

/*  program guide styles */
.weekday, .weekday a:link {
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	color: #666633;
	padding-top: 15px;
	border-bottom: 0.5px solid #666633;
}

.shows {
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

/*  contact styles  */
.contact {
	padding: 25px 50px 25px 120px;
}
.scootch {
	padding-left: 25px;
}

/*  padding for photos  */
.leftpic {
	padding-right: 10px;
	padding-bottom: 5px;
	border: none;
}
.rightpic {
	padding-bottom: 5px;
	padding-left: 10px;
	border: none;
}
.psa {
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}

/*  styles for photo gallery  */
#desc {
	font-size: 11px;
	line-height: 15px;
	color: #660033;
	text-align: center;
}

#placeholder {
	font-size: 11px;
	color: #333333;

}
.gallerythumbs {
	text-align: center;
}

