
.copy {
	padding: 10px;
}
.copy h2 {
	font-size: 12px;
	padding-bottom: 2px;
}

.t-gif {
	width: 15px;
	height: 15px;
	min-width: 15px;
	min-height: 15px;
	background-image: url('../images/circle.gif');
	background-repeat: no-repeat;
	background-position: center;
	display: inline;
	color: #CC9933;
	padding: 4px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.pageImage {
	position: relative;
	top: -4px;
	left: -4px;
}

.pageImageBox {
	margin: 10px 13px 0px 18px;
	background-color: #c5c1ad;
}

.floatBox {
	float: right;
}

#content {
	width: 600px;
}
#imageGrid {
	padding-left: 10px;
	font-size: 10px;
}
#imageGrid td {
	text-align: center;
	line-height: 30px;
}
#pageTitle {
	color: #993300;
	border-left-color: #993300;
	width: 144px;
}

#content h1 {
	padding: 10px 0px 5px 0px;
	color: #993300;
}
#content td {
	vertical-align: top;
	text-align: center;
	padding: 0px;
}
