div.layer_top {
    width: 530px;
	height: 40px;
	background-color: #e3cca0;
}

div.layer_top h1 {
    float: left;
    font: italic bold 18px "Georgia", "Arial", "Verdana", "Tahoma", "Trebuchet MS";
    color: #000000;
    margin: 0;
    padding: 10px 0 0 10px;
    width: 450px;
}

div.layer_top img {
    float: right;
    cursor: pointer;
    margin: 10px 0 0 0;
}

div.layer_data {
    background-color: #e3cca0;
	width: 510px;
    padding: 10px;
    font: italic normal 13px "Georgia", "Arial", "Verdana", "Tahoma", "Trebuchet MS";
	color: #000000;
}

div.layer_bottom {
    width: 530px;
	height: 40px;
    background-color: #e3cca0;
}

div.layer {
    position: absolute;
    width: 530px;
    z-index: 10;
    visibility: hidden;
    border: 3px solid #d26f1e;
}

div.layer_data a {
    color: #ffffff;
    text-decoration: none;
}

div.layer_data a:hover {
    text-decoration: underline;
}
