body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}

.container {
	min-height: 970px;
	width: 970px;
	margin: 0 auto;
	padding-bottom: 59px;
	position: relative; 
	background: #FFFFFF url(../images/bg-scallop.png) 0 -9px repeat-y; 
	z-index: 50;
}

.scallop {
	width: 20px;
	height: 970px;
	position: absolute;
	top: 0; 
	z-index: 999;  
}

.scallop.left {
	background: url(../images/bg-scallop.png) 0 -9px repeat-y;
	left: 0;
}

.scallop.right {
	right: 0;
	background: url(../images/bg-scallop.png) right -9px repeat-y; 
}

.scallop-bottom {  
	height: 17px;
	width: 970px;
	position: absolute;
	bottom: 0;
	left: 0;   
	background: url(../images/bg-btm-scallop.png) 0 0 repeat-x;
}

h1 a {
	width: 90px;
	height: 73px;
	position: absolute;
	left: 38px;
	top: 48px;
	background: url(../images/logo-parlor.png) 0 0 no-repeat;
	text-indent: -999px;
}

.menu {
	min-height: 71px;
	width: 970px;
	background: #8AA584 url(../images/bg-top-scallop.png) 0 0 repeat-x;  
}

.menu ul {
	padding: 10px 0 18px 154px;
	color: #5A6C56;
}

.menu li {
	display: inline;
	padding: 0 6px;
	border-right: 1px solid #FFFFFF;
	position: relative;
}

.menu li.last {
	border-right: none;
}

.menu li a {
	color: #FFFFFF; 
}

.menu li a:hover {
	color: #D5D322;
}

.breadcrumb {
	padding: 0 0 0 160px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 27px;
}

.inner-content { 
	width: 970px;
	min-height: 700px;
	position: relative;
}




	
	
	#social-links {
	text-align: right;
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#reviewButtonInt {
	padding: 8px 16px 8px 0px;
	}
