html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
	text-decoration:none;
}
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;
	text-align: center;
	font: 12px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	

	
}

h4 {
  font-size: 13px;
  color: #BE8B06;
  font-weight:normal;
}

/** layout **/




#nav {
  /*background: url(images/nav_left.jpg) repeat-y;*/
}
#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 29px;
  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: 198px 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;
}
#nav a:hover {
  text-decoration: none;
  color:#E9C379;
}
#nav .important {
  border-top: 1px solid #959595;
  background: 198px 10px url(images/arr_orange.gif) no-repeat;
}
#nav .NONimportant {
  border-top: 1px solid #959595;
  background: 198px 10px url(images/arr_white.gif) no-repeat;
}
#nav .important a {
  color: #E9C379;
}

#news {
  background: url(images/news_bg.jpg) repeat-y;
  padding-left: 40px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: justify;
}
#news h2 {
  font-size: 12px;
  color: #BE8B06;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 9px;
}
#news .hr-dots {
  background: center url(images/dots.gif) repeat-x;
  height: 10px;
}

#support {
  background: url(images/support.jpg) no-repeat;
  padding: 1px;
  height: 97px;
  color: #FFFFFF;
}
#support p {
  /*margin: 0.7em 2.6em;*/
  margin: 8px 8px 0px 40px;
  
}


#welcome {
  margin-right: 20px;
}
#profile {
  margin-right: 16px;
}

#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img, #sonn-img, #claim-img {
  background: url(images/pic_2.gif) no-repeat;
  width: 112px;
  height: 113px;
  float: left;
  margin-right: 18px;
  text-align: center;
  /*padding-top: 90px;*/
  font-size: 9px;
  font-weight: bold;
}
#indu-img {
  background: url(images/pic_3.gif) no-repeat;
}
#sonn-img {
  background: url(images/pic_4.gif) no-repeat;
}
#claim-img {
  background: url(images/pic_disclaimer.gif) no-repeat;
}
#spacer {
  height: 2em;
}





#MyMain {
  position: absolute; top:0px; left:0px;
  width: 577px;
  height: 100%;
  background: url(images/page_bg.gif) bottom repeat-x; 
}
#MainRight {
  text-align: left;
  position: absolute; top:0px; left:50px;
}

#right {
  float: left;
  xwidth: 490px;
  padding-right: 0px;
  padding-top: 5px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 5px;
}

#right .left {
  margin-right: 18px;
}
#right .mymore {
  font-weight: bold;
  font-size: 10px;
  text-align: right;

}




