p {  font-size: 12px}
p {  line-height: 16pt}
h3 {  font-size: 14px; font-weight: bold; color: 221100}
ul {  font-size: 12px; line-height: 16pt}
h1 {  font-size: 18px; font-weight: bold; color: #78541F}
h2 {  font-size: 16px; font-weight: bold; color: #78541F}
body {
	font-family: "Times New Roman", Times, serif;
	color: 221100;
}
h4 {  font-size: 12px; font-weight: bold; color: #000000}
a {  font-weight: bold; text-decoration: none; color:#3d2011;}
ol {  font-size: 12px; line-height: 16px}
a:hover {  text-decoration: underline; color: #6C4D1C}
.background {
	background-image: url(assets/images/background.jpg);
	background-repeat: repeat-x;

}
.texturebg {
	background-image: url(assets/images/sidebarbgjpg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.light {
	color: e2be81;
}
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.titlebg {
	background-image: url(assets/images/title.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 30px;

}
.padding {
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.border {
	border: 1px solid #d8ab67;
}
div#before {
	background-image: url(assets/gallery/before.gif);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #9C7848;
	width: 275;
	height: 155px;
}
div#after {
	background-image: url(assets/gallery/after.gif);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #9C7848;
	width: 275;
	height: 155px;
	float: right;
	margin-left: 100px;
}
div#before2 {
	background-image: url(assets/gallery/before2.gif);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #9C7848;
	width: 250;
	height: 185px;
}
div#after2 {
	background-image: url(assets/gallery/after2.gif);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #9C7848;
	width: 250;
	height: 185px;
	float: right;
	margin-left: 100px;
}
.imgborder {
	border: 1px solid #221100;
}