#mainTitleBarArrow {
	height: 43px;
	background-image:url(images/template3-main-title-arrow.gif);
	background-repeat:repeat-x;	
	padding: 23px 10px 0px 20px;
}
#subtitleBar {
	background-image:url(images/template3-sub-title-bg.gif);
	height: 37px;
	padding: 11px 10px 0px 20px;
}
#templateContent {
	padding: 0px 10px 10px 10px;
	font-size: .7em;
	background-image:url(images/template3-content-bg.gif);
	background-repeat:repeat-y;
}
#templateLeftContent {
	float: left;
	width: 576px;
	padding-left: 10px;
}
#templateRightContent {
	float: right;
	width: 274px;
	padding-right: 10px;
} 
#templateRightContent img {
	border: 1px #dedede solid;
	margin-bottom: 10px;
}
