@charset "utf-8";
/* CSS Document */
@import url("reset.css");

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
}

#container
{
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	/*overflow: hidden;*/
}

.cinema
{
	font-weight: normal;
}

.banner
{
	margin: 25px 0 10px 0;
	background-color: #000000;
	width: 950px;
	height: 100px;
	
}

.date
{
	float: left;
	height: 31px;   
	width: 100px;
	padding:0px;
	margin:0px;
	
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

#site_title
{
	font-size:66px;
}

#menu
{
	margin: 20px 0 85px 0;
}

#menu ul li
{
	float: left;
	font-size:11px;
	margin: 0 23px 0 0; 
}

#menu ul li a
{
	text-decoration:underline;
}


#menu ul li a:hover
{
	color:#FFFFFF;
	background-color:#000000;
	cursor:pointer;
	text-decoration:none;
}

#logo
{
	height: 90px;
}

#logo a:hover
{
	background-color:#fff;
}

.banner a:hover
{
	background-color:#000;
}

.selected, a:hover
{
	color:#FFFFFF;
	background-color:#000000;
	text-decoration:none;
}

a:visited, a
{
	color:#000000;
}

 a.selected:visited
{
	color:#fff;
	text-decoration:none;
}

#menu ul li a.selected
{
	text-decoration:none;
}

.hr
{
	background:#000000;
	height: 1px;
	float:left;
	clear:both;
	display:block;
	width: 950px;
	margin: 0 0 10px 0;
}

.inactive
{
	color: #ccc;
}

#about
{
	width:460px;
	font-size:11px;
	line-height:15px;
	float:left;
	margin: 0 45px 0 0;
}

#info
{
	width:400px;
	font-size:11px;
	line-height:15px;
	float:left;
}

#mess
{
	width:400px;
	font-size:11px;
	line-height:15px;
}
 
#mess_title
{
	margin: 10px 0 35px 0;
} 
 
#mess p
{
	margin: 0px 0 25px 0;
} 
#about_header, #info_header
{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	display:block;
}

#info_header
{
	margin: 0 0 56px 0;
}

h2
{
	font-size:18px;
	font-weight:bold;
	margin: 20px 0 5px 0;
	width: 200px;
}


/* credits */


#credits
{
	font-size:11px;
}

#credits #mayor
{
	margin: 30px 0 30px 0;
}

.strong
{
	font-weight:bold;
}

#thanx_1, #thanx_2 
{
	width: 460px;
	float: left;
}

#thanx_1
{
	margin: 0 30px 0 0;
}

#disclaimer
{
	margin: 600px 0 0 0;
	color: #ccc;
	font-size:11px;
}

#footer
{
	color: #ccc;
	font-size:11px;
}

h3
{
	background-color:#ccc;
	color:#FFFFFF;
	display:inline;
	
}

.spacer
{
	margin: 0 0 200px 0;
}

.contact_spacer
{
	margin: 0 0 410px 0;
}

.small_spacer
{
	margin: 0 0 30px 0;
}

#credits ul li
{
	margin: 0 0 15px 0;
}

.banner a
{
	float:left;
	margin: 0 0 35px 0;
}

#swf{
	width: 300px;
	height: 100px;
	float:right;
	margin: 0 0 0 15px;
}