.border {
	border: 3px double #C6AD7B;
}
.border2 {
	border: 1px solid #ECE9D8;
}
.bottom {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ECE9D8;
}
