body { 
	margin: 0px; padding: 0px; 
	background-color: #fff;
	font-family: 
		Garamond, "Adobe Garamond", "Adobe Garamond Pro", "Garamond Antiqua", 
    	"Times New Roman", Times, serif;
	font-size: 14px;
}

#content {
	width: 765px;
	margin: 66px auto 0px auto;
}

.prev, .prev a {
	font-style: italic;
	text-align: left;
}
.next, .next a {
	font-style: italic;
	text-align: right;
}

.caption {
	line-height: 17px;
}
.imgTitle {
	font-weight: bold;
}
.contactTitle {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:focus   { color: #000; text-decoration: none; }
a:hover   { color: #000; text-decoration: none; }
a:active  { color: #000; text-decoration: none; }

