 body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	color: #265D8D;
	font-weight: bold;
	font-size: 18px;
}

td.subhead {

}

p.subhead {
	background: url(../images/subhead-bg.gif) repeat-y;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:46px;
	padding-top:17px;
	padding-bottom: 17px;
}

.subhead-link {
	color:#000000;
	text-decoration:none;
}

.subhead-link2 {
	padding-left: 77px;
	color:#000000;
	text-decoration:none;
}

.subhead-link:hover {
	color:#FFFFFF;
}

.content {
	vertical-align:top;
	padding-left:45px;
	padding-right:8px;
	padding-top:20px;
}

.bottom-nav-bg{
	background: url(../images/bottom.png) no-repeat;
}

td.bottom-nav, a.bottom-nav{
	color:white;
	font-size:10px;
	padding-bottom:3px;
}

.content-right {
	background: url(../images/content-right.png) 0 -42px no-repeat;
}


/* NAVIGATION */

.synopsis a {
	background: url(../images/synopsis.png) no-repeat;
	display:block;
}

a.synopsis:hover {
	background: url(../images/synopsis_mo.png) no-repeat;
	display:block;
}

.filmmaker a {
	background: url(../images/filmmaker.png) no-repeat;
	display:block;
}

a.filmmaker:hover {
	background: url(../images/filmmaker_mo.png) no-repeat;
	display:block;
}

.news a {
	background: url(../images/news.png) no-repeat;
	display:block;
}

a.news:hover {
	background: url(../images/news_mo.png) no-repeat;
	display:block;
}

.roadcrew a {
	background: url(../images/roadcrew.png) no-repeat;
	display:block;
}

a.roadcrew:hover {
	background: url(../images/roadcrew_mo.png) no-repeat;
	display:block;
}

.cystic_fibrosis a {
	background: url(../images/cystic_fibrosis.png) no-repeat;
	display:block;
}

a.cystic_fibrosis:hover {
	background: url(../images/cystic_fibrosis_mo.png) no-repeat;
	display:block;
}

body#synopsis a#synopsis-nav {
	background: url(../images/synopsis_mo.png) no-repeat;
	display:block;
}

body#filmmaker a#filmmaker-nav {
	background: url(../images/filmmaker_mo.png) no-repeat;
	display:block;
}

body#news a#news-nav {
	background: url(../images/news_mo.png) no-repeat;
	display:block;
}

body#roadcrew a#roadcrew-nav {
	background: url(../images/roadcrew_mo.png) no-repeat;
	display:block;
}

body#cystic_fibrosis a#cystic_fibrosis-nav {
	background: url(../images/cystic_fibrosis_mo.png) no-repeat;
	display:block;
}


