.ExteriorBorder {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}
body {
	background-color: #FFFFCC;
	font-size: 12px;
}

a:link {
	color: #393;
}

a:visited {
	color: #95AB25;
}

h1 {
	color: #95AB25;
	padding-right: 5px;
	margin: 0;
	border-bottom: 1px dashed gray;
}

#content {
	width: 600px;
	vertical-align: top;
	padding: 10px;
	font-family: georgia, helvetica, arial, verdana;
}

.smalltext {
	font-family: verdana, helvetica, arial;
	font-size: 8pt;
}

table {
	margin-bottom: 15px;
	border: 3px #95AB25 solid;
	width: 760px;
	border-spacing: 0;
}

.leftcolumn {
	border-right: 1px solid gray;
	vertical-align: top;
	width: 161px;
}

.toprow {
	border-bottom: 1px solid gray;
}

#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #FFFFCC;
	font-size: 12px;
	color: #494742;
}

#navigation li a:link, #navigation li a:visited {
	text-decoration: none;
	display: block;
	color: #494742;
	padding: 5px 6%;
}

#navigation li {
	border-bottom: 1px solid #95AB25;
}

#navigation li a:hover {
	background-color: #FFF;
	color: #95AB25;
}

.leftcolumn p {
	padding: 5px;
}

#print {
	font-size: 11px;
	float: right;
}

#infobox {
	width: 200px;
	background-color: #FFC;
	border: 1px dotted gray;
	float: right;
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	margin-top: 18px;
	margin-left: 5px;
}

h4 {
	text-align: center;
}

#infobox ul {
	list-style: none;
	margin: 0;
	padding: 10px;
}

#infobox li {
	padding: 4px;
}

/* PHOTO GALLERY STYLES ----- */
#photo-body {
	width: 501px;
	}	

#photo-content {
	}

#photoGrid {
	width: 500px; /* this controls the width of the photo gallery "box" or grid - right now it fits 3 thumbs at photos' current WxH ratio; increase this width value and fit more photos horizontally*/
	margin-top: 12px;
	text-align: center;	
	}
	
#photoGrid .photo {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid gray;
	padding: 5px;
	}	

#photoGrid a {
	color: #999;
	text-decoration: none;
	}

#photoGrid img{
	margin: 0;
	padding: 0px;
	border: 1px solid gray;
	}

/* AUCTION STYLES ----- */
#auc-body {
	width: 501px;
	}	

#auc-content {
	}

#auctGrid {
	width: 500px; /* this controls the width of the photo gallery "box" or grid - right now it fits 3 thumbs at photos' current WxH ratio; increase this width value and fit more photos horizontally*/
	margin-top: 12px;
	text-align: center;	
	}

#aucGrid .topphoto {
	float: left;
	width: 488px;
	margin: 0 0 25px 0;
	/*border: 1px solid gray;*/
	padding: 5px;
	}	
	
#aucGrid .topphoto div p {
	width: 488px;
	position: relative;
	top: -5px;
	text-align: center;
	font-size: 70%;
	}
		
#aucGrid p {
	clear:left;
	text-align:left;
	}
	
#aucGrid .photo {
	float: left;
	width: 240px;
	margin: 0 8px 10px 0;
	/*border: 1px solid gray;*/
	padding: 0px;
	}	

#aucGrid a {
	color: #999;
	text-decoration: none;
	}

#aucGrid img{
	margin: 0;
	padding: 0px;
	border: 1px solid gray;
	}
	
#aucGrid .photo div p {
	width: 225px;
	position: relative;
	top: -5px;
	text-align: center;
	font-size: 70%;
	}

/*
beginning of comment out by Tom Moore 4 June 09 to removed hacked portions out of style sheet
end of comment out by Tom Moore 4 June 09 to removed hacked portions out of style sheet 
last modified by Tom Moore 1013 PDT 10 June 09 
last modified by Tom Moore 0950 PDT 20 June 09
*/
#content li a:link, #content li a:visited {
	text-decoration: none;
	color: #494742;
}
#content li {

}
