div.layer {
    position: absolute;
    z-index: 100;    
	color: #000;
	width: 524px;
}
div.layer_content {
    background: transparent url(../gfx/layer/bg_layer.gif) repeat-y 0 0;
	color: #093D03;
	padding: 0 15px 15px 15px;
	float: left;
	width: 494px;
}
h1 {
	font-family: "Times New Roman", Arial, Verdana;
    font: 21px;
	color: #125a0a;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
}

div.layer a, 
div.layer a:hover {
	color: #F09116;
	font-weight: bold;
}
div.layer a:hover {
	color: #AE670B;
}
div.layer_content img {
	margin: 5px 5px 5px 0;
} 
