﻿body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#fff; 
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  overflow: hidden; 
  }
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	overflow: auto;
	background: #000000;
	text-align: center;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 151px;
	overflow: auto;
	text-align: center;
	background: #fff;
}
#footer-n {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	overflow: auto;
	text-align: center;
	background: #000000;
	color: #AD883D;
	font-family: Verdana;
	font-size: 7px;

}

#contents {
  position:fixed; 
  top:60px;
  left:0;
  bottom:25px; 
  right:0; 
  overflow:auto; 
  background:#fff;
  text-align:center;
  padding-top:30px;
  }
/* for internet explorer */

* html body {
  padding:60px 0 25px 0; 
  }

* html #contents {
  height:100%; 
  width:100%; 
  }
  
#contents-left {
	text-align: left;
	position: relative;
	width: 250px;
	height: auto;
	float: left;
}
#contents-right{
	text-align: left;
	position: relative;
	float: left;
	padding: 0px 0px 0px 50px;

}
.pbold {
	margin: 0 0 0 0;
	width: 200px;
	font-weight: 800;
	font-size: 8px;
	font-family: Verdana;
}
h1 {
	text-align: left;
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-indent: 80px;
	font-variant: small-caps;

}
h2 {
	text-align: left;
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	font-variant: small-caps;
}

.p-bottom30 {
	font-family: Verdana;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 30px;
	font-size: 10px;
	font-weight: normal;
}
.p-bottom12 {
	font-family: Verdana;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: normal;
}
.p-bottom18 {
	font-family: Verdana;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 18px;
	font-size: 10px;
	font-weight: normal;
}
#scrollGris360-1 {
	padding: 6px 6px 6px 6px;
	position: relative;
	width: 265px;
	height: 350px;
	overflow: scroll;
	float: left;
	text-align: left;
	top: 0px;
	left: 10px;
	background-color: #ffffff;
}