body {
	background-color	: black;
	margin				: 0px;
	padding				: 0px;
	color				: #808080;
	font-family			: Calibri, Georgia, Times New Roman;
	font-size			: 13px;
	line-height			: 150%;
}

a:link, a:visited, a:active {
	color				: #808080;
	text-decoration		: none;
	font-size			: 15px;
}

a:hover {
	color				: #f2f2f2;
	text-decoration		: underline;
	font-size			: 15px;
}

img {
	border				: 0px;
}

img.pic {
	border				: 1px solid #666666;
}

table td {
	background-repeat	: no-repeat;
}

#outline {
	border-collapse		: collapse;
}

#leftCol {
	width				: 170px;
	background-image 	: url(images/film_bg.gif);
	background-repeat	: repeat-y;
} 

#middleCol {
	width				: 600px;
	border-color		: #333333;
}

#rightCol {
	width				: 180px;
} 

#content {
	position			: relative;
	top					: 33px;
}

#copyright {
	position			: relative;
	left				: 10px;
	bottom				: 3px;
	font-size			: 10px;
	color				: #333333;
}

#copyright a:link, #copyright a:visited {
	color				: #333333;
	text-decoration		: none;
	font-size			: 10px;
}

#copyright a:hover {
	color				: #ee6600;
	font-size			: 10px;
}

