
.frame1Wrap {	background-image:url(../images/frame1/frameW.jpg);
		background-repeat:repeat-y;
		/*background-color:#00f;*/
}

/****************************** TOP ******************************/

.frame1T  {	height:80px;
		width:100%;
		clear:both;
}
.frame1TL {	background-image:url(../images/frame1/topL.jpg);
		background-repeat:no-repeat;
		height:80px;
		width:100%;
		float:left;
}
.frame1TR {	background-image:url(../images/frame1/topR.jpg);
		background-position:right;
		background-repeat:no-repeat;
		height:80px;
}
.frame1TC {	background-image:url(../images/frame1/topC.jpg);
		background-repeat:repeat-x;
		height:80px;
		margin:0 87px;
}
.frame1TContent {	
}

/****************************** HEAD ******************************/

.frame1H  {	height:82px;
		clear:both;
}
.frame1HL {	background-image:url(../images/frame1/headL.jpg);
		background-repeat:no-repeat;
		height:82px;
		width:100%;
		float:left;
}
.frame1HR {	background-image:url(../images/frame1/headR.jpg);
		background-position:right;
		background-repeat:no-repeat;
		height:82px;
}
.frame1HC {	background-image:url(../images/frame1/headC.jpg);
		background-repeat:repeat-x;
		height:82px;
		margin:0 87px;
}
.frame1HContent {	padding-top:20px;
}

/****************************** MID ******************************/

.frame1M  {	clear:both;
}
.frame1ML {	background-image:url(../images/frame1/midL.jpg);
		background-repeat:repeat-y;
		width:100%;
		float:left;
}
.frame1MR {	background-image:url(../images/frame1/midR.jpg);
		background-position:right;
		background-repeat:repeat-y;
}
.frame1MC {	background-image:url(../images/frame1/midC.jpg);
		background-repeat:repeat;
		margin: 0 87px;
		border: 0;
}
.frame1MContent {	text-align:left;
			padding:15px;
}

/****************************** FOOT ******************************/

.frame1F  {	height:82px;
		clear:both;
}
.frame1FL {	background-image:url(../images/frame1/footL.jpg);
		background-repeat:no-repeat;
		height:82px;
		width:100%;
		float:left;
}
.frame1FR {	background-image:url(../images/frame1/footR.jpg);
		background-position:right;
		background-repeat:no-repeat;
		height:82px;
}
.frame1FC {	background-image:url(../images/frame1/footC.jpg);
		background-repeat:repeat-x;
		height:82px;
		margin:0 87px;
}
.frame1FContent {
		text-align:center;
		padding: 20px;
}

/****************************** BOT ******************************/

.frame1B  {	height:80px;
		clear:both;
}
.frame1BL {	background-image:url(../images/frame1/botL.jpg);
		background-repeat:no-repeat;
		height:80px;
		width:100%;
		float:left;
}
.frame1BR {	background-image:url(../images/frame1/botR.jpg);
		background-position:right;
		background-repeat:no-repeat;
		height:80px;
}
.frame1BC {	background-image:url(../images/frame1/botC.jpg);
		background-repeat:repeat-x;
		height:34px;
		margin:0 87px;
		padding-top:46px;
}
.frame1BContent {
}

