.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.no-bold {
	font-weight: normal;
}

.no-italic {
	font-style: normal;
}

/* to distinguish "The Art Gallery" in text */
.AG-name {
	font-weight: bold;
	text-transform: uppercase;
}

/* provides space to the left of all wrap divs */
.left-space {
	margin-left: 65px;
}

/* border colors */
.yellow-border {
	border: 1px solid #EBB30F;
}
.blue-border {
	border: 1px solid #0099CC;
}
.purple-border {
	border: 1px solid #6666CC;
}
.red-border {
	border: 1px solid #b81137;
}

/* font colors */
.yellow-text {
	color: #EBB30F;
}
.blue-text {
	color: #0099CC;
}
.purple-text {
	color: #6666CC;
}
.red-text {
	color: #b81137;
}
.white-text {
	color: #fff;
}

/* background colors */
.yellow-bg {
	background-color: #EBB30F;
}
.blue-bg {
	background-color: #0099CC;
}
.purple-bg {
	background-color: #6666CC;
}
.red-bg {
	background-color: #b81137;
}
