body {
	font-family: sans-serif;
}
:link { color:blue; text-decoration:none; }
:visited { color:#003366; text-decoration:underline; }
:link:hover { color:#003366; text-decoration:underline; }
:link:active { color:#003366; text-decoration:underline; }
div#fakelink {
	color: blue;
}
#top {
	background-image: url(images/gradient_top_long2.gif);
	background-repeat: no-repeat;

}
#filmtop {
	background-image: url(images/filmstrip_top.jpg);
	background-repeat: no-repeat;
	height: 125px;

}
#left {
	background-image: url(images/gradient_left2.gif);
	background-repeat: repeat-y;
	background-color: white;
}
div#promohead {
  font-size: 17px;
}
div#testimonialhead {
  font-size: 19px;
}
div#lists {
  font-size: 14px;
}
div#promotext {
  font-size: 15px;
}
div#documenttext {
	font-size: 16px;
}

div#copyright {
	font-size: 10px;
}

div#bottomlinks {
	font-size: 12px;
}

#right {
	background-image: url(images/gradient_right2.gif);
	background-repeat: repeat-y;
}


#body {
	background-color: white;
	font-family: sans-serif;
	font-size: 14px;
}
#bottom {
	background-image: url(images/gradient_bottom_long2.gif);
	background-repeat: no-repeat;
}