BODY {
	background-color:#ffffff;
	background-image:url(_pic/bg.gif);
	background-repeat:repeat-y;
	background-position:center
}

DIV#top {
	background-image:url(_pic/top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

DIV#company SPAN /*company slogan*/{
	color:#9C9C9C
}

H1{
  color:#AB8F59;
  border-bottom:1px solid #E8DDBA
}

DIV#menu2 UL LI {
color:#AB8F59
}

DIV#menu2 UL LI A {
    color: #AB8F59;	
	background-image:url(_pic/bg_menu2.gif);
	background-position:left center;
	background-repeat:no-repeat
}

DIV#menu2 UL LI A:hover {
    color:#6A431B;
	background-image:url(_pic/bg_menu2-on.gif);
	background-position:left center;
	background-repeat:no-repeat
}

DIV#menu2 UL LI A.activne {
    color:#6A431B;
	background-image:url(_pic/bg_menu2-on.gif);
	background-position:left center;
	background-repeat:no-repeat
}

DIV#content A{
  color:#666666;
  text-decoration:none;  
}

DIV#content A:hover{
  color:#CC6633 ;
  text-decoration:underline
}