/* ----- containers ----- */

#content-interior {
	padding:20px 0 20px;
}

.gallery {
	height:500px;
	margin:0 0 0 20px;
	width:845px;
}

/* ----- headers ----- */

.callout-box h3 {
	font-family:georgia,serif;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:6px;
	text-transform:uppercase;
}

/* ----- content ----- */

.callout-box {
	float:left;
	margin-right:30px;
	width:265px;
}

.third.callout-box {
	margin-right:0;
}

#footer .callout-box h3 a {
	border:1px solid #3c3c3c;
	display:block;
	height:50px;
	padding:24px 0 0;
	text-align:center;
	text-decoration:none;
}

#footer .first.callout-box h3 a {
	background:url(../images/bg_callout_first.png) repeat-x left top;
	color:#ff74b6;
}

#footer .first.callout-box h3 a:hover {
	color:#ff90c5;
}

#footer .second.callout-box h3 a {
	background:url(../images/bg_callout_second.png) repeat-x left top;
	color:#26aeff;
}

#footer .second.callout-box h3 a:hover {
	color:#51beff;
}

#footer .third.callout-box h3 a {
	background:url(../images/bg_callout_third.png) repeat-x left top;
	color:#fdfdaf;
}

#footer .third.callout-box h3 a:hover {
	color:#fefedf;
}

#footer .callout-box a:hover {
}
