body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}
#header {
	background-image: url("Images/FadeStrip.jpg");
	background-repeat: repeat-x;
	height:10em;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	background-color: transparent;
	float: right;
    width: 300px;
    text-align:right;
	margin-right: 2em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
	margin-left: 0em;
}

#nav {
	position: absolute;
	top: 10em;
	left: 0.3em;
	width: 10em;
}
#nav ul {
	list-style: none;
	margin-left: 0.5em;
	padding-left: 0;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
	line-height: 2;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}

#nav .painting {
	float: left;
	margin-left: 1.5em;
	margin-top: 4em;
	margin-bottom: 2em;
	border: 1px solid BlueViolet;
}
#nav p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}

#content {
	margin-left: 14em;
	margin-right: 7em;
}
h1 {
	font: 180% Garamond, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #006a80;
}
h2 {
	font: 125% Garamond, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #006a80;
}
h3 {
	font: 105% Garamond, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #006a80;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
	margin-right: 10%;
} 
#content li {
	font-size: 80%;
	margin-bottom: 0.3em;
	line-height: 1.5em;
	padding-left: 1.2em;
}
#content .image {
border: 1px solid #006a80;
}
#content .limage {
float: right;
border: 1px solid #006a80;
margin-right: 3em;
}
#content .quote {
	margin-left: 7em;
	margin-right: 7em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #C0C0C0;
}
#rnav {
	position:absolute;
	top:162px;
	right:0px;
	width:10em;
	border: 1px dotted #B2BCC6;
}
#ads {
	position:relative;
	top:-1em;
	right:-0.1em;
	float:right;
	width:10em;
}
#rnav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#rnav li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
	line-height: 2;
}
#rnav a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#rnav a:hover {
	color: #778899;
}
#rnav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#rnav p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}

