@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	max-height:100%;
	padding:0; 
	margin:0; 
	border:0;
	background-color:#C5C5C5;
}

body {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
}

#distance {
	width:1pxx;
	height:50%;
	margin-bottom:-200px; /* half of container's height */
	float:left;
}

#container 
{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	border: 0 0 0 0;
	text-align:justify; 
	height:300px;
	width: 400px;
	clear:left;
	overflow:hidden;
}

/*-------------------------------------------------------------------------------------------------*/

h1 {

	font-size: 40px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	display:inline;
}

.newsitem h3 {
	font-size: 12px;
	font-style:italic;
}

.filmitem h3 {
	font-size: 12px;
	font-weight: none;
	text-transform: capitalize; 
}

h4 {
	font-size: 14px;
	text-align:center;
}

p {

	font-size: 12px;
	font-weight: none;
}

/*-------------------------------------------------------------------------------------------------*/

a:hover span {
	display:inline;
}

a span {
	display:none;
	position:absolute;
	top:13px;
	left:2px;
	text-decoration:none;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#FFFFFF;
	border:transparent;
	background-color:#000000;
}

.menu {
	font-weight: bold;
	font-size:16px;
}

.copyright {

	font-size: 9px;
	line-height: 30px;
	padding-left: 15px;
	padding-bottom: 7px;
	letter-spacing: 0.1em;
}

.menuline {
	color:#999999;
}

.tline {
	border-top: 1px solid #999;
}

.bline {
	border-bottom: 1px solid #999;
}

.center{
	text-align:center;
}

.center img{
	margin-left:5px;
	margin-right:5px;
}

.newsitem{
	display:block;
	background-color:#CCCCCC;
	padding:6px;
	margin-bottom:30px;
}

.filmitem{
	display:block;
	background-color:#CCCCCC;
	padding:6px;
	margin-bottom:30px;
}

/*-------------------------------------------------------------------------------------------------*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
