.clear_both {
	clear: both;
}

.clear_right {
	clear: right;
}

.clear_left {
	clear: left;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.creator {
	text-align: justify;
	margin-bottom: 20px;
}

.creator_name {
	font-weight: bold;
	display:block;
}

.creator_heading {
	color: #FF6600;
}

.creator_image {
	float: right;
	margin-left: 15px;
}

.creator_text {
	margin-top: 10px;
	width: 410px;
}

.news_item {
	margin-bottom: 15px;
}

.news_headline {
	font-size: 1.2em;
	font-weight: bold;
}

.news_headline a {
	color: #333;
	text-decoration: none;
}

.news_headline a:hover {
	color: #000;
}

.news_content {
	margin-top: 10px;
	margin-left: 5px;
}

.news_date {
	color: #FF6600;
}

.news_thumbnail {
	float: right;
}

.news_image {
	float: right;
	width: 200px;
}

.news_seperator {
	border-bottom: 1px solid #ccc;
	margin-top: 15px;
	margin-bottom: 5px;
	height: 10px;
}

.seperator {
	border-bottom: 1px solid #ccc;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1px;
}

.left_show_date {
	width: 125px;
	text-align: left;
	float: left;
	display: block;
}

.right_show_theater {
	float: right;
	width: 435px;
	_width: 430px;
	_border: 1px solid red;
	display: block;
	_display: inline !important;
}

.bigger_title_name {
	color: #FF6600;
	font-weight: bold; 
	line-height: 1.6em;
	font-size: 1.4em;
}

.machomer_title_name {
	color: #006699;
	font-weight: bold; 
	line-height: 1.2em;
	font-size: 1.0em;
}

.other_title_name {
	color: #333;
	font-weight: bold; 
	line-height: 1.2em;
	font-size: 1.0em;
}

.form_button {
	cursor: pointer;
}