a, a:visited {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #CC3300;
	}
a:hover, a:active {
	color: #333333;
	}
#main {
	font: 8pt/16pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	margin-top: 20px;
	}
#main h1 {
	text-align: center;
	margin-bottom: -10px;
	}
#main h2 {
	text-align: center;
	margin: 5px 10px 5px 10px;
	padding: 10px;
	border-bottom: #999 dotted 1px;
	}
#main h2 a, #main h2 a:visited {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #CC3300;
	margin: 10px 0px 10px 0px;
	}
#main h2 a:hover, #main h2 a:active {
	color: #000;
	}
#main a, #main a:visited {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #CC3300;
	margin: 5px 0px 5px 0px;
	}
#main a:hover {
	color: #000;
	}
#main a:active {
	color: #333;
	}
#maincontainer {
	background: url(art/movies_bg.jpg) no-repeat left top;
	width: 580px;
	border: 1px solid #999;
	}
.entry {
	float: left;
	width: 293px;
	height: 150px;
	clear: none;
	background: transparent;
	border: 1px solid #666;
	}
#main p {
	line-height: 10pt;
	font-size: 8pt;
	text-align: left;
	}
.entry img {
	float: left;
	margin: 8px;
	padding: 2px;
	border: 2px black solid;
	}
.entry img:hover {
	float: left;
	padding: 2px;
	border: 2px #CC3300 solid;
	margin: 8px;
	}
.entry img.icon, .entry img.icon:hover {
	float: left;
	margin: 2px;
	padding: 2px;
	border: none;
	}
.entry .comment {
	font-size: 7pt;
	line-height: 8pt;
	}
.entry .comment a, .entry .comment a:visited {
	color: #000;
	font-size: 7pt;
	text-decoration: underline;
	}
.entry .comment a:hover, .entry .comment a:active {
	color: #000;
	text-decoration: none;
	font-size: 7pt;
	}
#menufooter {
	clear: both;
	margin: 20px 0px 20px 0px;
	border-bottom: #666 1px dotted;
	padding-bottom: 20px;
	}
