/* CSS Document */

div#videolinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	width: 200px;
	padding: 3px 0px 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
div#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	color: #FFFFFF;
	width: 200px;
	background-color: #003366;
	background-image: url(filmimages/full.jpg);
	border-top: thin solid #003366;
	border-right: thin solid #003366;
	border-bottom: thin none #003366;
	border-left: thin solid #003366;
	background-position: 50%;
	
}
