@charset "utf-8";

/* CSS Document */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FAEFE4;
}

h1{
	font-family: "Trajan Pro", Georgia, serif, "Times New Roman";
	font-size: 20px;
	color: #FAEFE4;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FAEFE4;
}


.larger {
	font-size: 18px;
	font-weight: normal;
}
.hometext {
	font-family: "Palatino Linotype", Georgia, serif, "Times New Roman";
	font-size: 15px;
	color: #E7D6B8;
	padding: 0px 15px 10px 20px;
	line-height: 24px;
	letter-spacing: normal;
}
.ft {
	font-family: "Palatino Linotype", Georgia, serif, "Times New Roman";
	font-size: 12px;
	color: #ECE9D8;
}
a{
	text-decoration: none;
	color: #FAEFE4;
}

a.gift {
	text-decoration: underline;
}

a.gift:hover{
	text-decoration: none;
}

a.samp:hover{
	background-color:#874813
}
a.samp:active{
border: 1px dashed #666666;
}
.pad15 {
	padding: 15px;
}
.p15 {
	padding-right: 15px;
	padding-left: 15px;
}

ol {
	font-family: "Palatino Linotype", Georgia, serif, "Times New Roman";
	font-size: 16px;
	color: #ECE9D8;
}
.bordercolor{
	border: 1px solid #89470a;
}
