body, html {
  height:100%;
  border:0;
  padding:0;
  margin:0;
  text-align:center;
  background: url(images/bc.jpg) repeat;
}
.clear { clear: both; height: 1px; line-height: 1px; font-size: 1px;} 
p, .tab-link, .text{
	color: #EDEDED;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
.text {
	text-align: left;
}
a{
	color: #CACACA;
	text-decoration: underline;
}
a:hover{
	color: #F5DEB3;
	text-decoration: none;
}
h4{
	color: #BEBEBE;
	font: 16px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h5{
	color: #BEBEBE;
	font: 13px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#bc {
  min-width:900px;
  min-height:740px;
  width:100%;
  height:100%;
  padding: 0;
  margin: 0;
  background-image: url(images/bc-whole.jpg);
  background-repeat: repeat-y;
  background-position: center top;
}
#container {
  min-width:880px;
  min-height:540px;
  width:100%;
  height:100%;
  width:expression(document.body.clientWidth < 880?
    "880px": "100%" ); /* pro IE */
  height:expression(document.body.clientHeight < 540?
    "270px": "100%" ); /* pro IE */
  position:absolute;
  top:0;
  left:0;
}
#container-horizontal {
  text-align:left;
  margin:auto;
  position:absolute;
  top:50%;
  left:50%;
}
#container-in {
  position:absolute; 
  top:-270px;
  left:-440px;
  width:900px;
  height:540px;
  overflow:auto;
  overflow: hidden;
} 
#inside {
	width:890px;
	height: 518px;
	text-align: left;
	margin: 0;
	padding: 10px;
	background: #2E2E8E;
   position: relative;
}
#inside-index {
	width:858px;
	height: 518px;
	text-align: left;
	margin: 0;
	padding: 10px;
	background: #140079;
   position: relative;
}
#menu {
	width:850px;
	height: 40x;
	text-align: center;
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 490px;
	left: 10px;
}
h3{
	padding: 0 0 0 0px;
	color: #EC1D27;
	font-weight: bold;
	background: url(../images/dot.jpg) no-repeat;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 a{
	color: #EC1D27;
}
h3 a:hover{
	color: Silver;
}
.picture-det{
	border: 2px solid #585CC9;
}
.picture-thumb{
	margin: 2px;
	border: 1px solid #4D51C6;
}
.ram{
  position: relative;
	width:450px;
	height:490px;
	padding-right: 10px;
	left:0;
	text-align: right;
	overflow: auto;
	scrollbar-face-color: #F1E2D4;
	scrollbar-shadow-color: #EEDBCA;
	scrollbar-track-color: #F5E9DF;
	scrollbar-3dlight-color: #F1E2D4;
	scrollbar-arrow-color: #7A4124;
	scrollbar-base-color: #EDD9C7;
}
.ram2{
  position: relative;
	width:670px;
	height:490px;
	padding-right: 10px;
	left:0;
	text-align: right;
	overflow: auto;
	scrollbar-face-color: #F1E2D4;
	scrollbar-shadow-color: #EEDBCA;
	scrollbar-track-color: #F5E9DF;
	scrollbar-3dlight-color: #F1E2D4;
	scrollbar-arrow-color: #7A4124;
	scrollbar-base-color: #EDD9C7;
}
.ram3{
  position: relative;
	width:560px;
	height:490px;
	padding-right: 10px;
	left:0;
	text-align: right;
	overflow: auto;
	scrollbar-face-color: #F1E2D4;
	scrollbar-shadow-color: #EEDBCA;
	scrollbar-track-color: #F5E9DF;
	scrollbar-3dlight-color: #F1E2D4;
	scrollbar-arrow-color: #7A4124;
	scrollbar-base-color: #EDD9C7;
}
.ram4{
  position: relative;
	width:840px;
	height:490px;
	padding-right: 10px;
	left:0;
	text-align: right;
	overflow: auto;
	scrollbar-face-color: #F1E2D4;
	scrollbar-shadow-color: #EEDBCA;
	scrollbar-track-color: #F5E9DF;
	scrollbar-3dlight-color: #F1E2D4;
	scrollbar-arrow-color: #7A4124;
	scrollbar-base-color: #EDD9C7;
}
.space3{
	margin-top: 10px;
}
.space4{
	margin-top: 20px;
}
a.more, a.more:hover
  {
  position: relative;
  display: block;
  width: 120px;
  height: 20px;
  text-decoration: underline;
  }
a.more:hover
  {
  text-decoration: none;
  }
a.more span, a.more:hover span
  {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 120px;
  height: 20px;
  cursor: pointer;
  /*cursor: hand;*/
  background: url(images/more-icon.jpg) no-repeat top left;
}
a.more:hover span
  {
  background: url(images/more-icon-hover.jpg) no-repeat top left;
  }
.tab-link{
	color: White;
}
