body	{
	margin: 0px;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.7em;
	background: url(../images/bg_main.gif) top center repeat-x;
  
}
#page	{
	width: 850px;
	margin: 0 auto;
	text-align: left;
}
#lang	{
	font-weight: bold;
	text-align: right;
	padding: 0 20px 3px 0;
	/*	visibility: hidden;	*/
}
#lang ul	{
	list-style-type: none;
	margin: 0px; padding: 0px;
}
#lang ul li	{
	display: inline;
	padding: 0 10px 0 0;
}
#lang a	{
	color: #000;
	text-decoration: none;
}
#lang a:hover	{
	color: #B3B3B3;
}

#header	{
	height: 81px;
	width: 850px;
	background: url(../images/header.gif) top center no-repeat;
}

/* MAIN NAVI */
#main-nav	{
	margin: 0px;
	padding: 0 0 0 28px;
	height: 18px;
	background: url(../images/bg_main_navi.gif) top left repeat-x;
	border-top: 3px solid #FFF;
}
#main-nav ul	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#main-nav li	{
	display: inline;
}
#main-nav a	{
	float: left;
	text-decoration: none;
	font-size: 1.05em;
	font-weight: bold;
	color: #FFF;
}
#main-nav .main-navi_1st span a 	{
	width: 47px;
	height: 18px;
	background: url(../images/main_navi_arrow_1st.gif) top left no-repeat;
	display: block;
	padding: 2px 0 0 15px;
}
#main-nav .main-navi {
  height: 18px;
  display: block;
	background: url(../images/main_navi_arrow_left.gif) top left no-repeat;
  float: left;
}
#main-nav .main-navi span a 	{
	height: 18px;
	background: url(../images/main_navi_arrow.gif) top right no-repeat;
	padding: 2px 12px 0 14px;
}
#main-nav .main-navi-last span a 	{
	width: 140px;
	height: 18px;
	background: url(../images/main_navi_arrow_last.gif) top left no-repeat;
	display: block;
	padding: 2px 0 0 15px;
}

/*	PEOPLE NAV	*/
#people	{
	float: right;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}
#people ul	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#people li	{
	display: inline;
}
#people a	{
	float: left;
	text-decoration: none;
	font-size: 1.05em;
	font-weight: bold;
	color: #FFF;
}
#people .pnavi_1st span a 	{
	width: 137px;
	height: 18px;
	background: url(../images/pnavi_arrow_1st.gif) top left no-repeat;
	display: block;
	padding: 2px 0 0 13px;
}
#people .pnavi {
  height: 18px;
  display: block;
	background: url(../images/pnavi_arrow_left.gif) top left no-repeat;
  float: left;
}
#people .pnavi span a 	{
	height: 18px;
	background: url(../images/pnavi_arrow.gif) top right no-repeat;
	display: block;
	padding: 2px 17px 0 23px;
}
#people .pnavi-last span a 	{
	width: 107px;
	height: 18px;
	background: url(../images/pnavi_arrow_last.gif) top left no-repeat;
	display: block;
	padding: 2px 0 0 20px;
}

#main	{
  height: 400px;
	width: 100%;
	clear: both;
}

#left-frame	{
	width: 355px;
	height: 330px;
	background: ;
	padding: 42px 0px 0 75px;
	float: left;
}
#left-content	{
	width: 347px;
	height: 350px;
	background: ;
	overflow: auto;
	padding: 1px 0 0 3px;
	overflow: auto;
  scrollbar-arrow-color: #FF0000;
  scrollbar-base-color: #FFFFFF;
  scrollbar-track-color: #EBEBEB;
  scrollbar-face-color: #FFFFFF;
  scrollbar-3dlight-color: #FF0000;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-shadow-color: #FF0000;
}
#left-content img	{
  margin: 0 1px;
	padding: 3px;
	border: 0px;
	background: #FFF;
}
#left-content img:hover	{
	background: #C33;
}
#left-content a 	{
}
#right-frame	{
	width: 381px;
	height: 330px;
	background: ;
	padding: 42px 0px 0 0px;
	float: right;
}
#right-content	{
	width: 347px;
	height: 351px;
	background: ;
	overflow: auto;
	line-height: 1.3em;
	color: #636363;
	padding: 0 5px;
}
#right-content h1	{
	color: #C33;
	font-size: 1.25em;
	margin: 10px 0;
	padding: 0px;
}
#right-content ul#people-navi	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#right-content ul#people-navi li	{
	width: 140px;
}
#right-content a	{
	text-decoration: none;
	color: #666;
	display: block;
	padding-left: 2px;
}
#right-content a:hover	{
	background: #C33;
	color: #FFF;
	display: block;
}

span.detail	{
	width: 115px;
	font-weight: bold;
	color: #000;
	display: block;
	float: left;
}

/*	FOOTER	*/
#footer	{
  width: 750px;
  margin: 20px 0 0 0;
	padding: 0px;
  font-size: 0.9em;
  font-weight: bold;
  color: #999;
}
#footer a	{
	color: #999;
	text-decoration: none;
}
#footer a:hover	{
	color: #999;
	text-decoration: underline;
}

#footer-left	{
  float: left;
}

#footer-middle	{
	text-align: center;
}

#footer-right	{
	float: right;
	color: #B6B6B6;
}
#footer-right	a	{
	color: #B6B6B6;
}

/* FOOTER NAVI	*/
ul#footer-navi	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.footer-navi-off	{
	display: inline;
	padding: 0 10px 0 0;
}
li.footer-navi-off a	{
	text-decoration: none;
}
li.footer-navi-off a:hover	{
	text-decoration: none;
}
li.footer-navi-on	{
	display: inline;
	padding: 0 10px 0 0;
}
