html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}


body {	background: #000000 url(../images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #000000;
	padding-bottom: 30px;
	padding-top: 20px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 820px;
  position: relative;
  background: url(../images/back1_bg.jpg) no-repeat;
}

#header {
  position: absolute;
  top: 0;
  left: 0px;
  width: 0px;
  height:0px;
  background: url() no-repeat;
}
#left {
  float: left;
  width: 250px;
}
#logo {
  width: 250px;
  height: 45px;
  background: url() no-repeat;
  text-align: center;
  color: #000000;
  padding-bottom:20px;
}
#logo h1 {
  padding-top: 10px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 11px;
  border-top: 2px solid #FF8309;
  border-bottom: 2px solid #FF8309;
  padding: 4px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#nav {
  background: url(../images/nav_left.jpg) no-repeat;
   padding-bottom: 56px;
   padding-right: 22px;
}
#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 1px;
  background: #2A2A2A bottom left url(../images/nav_bot.jpg) no-repeat;
}
#nav li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #959595;
  background: 188px 10px url(../images/arr_white.gif) no-repeat;
  padding: 7px 0 0 30px;
}
#nav a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav .important {
  border: none;
  background: 188px 10px url(../images/arr_orange.gif) no-repeat;
}
#nav .important a {
  color: #E9C379;
}

#news {
  font: 16px arial, sans-serif;
  color: #000000;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom:0px;
  text-align: left;
}
#news h2 {
   font: 16px arial, sans-serif;
  color: #000000;
  font-weight: bold;
  padding-top: 16px;
  padding-right: 9px;
  padding-left: 10px;
  text-align: justify;
  padding-bottom: 10px;
}
#news h3, #news p {
  font-size: 16px;
  font-weight: bold;
  margin: 1em 8px 1em 0;
}
#news a {
  font: 16px arial, sans-serif;
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 9px;
}
#right {
  float: right;
  width: 530px;
  padding-top:28px;
}
#right h2 {
  font: 16px arial, sans-serif;
  color: #000000;
  font-weight: bold;
  border-top: 1px solid #FF8309;
  padding-right: 30px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #000000;
  padding-top:60px;
  padding-bottom: 1px;
  margin-bottom: 
  margin-top: 
}
#welcome {
   font: 16px arial, sans-serif;
  color: #000000;
  font-weight: bold;
  margin-right: 30px;
   padding-top: 0px;
   border-bottom: 1px solid #FF8309;
   padding-bottom: 10px;
}
#right .left {
  margin-right: 8px;

}
#corp, #indu {
  float: left;
  width: 49%;
  border-bottom: 2px solid #FF8309;
}
#corp {
  margin-right: 0%;
}
#corp-img, #indu-img {
  background: url(../images/pic_1.jpg) no-repeat;
  width: 220px;
  height 200px;
  padding-top: 200px;
  padding-left:100px;
  font-size: 9px;
  font-weight: bold;
 
}
#indu-img {
  background: url(../images/pic_6.jpg) no-repeat;
  width: 220px;
  height 200px;
}
#spacer {
  height: 2em;

}
#footer {
  background: url(../images/footer_bg.gif) repeat-y;
}
#copyright {
  text-align: center;
  padding: 28px 1px 30px 0px;
  font-size: 9px;
  color: #715F36;
  font-weight: bold;
}
#footerline{
	background: url(../images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
