/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:780px;/* for mozilla*/
	background: url(images/bg_body.gif) repeat-x #e5e5e5;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.5em;
	}
h1
	{
	font-size:12px;
	font-weight:bold;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:780px;
	text-align:left;
	margin:auto;
	position:relative;
	background: url(images/bg_outer.gif) repeat-y center;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:780px;
	height:265px;
	overflow:hidden;
	z-index:100;
	background:url(images/bg_header.jpg) no-repeat;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:165px;
	float:left;
	padding:275px 0px 0px 25px;
	}
#footer 
	{
	width:780px;
	clear:both;
	height:50px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background:#fff;
	}
#footer p {padding: 17px 12px 0px 12px;}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:530px;
	float:right;
	padding:275px 30px 0px 0px;
	}
#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

#nav
	{
	margin:0;
	padding:0;
	list-style:none;
	line-height:2.0em;
	}
#nav li a
	{
	color:#666;
	padding-left:18px;
	font-weight:bold;
	text-decoration:none;
	background:url(images/list-item.gif) no-repeat 0px 4px;
	}
#nav li a:hover
	{
	background:url(images/list-item.gif) no-repeat 4px 4px;
	}#outer #centrecontent #rightimg {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
}
#outer #centrecontent #leftimg {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
#outer #centrecontent #movie {
	background-color: #EEEEEE;
	padding: 5px;
	border: 1px solid #666666;
	margin-bottom: 5px;
}
#cat {
	background-color: #eeeeee;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 4px;
	padding: 5px;
}
#cat a {
	text-decoration: none;
	padding: 3px;
}
