@charset "UTF-8";
/*css document, by tae April, 2009.*/

body 
{
	font-size:			12px;
	font-family:		Arial, sans-serif, Helvetica;
	background-color:	#ffffff;
	margin:				0px;
}

/* logo_movie CONTAINER */
{
	position:			relative;
	width:				100%;
	height:				113px;	
	margin:				0px;
	}
/* object class video of LOGO movie */
#logo_movie
{
	position:			absolute;
	width:				750px;
	height:				142px;	
	margin-top:			5px;
	margin-bottom:		5px;
	margin-left:		50px;
}

/* main_menu CONTAINER */
#main_menu_container
{
	position:			relative;
	float:				left;
	width:				100%;
	height:				60px;
	margin-top:			142px;
	margin-bottom:		0px;
	margin-left:	 	0px;
	background-color:	transparent;
}

/* Main MENU (Global navigation) */
#main_menu
{
	width:				750px;
	height:				60px;
	position:			absolute;
	float:				left;
	margin-top:			-30px;
	margin-bottom:		0px;
	margin-left:	 	50px;
	background-color:	transparent;
}

/* TEXT, Sub MENU, COPYRIGHT are inside */
#main_frame
{
	position:			relative;
	float:				left;
	width:				100%;
	height:				80%;
	margin-top:			0px;
	margin-left:		0px;
	background-color:	transparent;
}

#main_table
{
	margin-left:	50px;
}

/* Main CONTENTS: text, images */
#content
{
	height:				auto; 
	position:			relative; 
	margin:				0px;
	padding-top:		0px;
	padding-bottom:		100px;
	padding-right:		30px;
	background-color:	#ffffff;
}

/* main FONT specifications */
.main 
{
	font-family:	Arial, sans-serif, Helvetica;
	font-size:		12px;
	line-height:	24px;
	color:			#000000;
}

.main a 
{
	text-decoration:		none;
	color:					#333333; 
	border-bottom-style:	dashed;
	border-bottom-color:	#FF9900;
	border-bottom-width:	1px;
}
.main a:hover 
{
	text-decoration:		none;
	color:					#FF9900; 
	border-bottom-style:	dashed;
	border-bottom-color:	#FFCC33;
	border-bottom-width:	1px; 
}

.title
{
	line-height:	24px;
	font-weight:	bold;
	}
ul 
{
	line-height:24px;
}

/* Sub MENU right-hand */
#sub_menu
{
	position:			relative;
	margin:				0px;
	background-color:	#ffffff;
	}

/* inside Sub MENU each button DIV */
.sub
{
	position:			relative;
	width:				150px;
	height:				30px; 	
	margin:				0px;
	background-color:	transparent;
	line-height:		30px;
	text-indent:		30px;
}
.sub a
{
	display:			block;
	width:				100%;
	color:				#3f3f3f;
	background-color:	transparent;
	background-image:	url('images/sub_menu_a.gif');
	text-decoration:	none;
}		

.sub a:hover
{
	color:				#000000;
	text-decoration:	underline;
	background-color:	#faefbc;
	background-image:	url('images/sub_menu_h.gif');
}

.indent_10
{
	text-indent:		10px;
	}
	
.small
{
	font-size:			11px;
	color:				#000000;
	}

.small a 
{
	text-decoration:		none;
	color:					#000000; 
	border-bottom-style:	dashed;
	border-bottom-color:	#FF9900;
	border-bottom-width:	1px;
}
.small a:hover 
{
	text-decoration:		none;
	color:					#FF9900; 
	border-bottom-style:	dashed;
	border-bottom-color:	#FFCC33;
	border-bottom-width:	1px; 
}

.biblio 
{
	line-height:	24px;
	text-indent: 	-50px;
	margin-left:	70px;
}	
	
/* COPYRIGHT */
.copyright
{
	position:			relative;
	float:				left;
	width:				750px;
	height:				30px;
	margin-top:			0px;
	margin-left:		0px;
	background-color:	transparent;
	font-size:			9px;
	color:				#808080;
}