@charset "utf-8";
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #BE4600;
}
a {
	outline: none;

}

.head {
	color: #333333;
	font-family: Century Gothic, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;

}
.head h2 {
	font-size: 30pt;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 7px;
	padding-left: 28px;
	line-height: 0px;
}
.content {
	background-color: #FFFFFF;
	padding: 25px;
}
.content h2 {
	font-family: "Century Gothic";
	font-size: 22px;
	color: #673B18;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.content p {
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}
.content li {
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 29px;
	color: #000000;
	list-style-image: url(_media/images/list_heart.jpg);
}

.content a {
	color: #723304;
	text-decoration: none;
}
.content img {
	border: 1px solid #AB774B;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}



.bodypad {
	padding: 26px;
}
.footer {
	font-family: "Century Gothic";
	text-align: right;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.footer a {
	color: #F5F6BD;
	text-decoration: none;
	font-size: 11px;
}



.sideborder {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #F5F6BD;
}
