/*#F0B589
#B38766
#706862
#F0DED1
#7EA37E
#847EA3
#4A4757
#98A37E
#7E9FA3
#9B86A3
#3D331D*/



#container1 {
    background-color:  #f0ded1;
    border: 2px solid #3D331D;
    height: 238px;
    width: 288px;
    margin: 0px;
    padding: 0px;
    position: relative;
    border-radius: 10px 10px 10px 10px;
}

#div01 {
    width: 288px;
    height: 140px;
    margin: 0px 0px 0px 0px;
    float: left;
    }

#div02 {
    width: 288px;
    height: 65px;
    margin: -3px 0px 0px 0px;
    float: left;
	text-align: center;
    }

#div02 h2 {
	font: bold 14px Tahoma, sans-serif;
	color: #3D331D;
	line-height: 0.3;
}

#div03 {
    width: 288px;
    height: 33px;
    margin: 0px 0px 0px 0px;
    float: left;
	text-align: center;
	background-color: #7EA37E;
	border-radius: 0px 0px 8px 8px;
	border-top: solid 3px #98BA86;
    }

#div03 h1 {
	font: bold 22px Tahoma, sans-serif;
	color: #FFFFFF;
	line-height: 0.1;
	text-shadow: 2px 2px 7px #3d331d;
}


.button {
    border: solid 2px #567056;
    background-color: #567056;
    padding: 0px;
    width: 125px;
    height: 23px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05); inset 0 5px 0 rgba(255,255,255,0.3), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font: bold 14px Arial, serif;
	color: white;
    cursor: pointer;
}

.button:hover {
    background-color: #7E9FA3;
}



a {
    text-decoration: none;
}