body {
	margin: 0px;
	padding: 0px;
	background-color: #ebe4dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-image: url("../images/bg_hills_eda.gif");
	background-position: top;
	background-repeat: repeat-x;
}

#main {
	background-image: url("../images/bg_hills_eda.gif");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ebe4dd;
}

/* TOPBAR */

#topbar {
	background-image: url("../images/bg_topbar.gif");
	background-position: top;
	background-repeat: repeat-x;
}

#address {
	background-image: url("../images/bg_address.gif");
	background-position: top;
	background-repeat: no-repeat;
}

/* MENU */

#menu {
	background-image: url("../images/bg_menu.gif");
	background-repeat: no-repeat;
}

/* CONTENT */

#content {
	background-image: url("../images/bg_content.gif");
}

#meat {
	padding: 0px;
	width: 780px;
}

/* SPOTLIGHT */

#spotbox1 {
position: relative;
width: 212px;
}

#spotbox {
position: absolute;
float: left;
margin: 0px;
padding: 0px;
top: 0px;
left: -31px;
background-image: url("../images/bg_spotbox.gif");
background-position: top;
background-repeat: no-repeat;
font-size: 10px;
}

#spotscroll {
margin: 0px 3px 0px 0px;
padding: 5px 8px 5px 10px;
font-size: 10px;
height: 428px;
width: 190px;
overflow: auto;
}

/* FOOTER */ 

#footback {
	background-image: url("../images/bg_foot.gif");
	background-position: top;
	background-repeat: repeat-x;
}

#foot {
	padding: 10px 0px 40px 0px;
	background-image: url("../images/foot.gif");
	background-position: top;
	background-repeat: no-repeat;
	height: 70px;
}

