#CTAHolder
{
	position:relative;
	height:auto;
	width:auto;
}

#CTA
{
	position:absolute;
	top:32px;
	left:179px;
	width:227px;
	height:62px;
	color:#ffffff;
	background-image:url('/images/CTA_bg.gif');
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:17px;
	letter-spacing:0px;
}

.CTABookTitle
{
	font-size:13px;
	color:#fcfcfc;
	font-weight:bold;
	text-align:right;
	padding-top:8px;
}
.CTABookText
{
	font-size:12px;
	color:#55392d;
	font-weight:bold;
	padding-top:10px;
}
.CTAContactTitle
{
	font-size:11px;
	color:#fcfcfc;
	font-weight:bold;
	text-align:right;
}
.CTAContactText
{
	font-size:11px;
	color:#55392d;
	font-weight:bold;
}
	.CTAContactText a:link
	{
		color:#55392d;
	}
	.CTAContactText a:visited
	{
		color:#55392d;
	}
	.CTAContactText a:active
	{
		color:#55392d;
	}
	.CTAContactText a:hover
	{
		color:#ffffcc;
	}