@charset "UTF-8";
/*------------------------------------------------------------------------------
 *  index page style.
 *----------------------------------------------------------------------------*/
body{
  background:#000000 url(img/tiara_header_bg.gif) repeat-x;
  }
.overlay {
	background:url(img/tiara_logo.gif) no-repeat;
	width: 211px;
	height: 94px;
  }

#container { width: 645px; padding:50px 0 50px; }
#containerOut { background: url(img/bg_containerout_tiara.gif) repeat-x left bottom; }

#container h1 {
	width: 211px;
	height: 91px;
}

/*------------------------------------------------------------------------------
 *  index 2 page style.
 *----------------------------------------------------------------------------*/
/* navigation */
#nav {
  padding-bottom:20px;
  }
#nav ul{ padding:18px 0 0 135px;
  }
#nav li {
  float:left;
  margin:0 0 0 15px;
  }
#nav li.last {
	margin: 0px;
}



#idxToVis {
	height: 282px;
}
#footer {
	background: url(img/tiara_footer_bg.gif) repeat-x;
/*	padding:53px 0 24px;*/
}

