#leftnav
{
	float: left;
	width: 225px;
	margin-top: 0px;
	padding-top: 3.2em;
	padding-left: 5px;
	background-color: transparent;
	border: 0px solid black;
}



#leftnav h2
{
	text-align: center;
	font-size: .8em;
	font-family: Verdana, sans-serif;
	color: #003399;
	margin-bottom: 1px;
	padding-bottom: 1px;
}


#leftnav p {
	font-family: Georgia, serif;
	font-size: .75em;
	line-height: 1.5;
	text-align: center;
	border: 0px dotted red;
}


.leftimage
{
	clear: both;
	background-image: url(../images/guestbook/judypic.jpg);
	width: 96px;
	height: 96px;
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 10px 0px 40px;
	margin: 10px 10px 0px 40px;
}

#leftbox {
	width: 195px;
	margin-left: 10px;
	font-family: Georgia, sans-serif;
	background-color: #FFCC66;
	border: 1px solid #000;
	text-align: center;
}

#leftbox .hed {
	font-size: .9em;
	font-family: Verdana, sans-serif;
	color: #006633;
	font-weight: bold;
}

#rightwell
{
	overflow: hidden;
	width: 530px;
	margin-left: 30px;
	background-color: transparent;
	color: #000;
}






