﻿html, body 			
{
	width:100%;
	height:100%;
	min-width:800px;
	min-height:740px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ECEDED;
	color: #C8CBCB;
	font: 10px Verdana, Arial, sans-serif;
}

ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
}
			
ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.submenu
{
	margin-left: 10px;
}

a:link		{text-decoration: none;color: #C8CBCB;}
a:visited	{text-decoration: none;color: #C8CBCB;}
a:hover		{text-decoration: none;color: #FFFFFF;}
a:active	{text-decoration: none;color: #C8CBCB;}

#content
{
	display:block;
	width:760px;
	height:660px;
	margin-left:auto;
	margin-right:auto;
	/*background: url(../images/mybg.gif) no-repeat top left;*/
	padding: 20px 20px 20px 20px;
	overflow:hidden;
}
#flashContent
{
	display:block;
	width:800px;
	height:720px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
	#logo
	{
		display:block;
		height:30px;
	}
	#navigation
	{
		overflow:hidden;
		display:block;
		height:220px;
		width:100%;
	}
		#menu
		{
			display:block;
			float:left;
			width:192px;
		}
		div.links
		{
			display:none;
			float:left;
			padding-right:5px;
			width:187px;
		}
		#thumbnail
		{
			display:block;
			float:left;
			width:160px;
		}
	#movie
	{
		padding-left:192px;
	}


#copyright
{
	height:16px;
	text-align:right;	
}

#copyright a:link		{text-decoration: none;color: #999999;}
#copyright a:visited	{text-decoration: none;color: #999999;}
#copyright a:hover		{text-decoration: none;color: #C9000C;}
#copyright a:active		{text-decoration: none;color: #999999;}			

