body {
	font:14px Arial, Helvetica, sans-serif;
}
body#tinymce{
	background:#fff url(/themes/abbey-guesthouse/images/bg-guts.gif) repeat-x;
}
a {
	color:#873602;/*#3F6B8D*/
	outline:none; }
a:hover, a:focus {
	color:#3F6B8D;/*#655c29*/
}
a img {
	border: none;
}

/*
h1,h2,h3,h4,h5{ margin:0px 0px 4px 0px; padding:4px 0px; margin-top:8px }
h1{ font: normal normal 21px Arial; line-height:28px }
h2{ font-size:18px; line-height:24px }
h3{ font-size:16px; line-height:21px }
h4{ font-size:14px; line-height:18px }
h5{ font-size:13px; line-height:16px }
p{ padding:0px 0px 0px 0px; margin:0px 0px 12px 0px; }
*/

h1 {
	font:28px Georgia, "Times New Roman", Times, serif;
	color: #873602;
	margin-bottom: 16px;
	font-weight: normal;
}
h2 {
	font-size: 22px;/*16*/
	color: #873602;
	margin-bottom: 8px;
	font-weight: bold;
}
h3 {
	font-size: 18px;/*20*/
	color: #3f6b8d;
	margin-bottom: 4px;
}
h4 {
	color:#43413a;
	font-size: 14px;
	margin-bottom: 2px;
}
p{
	line-height:19px;
}
.img-frame-right img {
	background:url(/themes/abbey-guesthouse/images/img-frame-right.gif) no-repeat left bottom;
	padding: 0 0 8px 8px;
	float: right;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-top: 5px;
}
.img-frame-left img {
	background:url(/themes/abbey-guesthouse/images/img-frame-left.gif) no-repeat right bottom;
	padding: 0 8px 8px 0;
	float: left;
	margin-bottom: 12px;
	margin-right: 12px;
	margin-top: 5px;
}
.img-frame-full{
	display:block;
	text-align:center;
}
.img-frame-full img {
	background:url(/themes/abbey-guesthouse/images/img-frame-right.gif) no-repeat left bottom;
	padding: 0 0 8px 8px;
	margin-bottom: 12px;
	margin-top: 5px;
}

#tinymce ul, #tinymce ol{
	margin:0 0 16px;
	padding:0;
}
#tinymce ul li{
	background:url(/themes/abbey-guesthouse/images/bullet.gif) no-repeat 0 6px;
	line-height:19px;
	list-style-type:none;
	padding-left:16px;
}
#tinymce ol li{
	line-height:19px;
	margin-left:20px;
}
.clearfloat { 
	clear:both;
	font-size: 1px;
	height:0;
	line-height: 0px;
}