body {
    width:850px;
    margin-top: 1em;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    background: #eec;
    color: black;
}

#main {
   width:450px;
   position:absolute;
   left:205px;
   color: #000;
   padding: 5px ;
}

#footer {
   clear:both;
   width:100%;
   color: #000;
   padding: 5px ;
}

#left {
   position:absolute;
   width:200px;
   left:0px;
   top:10px;
   color: #000;
   padding: 0px ;
   text-align: center ;
}

#right {
   position:absolute;
   width:180px;
   left:670px;
   top:10px;
   color: #000;
   padding: 0px ;
   text-align: center ;
}

.amazon {
   width:125px;
   float:left;	 
   color: #000;
   padding: 0px ;
   text-align: center ;
}

.pricetext {
   width:320px;
   float:left;	 
   color: #000;
   padding: 0px ;
}


#main P {
   margin-left:1em ;
   margin-right:1em ;
   line-height:1.2em ;
}

h1 {
   background: #e1c795;
   color: #000;
   text-align:center;
   padding: 5px ;
   border-style: ridge ;
   border-color: #cc9 ;
   border-width: 4px ;
}

P {
   margin-left:1em ;
   margin-right:1em ;
   line-height:0.75em ;
}

ul {
   margin-left:2em ;
   margin-right:1em ;
   line-height:1.1em ;
}
address {
   text-align:center;
   font-family:sans-serif;
   font-size:smaller;
}
a {
   color:#00c;
}


hr {
	width:90%;
	color:#225;
        clear:left;	 
}


.price {
   color: #F00;
}

.menu {
	    color: #000000;
	    background-color: #fc9;
            line-height: 1.25em;       
	    margin-left: 5px;
	    margin-right: 5px;
	    margin-top: 0px;
	    margin-bottom: 0px;
	    padding: 0px;
	    text-align: center;
	    letter-spacing: .1em;
}

ul {
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 5px 5px 5px;
	background-color: #fcfcfc;
	border-color: #cc9;
	border-style: solid;
	border-width: 1px;
	font-size: small;
	text-align: left;
	line-height: 1.25em;       
}

li {
   margin-bottom: 5px;
   margin-top: 5px;
}


