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: #FFFFF;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 10px;
}

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

/** Header richt**/
#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 757px;
  height: 279px;
  background: url(images/header_2.jpg) no-repeat;
}

#header h1 {
	padding-top: 235px;
	padding-left: 60px;
	color: #000000;
	font: 24px verdana, arial, sans-serif;
	font-weight: bold;
}	
	
/** Logo left side **/
#left {
  float: left;
  width: 243px;
}
#logo {
  width: 244px;
  height: 152px;
  background: url(images/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}

#nav {
  background: url(images/nav_left.jpg) no-repeat;
}
#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 29px;
  background: #000000 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;
}
#nav a:hover {
  text-decoration: underline;
}

#news {
  background: url(images/news_bg.jpg) repeat-y;
  width: 185px;
  padding-left: 37px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: left;
}
#news h2 {
  font-size: 12px;
  color: #BE8B06;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news h4 {
  font-size: 8px;
  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;
}

#ocassion {
  background: url(images/support.jpg) no-repeat;
  padding: 1px;
  height: 97px;
  color: #1A1A18;
}
#ocassion img{
  width: 157px;
  height: 90px;
  padding: 0px 0px 0px 40px; 
  
}

#right {
  float: right;
  width: 700px;
  padding-right: 15px;
  padding-top: 301px;
}

#right img{
   padding: 10px 10px 10px 10px;
}
#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: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#welcome {
  margin-right: 20px;
  width: 700px;
}
#welcome img {
  float: left;
  width: 230px;
  height: 160px;
  padding: 7px 7px 7px 7px; 
  margin-right: 20px;
  background: url(images/pic_1.jpg) no-repeat;
}
#profile {
  margin-right: 16px;
  width: 700px;
  
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#corp2 {
  float: right;
  width: 340px;
  margin-right: 10px;
}

#corp {
  float: left;
  width: 340px;
  margin-right: 10px;
}
#corp-img img {
  float: left;
  width: 134px;
  height: 100px;
  padding: 7px 7px 7px 7px; 
  margin-right: 20px;
  background: url(images/pic_2.jpg) no-repeat;
}


#corp h2, #corp2 h2 {
  font: 14px arial, sans-serif;
  color: #74653D;
  font-weight: bold;
  border-bottom: 0px solid #C4AE7C;
  }
#corp h4, #corp2 h4 {
  font: 8px arial, sans-serif;
  color: #BE8B06;
  font-weight: bold;
}  
  	
#corp a, #corp2 a {
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}
#corp a:hover, #corp2 a:hover {
  color: #38301A;
}
#spacer {
  height: 2em;
}

#footer {
  background: url(images/footer_bg.gif) repeat-y;
}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  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;
}
