#menubar { visibility: visible; position: absolute; top: 280; left: 52; width: 498; height: 40 }
#fooddisplay { visibility: visible; position: absolute; top: 0; left: 610; width: 200; height: 610 }
#latin { visibility: visible; position: absolute; top: 850; left: 100; width: 447; height: 135 }
#top-iframe { visibility: visible; position: absolute; top: 115; left: 52; width: 498; height: 40 }
#bottom-iframe { visibility: visible; position: absolute; top: 325; left: 52; width: 498; height: 40 }
#left-iframe { visibility: visible; position: absolute; top: 325; left: 42; width: 498; height: 40 }
#right-iframe { visibility: visible; position: absolute; top: 325; left: 310; width: 498; height: 40 }
#privacy-iframe { visibility: visible; position: absolute; top: 115; left: 52; width: 498; height: 200 }
#scroll-ll { visibility: visible; position: absolute; top: 708; left: 24; width: 54; height: 49 }
#scroll-lr { visibility: visible; position: absolute; top: 708; left: 541; width: 54; height: 49 }
#designedby1 { visibility: visible; position: absolute; top: 925; left: 0; width: 154; height: 49 }
#gallery { visibility: visible; position: absolute; top: 175; left: 52; width: 498; height: 40 }
#gallery-run { visibility: visible; position: absolute; top: 0; left: 640; width: 200; height: 610 }
#lafinestratarzana { visibility: visible; position: absolute; top: 45; left: 625; width: 224; height: 66 }


body {
	scrollbar-base-color: gold;
	scrollbar-arrow-color: gold;
	scrollbar-DarkShadow-Color: yellow;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link { color: brown; text-decoration: none; }
a:visited { color: brown; text-decoration: none; } 
a:hover { color: blue} 

p {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}

h5 {
	font-family: Arial;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	margin: 0px 25px 0px 0px;
	border-style: dashed;

}

.LeftTopCorner {
	background-image: url(images/frame-left-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.LeftBottomCorner {
	background-image: url(images/fame-left-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.RightBottomCorner {
	background-image: url(images/frame-right-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.RightTopCorner {
	background-image: url(images/frame-right-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.TableTop {
	background-image: url(images/frame-middle-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.TableBottom {
	background-image: url(images/frame-middle-bottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.TableLeft {
	background-image: url(images/frame-left-middle.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.TableRight {
	background-image: url(images/frame-right-middle.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
