body {
	font-family: verdana;
	font-size: 10px;	
}

a {
	font-size: 9px;	
	color: #A93817;
	font-weight: bold;
	text-decoration: none;
}

.more_link {
	font-size: 9px;	
	color: #A93817;
	font-weight: bold;
	text-decoration: none;
}

#content {
	position: absolute;
	left: 15%;
	font-family: verdana;
	font-size: 10px;	
	text-align: center;
	width: 800px;
}

#winds_of_change {
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 800px;
}

#left_column {
	display: block;
	width: 262px;
	float: left;
	text-align: justify;
	margin: 3px 3px 1px 3px;
	padding: 3px 3px 1px 3px;
	border: 1px solid #C0C0C0;
}

#left_column p {
	margin: 2px;
	padding: 2px;
	text-align: left;
	color: #11658F;
	font-weight: bold;
	font-size: 14px;
}

#left_column p .info_text{
	text-align: left;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
}

#left_column img {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
}

#right_column {
	background-color: #C0C0C0;
	display: block;
	width: 510px;
	float: right;
	margin: 3px 3px 1px 3px;
	padding: 3px 3px 1px 3px;
	border: 1px solid #000000;
	
}

#right_column p {
	margin: 2px;
	padding: 2px;
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}

#right_column #left_movie{
	display: block;
	width: 250px;
	float: left;
}

#right_column #right_movie{
	display: block;
	width: 250px;
	float: right;
}

#right_column_others {
	display: block;
	width: 510px;
	float: right;
	margin: 6px 3px 1px 3px;
	padding: 6px 3px 1px 3px;
	border: 1px solid #C0C0C0;
	
}

#right_column_others #left_movie_others{
	display: block;
	width: 250px;
	float: left;
}

#right_column_others #left_movie_others b { 
	width: 190px;
}

#right_column_others #right_movie_others{
	display: block;
	width: 250px;
	float: right;
}

#right_column_others #right_movie_others b { 
	width: 190px;
}

