html, body, h1, h2, h3, h4 {
	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: #eeeeee url(../images/bg.jpg) center repeat-y;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 0px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
  position: relative;
  background: url(../images/body_bg.gif) repeat-y;
}

ul, li {

}

#left {
  float: left;
  width: 243px;
  
}

#logo h1 {
  padding-top: 20px;
  font: 24px "arial narrow", arial, sans-serif;
}


#right {
  float: right;
  width: 490px;
  padding-right: 14px;
  padding-top: 20px;
}
#right h1 {
 
  
  border-bottom: 1px solid #e7b015;
	border-top: 1px solid #e7b015;
	border-right: 0px solid #6183ad;
	color: #000000;
	font-size: 130%;
	font-weight: normal;
	margin: 5px 0;
	background: #e3b313;
	
	
}
#right h2 {
  border-bottom: 1px solid #aec4de;
	border-top: 0px solid #aec4de;
	border-right: 0px solid #6183ad;
	color: #e7b015;
	font-size: 120%;
	font-weight: bold;
	margin: 5px 0;
	background: ;
}
#right h3 {
  border-bottom: 0px solid #aec4de;
	border-top: 0px solid #aec4de;
	border-right: 0px solid #6183ad;
	color: #e7b015;
	font-size: 100%;
	font-weight: normal;
	margin: 5px 0;
	background: ;
}

#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}



#indu-img {
  background: url(../images/pic_3.jpg) no-repeat;
}
#spacer {
  height: 2em;
}

#footer {
  background: url(../images/footer_bg.gif) repeat-y;
}

#footerline{
	background: url(../images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}