

	body
	{
		background-color: #F2F2F0;
		margin: 0 0 10px 0;
		padding: 0;
		text-align: center;
		font-family: verdana, tahoma, sans-serif;
		font-size: 11px;
		overflow: auto;
		scroll: auto;
	}
	
	.text
	{
		line-height: 18px;
	}

	a:link, a:visited, a:active
	{
		color: #D5AA13;
		font-weight: bold;
		text-decoration: none;
	}

	a:hover
	{
		color: #414449;		
		background-color: transparent;
	}
	
	#containerWrapper
	{
		margin: 20px auto;
		width: 738px;
	}
	
	#container
	{
		width: 750px;
		margin: 0;
		padding: 0;
		text-align: left;
		background-color: #FFFFFF;
		border: 1px solid #3D3D3B;
	}

	#top
	{
		padding: 0px;
		height: 85px;
		background-color: #4C5057;
		border-bottom: 1px solid #FFFFFF;
	}

	#topLeft
	{
		position: absolute;	
		margin: 22px 0px 0px -26px;
		background-color: #4C5057;
	}
	
	#topRight
	{
		float: right;
		text-align: right;
		margin: 65px 0px 0px 0px;
		padding: 0px 0px 8px 0px;
		background-color: #4C5057;
	}
	
	#menuList
	{
		margin: 0; 
		padding: 0;
		display: inline;
		list-style-type: none;
	}

	#menuList li
	{
		margin: 0px;
		padding: 0px 10px 0px 10px;
		display: inline;
		font-family: Verdana, Helvetica;
		font-size: 10px;
		font-weight: bold;
	}

	#menuList li.splitter
	{
		border-right: 1px dotted #FFFFFF;
	}
	
	#menuList a:link, #menuList a:visited
	{
		color: #F1C619;
		text-decoration: none;
		padding-bottom: 4px;
		border-bottom: 4px solid #4C5057;
	}

	#menuList a:link.active, #menuList a:visited.active, #menuList a:hover
	{
		color: #FFFFFF;
		text-decoration: none;
		padding-bottom: 4px;
		border-bottom: 4px solid #FFFFFF;
		background-color: #4C5057;
	}

	#motive
	{
		padding: 0px;
		margin: 0px;
		border-bottom: 1px solid #000000;
	}

	#content
	{
		padding: 0px;
		margin: 0px;
	}
	
	#columnLeft	
	{
		width: 15px;
		background-color: #EAEAEA;
	}
	
	.columnLine
	{
		width: 1px;
		background-color: #C5C5C5;
	}
	
	#columnMiddle
	{
		padding: 15px;
		width: 450px;
		background-color: #FFFFFF;
		vertical-align: top;
	}
	
	#columnRight
	{
		padding: 15px;
		width: 250px;
		background-color: #EAEAEA;
		vertical-align: top;
	}
	
	.titleMiddle
	{
		color: #4C5057;
		font-family: Verdana, Arial, Tahoma;
		font-size: 10px;
		font-weight: bold;
		padding: 2px;
		background-color: #E4E5D5;
		border: 1px solid #C2BEB6;
	}
	
	.titleCity
	{
		color: #90959E;
	}
	
	.titleSection
	{
		color: #000000;
		font-weight: bold;
		border-bottom: 1px dotted #000000;
		padding-bottom: 3px;
	}
	
	.titleMovie
	{
		font-family: Verdana, Tahoma;
		font-size: 13px;
		font-weight: bold;
		color: #3F4247;
	}

	.titleCine
	{
		font-family: Verdana, Tahoma;
		font-size: 13px;
		font-weight: bold;
		color: #3F4247;
	}
	
	.itemList
	{
		margin: 0px;
		padding: 0px;
	}
	
	.itemList li
	{
		list-style-type: none;
		border-bottom: 1px dotted #DEDEDE;
		padding-bottom: 2px;
	}
	
	.itemList a:link, .itemList a:visited, .itemList a:active
	{
		width: 100%;
		color: #4C5057;
		padding: 1px;
		display: block;
		text-decoration: none;
		background-color: transparent;
	}

	.itemList a:hover
	{
		color: #FFFFFF;
		padding: 1px;
		text-decoration: none;
		background-color: #F1C619;
	}
	
	.dottedRow
	{
		border-bottom: 1px dotted red;
	}
	
	.dottedCol
	{
		border-right: 1px dotted red;
	}

	#footer
	{
		clear: both;
		margin: 0px;
		padding: 5px 10px 5px 10px;
		background-color: #4C5057;
		border-top: 1px solid #B8B8B8;
		font-family: verdana, arial, helvetica;
		color: #FFFFFF;
		font-size: 9px;
		height: 13px;
	}

	#footer .left
	{
		margin: 0px;
		padding: 0px;
		float: left;
	}

	#footer .right
	{
		margin: 0px;
		padding: 0px;
		float: right;
		text-align: right;
		font-weight: bold;
	}
	
	#footer a:link, .blockList a:visited
	{
		color: #F1C619;
		text-decoration: none;
		background-color: transparent;
	}
	
	
	#footer a:hover
	{
		color: #FFFFFF;		
		text-decoration: none;
		background-color: transparent;
	}

	.box
	{
		font-family: Verdana, Arial, Helvetica;
		font-size: 11px;
		border: 1px solid #4C5057;
	}

	.boxbutton
	{
		color: #000000;
		font-family: Verdana, Arial, Helvetica;
		font-size: 11px;
		font-weight: bold;
		padding: 1px;
		border: 1px solid #4C5057;
		background-color: #D2D4D8;
	}




	