/* CSS Document */
body { background: url(../img/storefront.jpg) center 0px no-repeat; margin: 0px; padding: 0px; }
#wrapper { font-family: Arial, Helvetica, sans-serif;  margin: 185px auto 0px; position: relative; width: 800px;}
.clear { clear: both; }

#home #columns { margin: -35px 0px 0px 0px; }
#home #left { float:left; height: 485px; margin: 0px 25px 0px 0px; width: 320px; }
#home #right { float:left; margin: 40px 0px 0px 0px; width: 450px; }
#home #right img { margin: 0px 0px 10px 20px; }

header { height: 32px; width: 100%; }
#nav { background-color: #900; margin: 0px; position: absolute; right: 0px; text-align: center; width: 450px; }
#nav ul { font-size: 18px; height: 30px; list-style-type: none; margin: 0; padding: 0; }  
#nav li { float: left; height:30px; line-height:30px; }  
#nav li a { display: block; padding: 0px 17px; color: #FFF; text-decoration: none; }  
#nav li a:hover { background-color: #600; text-decoration: none; } 

.intro { margin: 0px; width: 450px; }
.intro p { font-size: 16px; line-height: 22px; }

#slideshow { background-color: #ffffff; box-shadow: 0 0 20px rgba(0,0,0,0.4); height: 450px; margin: 15px 0px 0px 0px; padding: 10px; position: relative; width: 300px; }
#slideshow > div { bottom: 10px; left: 10px; position: absolute; right: 10px; top: 10px; }


#yelp {  }
#yelp #yelpheader { background-color: #EDEDED; height: 100px; margin: 30px 0px 10px 0px; padding: 10px 0px 10px 10px; }
#yelp #yelpheader #yelptitle { font-weight: bold; margin: 14px 0px 0px 0px; }
#yelp #yelpheader a { text-decoration: none; }
#yelp #businessimg { margin: 10px 15px 0px 10px; }
#yelp #recentreviews { font-size: 14px; font-weight: bold; margin: 0px 0px 10px 0px; }
#yelp #numreviews { display: none; }
#yelp .yelpreview { font-size: 14px; margin: 5px 0px 0px 0px; }
#yelp .yelpreview a { color:#900; text-decoration: none; }
#yelp .yelpreview .reviewername { font-weight: bold; }
#yelp .yelpreviewimg { margin: 0px 10px 0px 0px; width: 75px; }

#foot { border-bottom: 1px solid #000000; border-top: 1px solid #000000; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; margin: 0px auto 0px; padding: 10px 0px; text-align: center; width: 800px; }
#foot a { color:#900; text-decoration: none; }