/* Style sheet for Jim's web site - New (May 9, 2005) */

body {font-family: Verdana, "sans-serif"; 
	font-size: 1em;
	margin: auto;
	text-align: left;
	background: #88BB88;
	background-image: url("backgroundbox.png");
	}
	
h1 {font-size: 2em;
	padding: 0px;
	padding-top: 0px;
	color: #000000;
	text-align: center;
	}
	
h2 {font-size: 1.5em;
	padding: 5px;
	text-align: center;
	margin: auto;
	width: 670px;
	color: #000000;
	}
	
.map {margin-left: 50px;
	text-align: center;
	background-repeat: no-repeat;
	}
	
.thumb {margin-left: 20px;
	margin-top: 20px;
	}
	
#center {margin: auto;
	width: 900px;
	height: 900px;
	text-align: center;
	background-repeat: no-repeat;
	}
	
#main {width: 900px;
	height: 900px;
	margin: auto;
	font-size: 1em;
	text-align: left;
	background-image: url("background.png");
	background-repeat: no-repeat;
	}

#quote {height: auto;
	text-align: left;
	font-family: Verdana, "sans-serif";
	font-size: 1em;
	font-style: italic;
	}
