#main_block
{
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#movie_bg
{
	background-image: url(../images/movie_bg.png);
	width: 715px;
	height: 325px;
}

#movie
{
	border: 2px solid #3f2413;
	width: 700px;
	height: 300px;
}

#delimiter
{
	clear: both;     
	height: 25px;
}

#ndate
{
	clear: both;
	float: left;
	width: 150px;
}

#ntitle
{
	float: left;
	color: #f45801;
	font-weight: bold;
}

#ntitle a
{
	color: #f45801;
	font-weight: bold;
	text-decoration: none;
}

#ntitle a:hover
{
	text-decoration: underline;
}

#ntext
{
	clear: both;
	float: left;
	padding-top: 5px;
	padding-bottom: 15px;
}

#ntext a
{
	text-decoration: none;
	color: #3f2413;
}

#ntext a:hover
{
	text-decoration: underline;
}

#ntext_indent
{
	clear: both;
	float: left;
	margin-top: -10px;
	padding-left: 50px;
	padding-bottom: 15px;
	font-style: italic;
	color: #1b8cf7;
}

#news_list ul
{
	list-style-type: none;
	padding-left: 15px;
}

#news_list li
{
	background-image: url('../images/arrow16.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
}

#news_list a
{
	text-decoration: none;
}

#news_list a:hover
{
	text-decoration: underline;
}

#alert
{
	font: 18px Tahoma;
	font-weight: bold;
	color: #f45801;
	padding-bottom: 15px;
}

#send_form
{
	clear: both;
}

#flying
{
	clear: both;
	float: left;
	padding-top: 10px;
	padding-bottom: 3px;
}

#text_field
{
	clear: both;
	float: left;
	width: 300px;
	font: 11px Tahoma;
	padding: 2px;
}

#error_text
{
	float: left;
	padding-left: 5px;
	color: #f00;
}

.preview
{
	width: 200px;
	height: 150px;
	padding: 10px;
}