/* left */
#left {
	width: 216px;
	margin-right: 8px;
	margin-top: 10px;
	float: left;
}

#left #Tblue {
	background-image: url(../images/schedule/longleads.jpg);
	width: 216px;
	height: 388px;
}

/* Main */
#main {
	width: 557px;
	margin-top: 10px;
	float: left;
}
#main #Tblack {
	background-image: url(../images/schedule/slideshow.jpg);
	width: 557px;
	height: 388px;
}

/* Right */
#right {
	width: 216px;
	margin-left: 8px;
	margin-top: 10px;
	float: left;
}
#right #Tyellow {
	background-image: url(../images/schedule/highlights.jpg);
	width: 216px;
	height: 388px;
}

/* Content */
#center {
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
}

#include0 {
	padding-top: 21px;
	padding-right: 21px;
	padding-bottom: 21px;
	padding-left: 21px;
}

/* Highlights */
#includeHighlight {
	width: 150px;
	padding-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
#highlight {
	width:145px;
	height: 170px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#highlight h1 {
	font-weight: bold;
	line-height: normal;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
}
#highlight p {
	font-weight: normal;
	line-height: normal;
	font-size: 10px;
}

/* Long Leads */
#includeLongLead {
	width: 174px;
	padding-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
#longlead {
	width:174px;
	height: 170px;
}
#longlead img{
	margin-right: 2px;
}

#longlead h1 {
	font-weight: bold;
	line-height: normal;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	padding-bottom: 5px;
	font-family: "Arial Narrow", sans-serif;
}
.small {
	font-size: 8px;
}
#longlead p {
	font-weight: normal;
	line-height: normal;
	font-size: 10px;
	padding-bottom: 5px;
}
.shadow {
	padding-right: 5px;
	padding-bottom: 5px;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a{
	text-decoration: none;
	color: #000099;
}
#include0 a{
	margin-left: 30px;
	text-decoration: none;
	color: #000099;
}
#include0 a:hover{
	margin-left: 30px;
	text-decoration: none;
	color: #749DD2;
}

