body {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 0.8em;
	margin: 5px 8px 0 5px;
	background-color: silver;
}
body h1 {
	font-family: "Times Roman", serif;
	font-size: 1.6em;
	
}
body h2 {
	font-family: "Times Roman", serif;
	font-size: 1.2em;
}
img {
/* remove link border for Safari */
    border: 0px;
}
#page {
    background-color: white;
    width: 650px;
    border: 1px outset grey;
    margin-right: auto;
    margin-left: auto;
}
#header {
	background: url(http://www.paullynch.org/homeTitle.jpg) no-repeat;
	width: 400px;
	padding-top: 28px;
	height: 0px;
	overflow: hidden;
	margin: 0 0 0 175px;
}
#main {
	margin: 0 80px 0 165px;
    padding-left: 10px;
    border-left: solid 1px #666;
}
#menu {
/*    position: absolute;
    top: 40px;
    left: 0px; */
    float: left;
    width: 160px;
    padding: 0 0 0 5px;
	margin: 0;
    border-right: solid 1px #666;
	list-style: none;
}
#menu ul {
	margin: 0 0 1.5em;
	padding: 0 0 1ex;
	list-style: none;
	border-bottom: solid 1px #666;
}
#footer {
	width: 100%;
	height: 110px;
    clear: both;
    margin-left: 10px;
	margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 170px;
	overflow: hidden;
	position: relative;
	background: url(http://www.paullynch.org/PL.jpg) no-repeat
}
#signature {
    float: left;
    margin-right: 35px;
}
#validhtml {
    float: right;
	margin: 20px 220px 0 0;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:focus { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

/* absolute sizes

10px -> 0.65em
11px -> 0.7em
12px -> 0.75em
13px -> 0.80em
15px -> 0.95em
16px -> 1.05em
20px -> 1.25em
22px -> 1.35em
24px -> 1.55em

*/ 



