body{
 margin:0;
 font-family: Arial, Helvetica, sans-serif;
 color: #fff;
 background-color: #000;
}
a:link{ text-decoration:none; color:#68696e;}
a:hover { text-decoration:underline;}
a:visited{color:#68696e;}

img {
    border-style:none;
}
h1 {
  font-size: 24px;
  font-family: Shruti; 
}
h2 {
  font-size: 21px;
  font-family: Shruti; 
}

#wrapper {
   width: 100%;
}
#header {
   height: 52px;
   background-color: #000;
   position: relative;
   min-width : 1400px;
   border-bottom:1px solid #313131;
}
.header_ps { position: relative; top: 7px; left: 10px;}
ul.navi { position: absolute; top: -2px; left: 200px;}
ul.navi li{
  display: inline;
  border: none;
}
#main_content {
   position: relative;
   height: auto;
   margin-bottom: -30px;
}

.Main_bg img{ 
   width: 100%; 
   min-width: 1400px;
   z-index: 0;
}
.Main_logo img {
   position: absolute;
   left: 10px;
   top: 40px;
   z-index: 999;
   width: 28%; 
   min-width: 430px;
   max-width: 900px; 
}

.info_header {
  position: absolute;
  left: 30px;
  top: 20%;
}
.info_box {
  width: 425px;
  height: 300px;
  background: url(../images/info_bg_.png) no-repeat;
  position: absolute;
  left: 30px;
  top: 26%;
  padding-left: 25px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.info_box2 {
  width: 425px;
  height: 300px;
  background: url(../images/info_bg_.png) no-repeat;
  position: absolute;
  left: 30px;
  top: 56%;
  padding-left: 25px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.info_box dl, .info_box2 dl{ font-size: 13.5px; font-weight: normal; margin: 15px 0 25px -10px;}
.info_box dt, .info_box2 dt{ float:left;}
.info_box dd, .info_box2 dd{
	margin-left: 9.5em;
	border-left: 1px solid #FFFFFF;
	padding-left: 0.5em;
	margin-bottom: 8px;
}
.sm_txt { font-size: 12.5px;}

#footer {
   height: 180px;
   width:100%;
   background-color: #000;
   position: relative;
   min-width : 1400px;
   padding-top: 20px;
   border-top:1px solid #313131;
}
.footer_box {
   width: 1000px;
   color: #fff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 17px;
   margin:0 auto;
   text-align:center;
}
.footer_box p { }
.footer_box img { margin-right: 25px;}
