/* 
===================================
 Container Styles for Mack's Track
===================================
*/   
.container {margin-bottom:10px;}



.yellow_title .title_left{
	background-image: url(images/yellow_title_left.gif);
	background-repeat:no-repeat;
}
.yellow_title .title_middle{
	background-image: url(images/yellow_title_middle.gif);
	background-repeat:repeat-x;
	text-align:center;
}
.yellow_title .title_right{
	background-image: url(images/yellow_title_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
.yellow_title .content{
	background-image: url(images/yellow_title_content.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.yellow_title .footer{
	background-image: url(images/yellow_title_footer.gif);
	background-repeat:repeat-x;
	background-position:top;
}

/*********************************************************/
.blue_title .title_left{
	background-image: url(images/blue_title_left.gif);
	background-repeat:no-repeat;
}
.blue_title .title_middle{
	background-image: url(images/blue_title_middle.gif);
	background-repeat:repeat-x;
	text-align:center;
}
.blue_title .title_right{
	background-image: url(images/blue_title_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
.blue_title .content{
	background-image: url(images/blue_title_content.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.blue_title .footer{
	background-image: url(images/blue_title_footer.gif);
	background-repeat:repeat-x;
	background-position:top;
}
/*********************************************************/
.arch_title .header{
	background-image: url(images/arch_title_header.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.arch_title .footer{
	background-image: url(images/arch_title_footer.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.arch_title .title{
	background-image: url(images/arch_title_bg.gif);
	background-repeat:repeat-y;
	background-position:top;
	text-align:center;
}
.arch_title .content{
	background-image: url(images/arch_title_bg.gif);
	background-repeat:repeat-y;
	background-position:top;
	padding-left:20px;
	padding-right:20px;
}
.arch_title .hr{
	background-image: url(images/arch_title_bg.gif);
	background-repeat:repeat-y;
	background-position:top;
	padding-left:20px;
	padding-right:20px;
}
.arch_title HR{
color:#f2e7e7;
}