
html, body {
	position:			relative;
	width:				100%;
	height:				100%;
	margin:				0em;
	padding:			0em;
	}

body {
	background-image:	url(web-background.png);
	background-repeat:	repeat-y;
	background-color:	#ffffff;
	background-position:	top left;
	}

h1, p, address, li {
	font-family:		Georgia, "Times New Roman";
	line-height:		120%;
	}

li {
	margin-bottom:		0.2em;
	}

h1 {
	font-size:			30pt;
	font-weight:		normal;
	margin:				0.2em 0em;
	}

h2 {
	font-size:			18pt;
	font-family:		Arial;
	font-weight:		normal;
	margin:				0px 0px 10px 0px;
	}

#richardouterlayout {
	position:			absolute;
	top:				0px;
	width:				50%;
	}

div.layoutbox {
	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
	padding:			20px 80px;
	}

a:link, a:visited {
	color:			#69c;
	atext-decoration:	none;
	}

a:hover {
	text-decoration:	underline;
	}


blockquote {
	font-style:		italic;
	display:		block;
	padding:		20px 60px;
	width:			500px;
	line-height:	120%;
	font-size:		120%;
	}

blockquote:before, blockquote:after {
	color:			#69c;
	display:		block;
	font-size:		400%;
	width:			50px;
	}

blockquote:before {
	content:		open-quote;
	height:			0;
	margin-left:	-0.55em;
	}

blockquote:after {
	content:		close-quote;
	height:			50px;
	margin-top:		-30px;   
	margin-left:	510px;
	}

