/* ---------GENERAL--------- */
body
{
	color: #999;
	background: #666 url(../images/film_bgr.jpg) no-repeat top left;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

p,ul,h1,h2,h3
{
	font: 9pt verdana, sans-serif;
	margin-top: 0px;
	text-align: left;
}

h1,h2,h3
{
	font-weight: normal;
	margin-bottom: 3px;
	color: #FFF;
	background: transparent;
}

h1
{
	font-size: 14px;
	line-height: 23px;
}

h2
{
	font-size: 12px;
	line-height: 21px;
}
h3
{
	font-size: 10px;
	line-height: 19px;
}
ul
{ 
    list-style: none;
}
li
{ 
    background: url(../images/arrow_grn.gif) no-repeat 0 50%;
	padding-left: 10px;
}

.Whitespace { clear: both; }

span.Skip { display: none; }

/* ---------LINKS--------- */
a { text-decoration: none; }

a:link
{
	color: #008000;
	background: transparent;
}

a:visited
{
	color: #363;
	background: transparent;
}

a:hover
{
	color: #00ff00;
	background: transparent;
}

a:active
{
	color: #000;
	background: transparent;
}

/* ---------CONTAINERS--------- */
#BigBox
{
	background: url(../images/box_bgr_mid.gif) repeat-y;
	position: relative;
	margin: 0 auto;
	line-height: 0;
	padding: 0;
	width: 720px;
	height: 510px;
}
#BigBoxLong
{
	background: url(../images/box_bgr_mid.gif) repeat-y;
	position: relative;
	margin: 0 auto;
	line-height: 0;
	padding: 0;
	width: 720px;
	height: 910px;
}
#TopBgr
{
    margin: 0 auto;
	padding: 0;
	width: 720px;
}
#BotBgr
{
    margin: 0 auto;
	padding: 0;
	width: 720px;
}
#Logo
{
	position: absolute;
	margin: 0;
	padding: 0 0 0 0;
	width: 710px;
	left: 5px;
	top: 0;
}
#MainContent
{
	clear: left;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 710px;
	left: 5px;
	top: 110px;
}
#MainContentNews
{
	clear: left;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 710px;
	background: url(../images/main_graphic.jpg) no-repeat;
	left: 5px;
	top: 110px;
}
#MediaContent
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 710px;
	background: url(../images/media_graphic.jpg) no-repeat;
	left: 5px;
	top: 110px;
}
#MediaLeft
{
	margin: 0;
	padding: 0;
	width: 200px;
	height: 400px;
}
#MediaRight
{
	margin: 0;
	padding: 4px 2px 2px 4px;
	position: absolute;
	width: 400px;
	height: 316px;
	left: 277px;
	top: 31px;
}
#MediaContentLong
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 710px;
	background: url(../images/bgr_long.jpg) no-repeat;
	left: 5px;
	top: 110px;
}
#MediaLeftLong
{
	margin: 0;
	padding: 0;
	width: 200px;
	height: 800px;
}
#MediaRightLong
{
	margin: 0;
	padding: 4px 2px 2px 4px;
	position: absolute;
	width: 400px;
	height: 716px;
	left: 277px;
	top: 31px;
}
#MediaRightTrailer
{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 400px;
	height: 316px;
	left: 277px;
	top: 31px;
}
#MediaRightTrailerWin
{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 400px;
	height: 345px;
	left: 277px;
	top: 31px;
}
#MediaRightTrailerSM
{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 240px;
	height: 196px;
	left: 360px;
	top: 102px;
}
#MediaRightTrailerSMWin
{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 240px;
	height: 225px;
	left: 360px;
	top: 102px;
}

/* ------------NAV ---------------- */
#navBox
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 705px;
	left: 2px;
	top: 69px;
}
#nav
{ 
    float: left;
	width: 705px;
	margin: 2px 0 0 4px;
    padding: 0;
    list-style: none;
	background: #666 url(../images/nav_box_bgr.gif) repeat-x top left;
}
#nav li
{ 
    float: left;
    margin: 0;
    padding: 0;
    font-family: "verdana", sans-serif;
	font-size: 9px;
}
#nav a
{ 
    float: left;
    display: block;
	margin: 0 2px 2px 0;
    padding: 10px 10px;
	color: #000;
    text-decoration: none;
	border: 1px solid #000;
	background: #666 url(../images/nav_bgr_off.gif) repeat-x top left;
}
#nav a:hover
{ 
	color: #CCC;
	background: #666 url(../images/nav_bgr_on.gif) repeat-x top left;
}
