html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}

.left {
	float: left;
}
.right {
	float: right;
}

}
.clear {
	clear: both;
}

.bold
{
font-weight:bold;
}
.txtright
{
text-align:right;
}
body {
	background: #fcfbf6;
	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: 691px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}

#header {
  position: absolute;
  left: -23px;
  width: 714px;
  height:304px;
  
}

#header a{
  display:block;
  position:absolute;
}

#logo {
  width: 244px;
  height: 152px;
  background: url(images/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}
#logo h1 {
  padding-top: 30px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#content {
  text-align:justify;
  width: 601px;
  padding: 301px 45px 0px 45px;
  
}
#content .header { font-size:1.39em !important; }
#content .header strong{ font-size:11px; font-weight:normal; }


#content .title {
  font-weight: bold;  
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 4px;
  margin-bottom: 2em;
  margin-top: 3px;
}

#content a:hover {
	color: #FFA405;
}

#profile {
  margin-right: 16px;
}
#content .left {
  margin-right: 18px;
  margin-bottom: 15px;
}


#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img {
  background: url(images/pic_2.jpg) no-repeat;
  width: 112px;
  height: 23px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 90px;
  font-size: 9px;
  font-weight: bold;
}
#indu-img {
  background: url(images/pic_3.jpg) no-repeat;
}
#spacer {
  height: 1em;
}

#footer {
  margin-top:25px;
  background: #e7e0ce;
}
#copyright {
  text-align: center;
  padding: 10px 0px 0px 0px;
  font-size: 9px;
  color: #715F36;
  font-weight: bold;
}
#footerline{
	background: url(images/footerline.gif) no-repeat;
	height:8px;
	margin-top:0px;
	display:block;
	font-size:1px;
}