@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #5b0c32;
	background-image: url(../images/template_bg.jpg);
	background-repeat: repeat-x;
	line-height:22px;
}
.style1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ddc7da;
}
.style1 a{
	color:#FFFFFF;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #5b0c32;
}
#gallery {
  width:820px;
}
.contentArea{
	text-align:justify;
}
#yelpWrapper {
	padding:0px;
	border: 1px solid #6e4c87;
	color:#641109 !important;
	background:#c99eca;
	width:240px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#yelpHeader {

}
.yelpEntry {
	background:#ffffff;
}
.yelpLeft {
	float:left;
	width:25%;
	text-align:center;
}
.yelpRight {
	float:right;
	width:70%;
}
.reviewWrap {
	padding:15px;
}
.review {
	float:left;
	width:100%;
	text-align:left;
}
.ratings {
	float:right;
}
.yelpUserWrap {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}
.yelpUserWrap img {
	width:50px;
}
.yelpHeadLeft {
	float:left;
	font-size: 14px !important;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
}
.yelpHeadLeft a {
	text-decoration:none;
	color:#FFFFFF;
}
.yelpLogo {
	float:right;
}
