html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FBFBDD;
}

.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #E0D5B7 url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
/*	padding-bottom: 10px;
	padding-top: 20px; */
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto; 
	width: 960px;
/*	position: relative;  */
}

#header {
/*  top: 0;  */
  width: 960x;
/*  height: 190px; */
}
#header img {
/*	display: block; */
}
#header .text1{
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
}	

#content { 
  width: 960px;
  background: url(images/body_bg.gif) repeat-y;  
  }
.navigator{
  background: url(images/nav_bg.gif) repeat-y;
}
#content .left {
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}  
#content h1 {
  font: 16px tahoma,arial, sans-serif;
  color: #BE8B06;
  margin-bottom: 5px;
  margin-top: 5px;
}
#content h2 {
  font: 14px arial, sans-serif;
  color: #BE8B06;
 /* border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px; */
  margin-bottom: 5px;
  margin-top: 5px;
}
#content .text1 {
  font: 12px arial, sans-serif;
  color: #000000;
  margin-left: 15px;
}
#content .text2 {
  font: 12px arial, sans-serif;
  color: #ffffff;
}
#content .text3 {
  font: 12px arial, sans-serif;
  color: #BE8B06;
}
#content a{
color: #464544;
}
#content a:hover{
color: #ff4400;
}

#menu {
 background: url(images/menu1.gif) no-repeat; 
}
#menu ul {
  padding: 7px 0px 10px 30px;
 /* background: #79440e bottom left url(images/nav_bot.jpg) no-repeat; 
  background: #79440e; */
}
#menu ul li {
	display: inline;
}
 #menu li {
  list-style: none;
  width: 100px;
  font: 14px tahoma, arial, sans-serif;
  font-weight: bold;
  padding: 0px 20px 5px 20px;
}
#menu a {
  color: #ffffff;
  text-decoration: none;
/*  border-left: 1px solid #959595; */
}
#menu a:hover {
  text-decoration:none;
  color: #ff8800;
}
#menu .text2{
  	font: 14px tahoma, arial, sans-serif;
    color: #ffffff;
	font-weight: bold;
  	padding: 0px 20px 5px 20px;
  }

#nav {
/* background: url(images/nav_bg.gif) repeat-y; */
}
#nav ul {
/*  margin-left: 9px; */
/*  padding-bottom: 29px;  
    background: #79440E bottom left url(images/nav_bot.jpg) no-repeat; */
	background: #79440E;
}
#nav li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #959595;
  background: 150px 10px url(images/arr_white.gif) no-repeat; 
  padding: 7px 0px 7px 12px; 
}
#nav a {
  color: #ffffff;
  text-decoration: none;
  border-left: 1px solid #959595;  
  padding-left: 5px;  
  display: block; 
/*  width: 90%; 
  padding: 2px 0 20px 10x;  */ 
}
#nav a:hover {
  text-decoration: none;
  color: #fa9411;  
  background: 137px 3px url(images/arr_orange.gif) no-repeat;    
}
#nav .important {
  border: none;
}
#nav .important a {
  color: #E9C379;
}

#intro {
  background: url(images/intro_bg.gif);
  padding-left: 15px;
  padding-right: 15px;
/*  padding-top: 5px; */
  padding-bottom: 10px;
}

#category {
  padding-left: 15px;
  padding-right: 15px;
/*  padding-top: 5px; */
  padding-bottom: 10px;
}

#welcome {
  margin-right: 18px;
}
#profile {
  margin-right: 16px;
}

#content .more {
  font-weight: bold;
  font-size: 10px;
}

#corp {
  margin-right: 14px;
  float: left;
}
#corp-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; */
}

#corp a.sub1:link{text-decoration:none;color: #74653D;font-weight: normal;}
#corp a.sub1:visited{text-decoration:none;}
#corp a.sub1:hover{text-decoration:none;color: #74653D;font-weight: normal;}
#corp a.sub1:active{text-decoration:none;}

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

#footer{
  	background: url(images/footer_bg.gif) repeat-y;
}
#footer .text1 {
  text-align: center;
  padding: 5px 0px 0px 0px;
  font-size: 11px;
  color: #715F36;
  font-weight: bold;
}
#footer .text2 {
  text-align: center;
  padding: 5px 0px 5px 0px;
  font-size: 9px;
  color: #715F36;
  font-weight: bold;
}
#footerline{
	background: url(images/footerline.gif) no-repeat;
	background-position: center;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
