body {
	background: #414141;
	color: #FFFFFF;
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(images/background.gif);
}

* html body {
	line-height: 14px;
}

h1 {
	text-align: center;
	font-style:italic;
	font-size: x-large;

}

h2 {
	font-size: large;
}

a:link { 
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}
	
a:visited { 
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: underline;
}

#content a:link { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}

#content a:visited { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}
	
#content a:hover, #content a:active { 
	color: #5f7c8d;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}

#container {
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	width: 1100px;
}

#content {
	clear: both;
	margin-top: 15px;
	width: 1100px;
}

#footerbg {
	clear: both;
	margin-bottom: 15px;
	padding-top: 15px;
}

#footer{
	border: 6px solid #FFFFFF;
	clear: both;
	font-size: 13px;
	height: 30px;
	padding-top: 16px;
	text-align: center;
	width: 1063px;
	background-color:#1c2f45;
}

#left {
	border: 6px solid #FFFFFF;
	float: left;
	margin-right: 12px;
	width: 263px;
	height:605px;
	display:inline;
	overflow:hidden;
	background-color:#1c2f45;
}

#nav {
	border: 6px solid #FFFFFF;
	font-size: 13px;
	height: 30px;
	padding-top: 16px;
	text-align: center;
	width: 1063px;
	background-color:#1c2f45;
}

#right {
	background: url(images/rnema-banner.gif) no-repeat 0% 0%;
	border: 6px solid #FFFFFF;
	float: left;
	height: 565px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 45px;
	width: 746px;
	background-color:#1c2f45;
	display:inline;
	overflow: auto;
}

#thumbnailsFeeds {
	text-align: center;
}

.thumbnails ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.thumbnails li {
	float: left;
	list-style: none;
	margin: 0;
	margin-left: 12px;
	margin-right: 15px;
	border: 0px solid #000000;
	padding: 0;
}


table.films {
	background-color: #1c2f45;
	border: 1px solid #000000;
	border-collapse: collapse;
	border-spacing: 0px;
}

th.filmLabel {
	color: #03011D;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
}	

th.filmTitle {
	background-color: #111111;
	border: 1px #111111 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	font-color: #000000;
}

td.filmEntry
{
	background-color: #1c2f45;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF; 
}

/* Style for thumbnail images */ 
img.thumbs{ 
   width: 100px; 
   height: 80px;
   border-width: 0px;
}

.center
{ 
text-align: center;
}

.center table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}
