/*************************************************************template Container************************************************************/
/****Left Container****/
.templateLeftTop
{	
	background-image:url(template_r1_c1.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:334px;
	height:38px;
	padding-left:15px;
	padding-bottom:5px;
	vertical-align:bottom;
}
.templateLeftContent
{
	background-image:url(template_r2_c1.gif);
	background-position:center top;
	width:334px;
	background-repeat:repeat-y;
	padding-left:18px;
	padding-right:18px;
	padding-top:5px;
	padding-bottom:-2px;
}
.templateLeftBottom
{
	background-image:url(template_r6_c1.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:334px;
	height:21px;
}

/****Content Container****/

.templateContentTop
{	
	background-image:url(template_r2_c5.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:666px;
	height:72px;
	padding-left:15px;
	padding-bottom:5px;
	vertical-align:bottom;
	
}
.templateContentContent
{
	background-image:url(template_r5_c5.gif);
	background-position:center top;
	width:666px;
	background-repeat:repeat-y;
	padding-left:18px;
	padding-right:18px;
	padding-top:5px;
	padding-bottom:-2px;
}
.templateContentBottom
{
	background-image:url(template_r6_c5.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:666px;
	height:21px;
}

/****Default Container****/

.templateDefaultTopLeft{
	background-image:url(template_r7_c1.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:22px;
	height:30px;
}
.templateDefaultTop{
	background-image:url(template_r7_c2.gif);
	background-position:center top;
	background-repeat:repeat-x;
	height:30px;
}
.templateDefaultTopRight{
	background-image:url(template_r7_c3.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:22px;
	height:30px;
}
.templateDefaultLeft{
	background-image:url(template_r8_c1.gif);
	background-position:center top;
	background-repeat:repeat-y;
	width:22px;

}
.templateDefaultContent{
	background-color:ffffff;
	background-position:center top;
	background-repeat:no-repeat;

}
.templateDefaultRight{
	background-image:url(template_r8_c3.gif);
	background-position:center top;
	background-repeat:repeat-y;
	width:22px;
}

.templateDefaultBottomLeft{
	background-image:url(template_r9_c1.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:22px;
	height:17px;
}
.templateDefaultBottom{
	background-image:url(template_r9_c2.gif);
	background-position:center top;
	background-repeat:repeat-x;
	height:17px;
}
.templateDefaultBottomRight
{
	background-image:url(template_r9_c3.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:22px;
	height:17px;
}

