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: #E0D5B7 url(../images/page_bg.jpg) repeat-x;
	background-image: url(../images/15e.jpg);
	background-repeat: repeat;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
}
/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
  position: relative;
  background: url(../images/body_bg.gif) repeat-y;
}

#left {
  float: left;
  width: 243px;
}
#logo {
  width: 244px;
  height: 152px;
}


#nav {
  background: url(../images/nav_left.jpg) no-repeat;
}
#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 29px;
  background: #2A5868 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 31px;
}

#nav a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
  text-transform: uppercase;
}
#nav a:hover {
  color:  #439AB7;  
  text-decoration: none;
}
#nav .important {
  background: 188px 10px url(../images/arr_orange.gif) no-repeat;
}
#nav .important a {
  color: #439AB7;
}


#right {
  float: right;
  width: 510px;
  margin-right: 10px;
  padding-right: 9px;
  padding-top: 10px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #AEA385;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #AEA385;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
  margin-right: 1%;
}

#footer {
  background: url(../images/footer_bg.gif) repeat-y;
}
#copyright {
  text-align: center;
  padding: 4px 0px 4px 00px;
  font-size: 9px;
  color: #715F36;
  font-weight: bold;
}
#copyright_2 {
  text-align: right;
  padding: 4px 27px 4px 10px;
  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;
}
/*   MM repair  */
.mm-left {
align: left;
}

.clear {
clear: both;
line-height: 5px;
height: 5 px;
}



.noborder {
  border: none;
}
#log-header {width: 250px; margin: 10px auto; background-color: #E0D5B7; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;padding:10px;}
#log-content {width: 250px; margin: 10px auto; background-color: white; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;padding:10px;}