/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/cssback.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
	background-color: #FFF;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
list-style-image:url(images/bullet.gif);
list-style-position: outside;
list-style-type:square;
margin: .5em;
	}
/* Boxes */

.topper {
	width:780px;
	height:141px;
}
.content {
	width:780px;
	font-size: 12px;
	color:#CCCCCC;
}
.nav {
	width:780px;
	height:31px;
}
.vid {
	background-image:url(images/movieback.jpg);
	background-repeat:no-repeat;
	width:296px;
	height:315px;
	padding:4px 0 0 4px; 
}
.morevids {
	width:780px;
}
/* =h1 Make all top-level headings dark blue and 16px high */
h1 {
	color: #fff;
	font-size: 16px;
	}
	
.headtext {
	color: #990000;
	font-size: 16px;
	}

/* Link styles */
a:link {
	color: #FF0000;
	text-decoration:none;
	font-size:16px;
	outline: 0
	}
a:hover {
	color: #006699;
	text-decoration:none;
	font-size:16px;
	outline: 0
	}
a:visited {
	text-decoration: none;
	color: #FF0000;
	font-size:16px;
	outline: 0
}
a:active {
	text-decoration: none;
	color: #FF0000;
	font-size:16px;
	outline: 0
}
a.b:link {color: #000; font-size: 12px; }
a.b:visited {color: #000; font-size: 12px; font-size: 12px;  }
a.b:hover {text-decoration: none; color: #FF0000; font-size: 12px; }
a.b:active {color: #000; font-size: 12px; }


.pad {
	padding-left:8px;
	padding-right:8px;
}
/*  text stuff */
.smalltext {
	font-size:11px;
	color: #FF0000;
}
.pinktext {
	font-size:14px;
	color: #FF0066;
	padding:4px;
}
.footer {
	font-size:11px;
	font-weight: normal;
	height: 25px;
	padding:4px;
}
