body {
	background-image: url('../images/flower-background-2.jpg');
	color: #653D23;
	font-family: sans-serif;
	font-size: 95%;
}
/* Headings h1, h2, h3 - font type, font size, bold font colour */
h1 {
	font-family: sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #F36BAB;
	background-color: white;
}
h2 {
	font-family: sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #F36BAB;
	background-color: white;
}
h3 {
	font-family: sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #F36BAB;
	background-color: white;
}
a:link {
	font-family: sans-serif;
	font-size: 85%;
	color: #653D23;
	background: #FFFFFF;
	text-decoration: none;
	line-height: 125%;
}
a:visited {
	font-family: sans-serif;
	font-size: 85%;
	color: #666666;
	background: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: sans-serif;
	font-size: 85%;
	color: #653D23;
	border-top : 1px dotted;
	border-bottom: 1px dotted;
	background-color: #FFEEEE;
}
a:active {
	font-family: sans-serif;
	font-size: 85%;
	color: #8C9183;
	background: #FFFFFF;
	text-decoration: none;
}
/* Mast head - logo */
#masthead {
	background: url('../images/bow-circle-logo-1.gif') no-repeat center;
	height: 180px;
	margin: 10px 20px 10px 20px;
}
/* Banner area - search box and top menu */
#banner {
	margin: 20px 20% 0px 20%;
	background: #AAD4E6;
	color: #404040;
	font-size: 90%;
	text-align: center;
	vertical-align: center;
}
/* Main Area of Blog */
#blogmain {
	text-align: left;
	font-size: 85%;
	color: #653D23;
	width: 760px;
	padding: 5px;
	margin: 0px 20px 0px 20px;
	background-color: #FFFFFF;
	vertical-align: center;
}
/* Blog */
#blog {
	text-align: left;
	border: 1px solid;
	color: #653D23;
	width: 550px;
	padding: 5px;
	margin: 0px 20px 0px 20px;
	background-color: #FFFFFF;
	vertical-align: top;
}
/* Right Menu */
#rightmenu {
	text-align: left;
	color: #653D23;
	line-height: 120%;
	width: 210px;
	padding: 5px;
	margin: 0px 20px 0px 20px;
	background-color: #FFFFFF;
}
#rightmenu ul {
	list-style: none;
	margin: 0;
	padding: 0px 5px 0px 1px;
	text-align: left;
}
#rightmenu li {
	padding: 2px 0px 3px 1px;
	text-align: left;
	list-style: none;
}
.center-image {
	border-width: 0px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
div.hr {
	height: 50px;
	background: url('../images/aqua-divider.jpg') no-repeat scroll center;
}