/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/back2.jpg);
	background-repeat: repeat;	
}
.wideborder {
	margin: 30px;
	padding: 0px;
	border-top: 10px solid #d2cbc0;
	border-right: 10px solid #d2cbc0;
	border-bottom: 10px solid #d2cbc0;
	border-left: 10px solid #d2cbc0;
}
.narrowborder {
	margin: 20px 15px 7px;
	padding: 0px;
	border-top: 5px solid #d2cbc0;
	border-right: 5px solid #d2cbc0;
	border-bottom: 5px solid #d2cbc0;
	border-left: 5px solid #d2cbc0;
}
.dottedline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A4987F;
}
h1 {
	font-family: Cambria, "‘Hoefler Text’", Utopia, "‘Liberation Serif’", "‘Nimbus Roman No9 L Regular’", Times, "‘Times New Roman’", serif;
	font-size: 17px;
	color: #3E3624;
	letter-spacing: 2px;
	margin-top: 30px;
	margin-right: 20px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3E3624;
	font-size: 13px;
	line-height: 24px;
	margin-right: 20px;
}
.footer1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3E3624;
	font-size: 11px;
	line-height: 16px;
	text-align: left;

}
.footer2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3E3624;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: right;
}
.mediumline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3E3624;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	padding-bottom: 20px;

}
.smallline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3E3624;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	padding-bottom: 20px;
}
