@charset "utf-8";
/* CSS Document */

.foto_title{
	padding-top:3px;
	padding-left:3px;
	color:#000000;
}

.rCon{
	padding:15px;
}

.rL1{
	/*background-color:#f8f4d4;*/	
	background-color:#FFFFFF;
	width:750px;
	background-image:url(../img/rLt.png);
	background-position:top;
	background-repeat:repeat-x;
}
.rL2{
	background-image:url(../img/rLb.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
.rL3{
	background-image:url(../img/rLl.png);
	background-position:left;
	background-repeat:repeat-y;
}
.rL4{
	background-image:url(../img/rLr.png);
	background-position:right;
	background-repeat:repeat-y;
}

.rU1{
	background-image:url(../img/rUtL.png);
	background-position:left top;
	/*background-position:bottom right;*/
	background-repeat:no-repeat;
}
.rU2{
	background-image:url(../img/rUtR.png);
	background-position:right top;
	/*background-position:bottom left;*/
	background-repeat:no-repeat;
}
.rU3{
	background-image:url(../img/rUbL.png);
	background-position:bottom left;
	/*background-position:right top;*/
	background-repeat:no-repeat;
}
.rU4{
	background-image:url(../img/rUbR.png);
	background-position:bottom right;
	/*background-position:left top;*/
	background-repeat:no-repeat;
}


