html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 {	color: #371803;
font-family: verdana;
	font-size: 13pt;
	font-style: bold;
}

h2{ 	color: #fff;
font-family: verdana;
	font-size: 8pt;
	font-style: bold;
	line-height:16pt;
	}
	h3 { color: #37180;
font-family: verdana;
	font-size: 10pt;
	font-style: bold;
	line-height:16pt;}
	

	h4 { color: #37180;
font-family: verdana;
	font-size: 8pt;
	font-style: bold;
	line-height:12pt;}
		

p {
	color: #371803;
font-family: verdana;
	font-size: 8pt;
	line-height : 16pt;
}
a {
	color: #ed6004;
	text-decoration: underline
	}
	a:hover {
		background-color:#ed6004;
		color: #FFF;
		text-decoration: none;}
		a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#f8d930;}

a.info span{display: none;}

a.info:hover span{ 
    display:block;
    position:absolute;
    top:-0.9em; left:0em; width:15em;
    background-color:#f8d930; color:#371803;
    text-align: left;
	font-family: verdana;
	font-size: 10px;}

body {
	background-color: #f8d930;
	background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	margin-top: 0;
	min-height: 600px;
	  _height: 600px;
}


#ybox-grd {
  min-height: 300px;
}


#features {
  background: #FCC721;
  background-image:url(../images/img_yellowbottom.gif);
  background-repeat:no-repeat;
  background-position:bottom;}
  