
.allpage { background-image:url(images/bkgrnd.jpg);
    width:800px;
    height:100%;
	background-position:center;
	background-repeat:repeat-y;
	float:left;
}
	
    body {
    background-position:top;
    width:800px;
    background-repeat:repeat-x;
    margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#ffffff;
	height:100%;
	}

.topslice {background-image:url(images/topslice.jpg);
width:800px;
height:32px;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#B7B799;
text-align:center;
}

.menu {background-image:url(images/menu.jpg);
width:800px;
height:46px;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#2F2F06;
}

.availablemenu { background-image:url(images/availablemenu.jpg);
width:800px;
height:46px;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#2F2F06;
}

.historymenu { background-image:url(images/historymenu.jpg);
width:800px;
height:46px;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#2F2F06;
}

.plainmenu { background-image:url(images/plainmenu.jpg);
width:800px;
height:46px;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#2F2F06;
}

.todaymenu { background-image:url(images/todaymenu.jpg);
width:800px;
height:46px;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#2F2F06;
}

.locationmenu { background-image:url(images/locationmenu.jpg);
width:800px;
height:46px;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#2F2F06;
}

.banner {background-image: url(images/banner.jpg);
width:800px;
height:217px;
float: left;
}

.locationbanner { background-image:url(images/locationbanner.jpg);
width:800px;
height:217px;
float: left;
}

.availablebanner { background-image:url(images/availablebanner.jpg);
width:800px;
height:217px;
float: left;
}

.todaybanner { background-image:url(images/barnstodaybanner.jpg);
width:800px;
height:217px;
float: left;
}

.historybanner { background-image:url(images/historybanner.jpg);
width:800px;
height:217px;
float: left;
}


.footer {background-image: url(images/footer.jpg);
width:800px;
height:40px;
float: left;
}

.content {
width:470px;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#2F2F06;
margin-left:70px;
}

.beautycontent {
width:210px;
float: left;

}

.beautycontenttext {
width:210px;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#52520C;
padding-left:30px;
padding-bottom:10px;
padding-right:10px;
padding-top:8px;
}

		.ourlink {
	font-family: Arial, Helvetica, sans-serif;
    width:100%;
	font-size:10px;
	float:right;
	clear:both;
	color: #2F2F06;
	}

a:link {
	color: #2F2F06;
	text-decoration: none;
}
a:visited {
	color: #2F2F06;
	text-decoration: none;
}
a:hover {
	color: #848410;
	text-decoration: none;
}

h1 {
font-size:14px;
font-weight:bold;
}

#imageleft {
  float:left;
  padding-right:10px;

  padding-top:10px;
  padding-bottom:10px;
  }
  
  #imageright {
  float:right;
  padding-left:10px;

  padding-top:10px;
  padding-bottom:10px;
  }