
/* vehicle captions */
a.xlarge {
	font-size: large;
	font-weight: bold
}

/* left and right white margin */
div.gutters {
	margin: 0 10%
}

/* text beside zig-zagging photos */
div.leftcaption {
	text-align: right;
	margin: 0px 0px 30px
	}
div.rightcaption {
	text-align: left;
	margin: 0px 0px 30px
	}

/* inline images */
img.left {
	border-style: none;
	float: left;
	margin-right: 15px
}
img.right {
	border-style: none;
	float: right;
	margin-left: 15px
}

/* used for grey triangle caption arrows and other things */
img.spcl {
	vertical-align: middle;
	margin-left: 2ex
}
img.spcr {
	vertical-align: middle;
	margin-right: 2ex
}
