/* CSS Document */
body{background-color:rgb(246,230,178);/*background-color:#FFFFFF;*/}
.outer
{
position: absolute;
left: 50%;
top: 50%;
width: 700px; 
height: 500px; 
margin-left: -385px; margin-top: -250px; 
}
#wrapper {width:770px;height:500px;background-color:#FFFFFF;/*border:thick #FFF solid;*/margin:auto;/*margin-top:10px;*/}

/*INDEX*/
.homeindex {
	width:260px;
	height:500px;
	margin-right:5px;
	float:left;
	background-image: url(../img/homeindex.gif);
}
.homelist {
	width:170px;
	height:500px;
	margin-right:5px;
	float:left;
	background-image: url(../img/homelist.gif);
}
.listeat{
	padding-left:25px;
	margin-top:20px;
}
.listbuy{
	padding-left:25px;
	margin-top:20px;
}
.listdone{
	padding-left:25px;
	margin-top:20px;
}
.listnav{
	padding-left:23px;
	margin-top:20px;
}

.homepic {width:330px;height:500px;float:left;}

.mapbar {width:55px;margin-right:5px;height:500px;float:left;}
.map {
	width:710px;
	height:460px;
	float:left;
	display: block;
}

/*STORES*/
.storebar {width:260px;height:500px;margin-right:5px;float:left;}
.storepic {width:505px;height:190px;float:left;}
.storeinfo {width:505px;height:260px;float:left;margin-top:5px;}
.storefoot {
	width:200px;
	height:45px;
	float:left;
	background-image:url(../img/storeFoot.gif);
	background-repeat: no-repeat;
}
