body {
	font-family: arial;
	background-color: #291f1d;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
	background-color: #40312e;
}

#header {
	height: 342px;
}

#vip {
	height: 99;
    margin: 10px 0 25px;
}

#logos {
    width: 948px;
    margin: 0 40px;
    clear: both;
}

#logos li  {
    float: left;
	height: 62px;
    width: 158px;
    margin: 3px 0;
    list-style: none;
}

#openingSoon {
    clear: both;
    margin: 30px 0;
    text-align: center;
}

#mainInfo {
    clear: both;
}

p {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	margin: 0 10px 25px 10px;
	padding: 0 10px;
	line-height: 1.6em;
}

#wrapper p {
	margin-left: 30px;
	margin-right: 30px;
}

p.open, p.market {
	text-align: center;
	font-weight: 700;
	
	
}


p.market {
    padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

#map {
	width: 600px; 
	height: 350px;
	margin: 20px 212px 40px;
	background-color: #ddd;
}

#footer {
	height: 42px;
}

#footer p {
	font-size: 11px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}


/* PRIVACY PAGE */
h1 {
	font-size: 24px;
	color: #fff;
	margin: 23px 20px 8px;
	line-height: 1.3em;
}

h2 {
	font-size: 18px;
	color: #fff;
	margin: 23px 20px 8px;
	line-height: 1.3em;
}

h3 {
	font-size: 14px;
	color: #fff;
	margin: 23px 20px 8px;
	font-weight: 700;
	text-decoration: underline;
	line-height: 1.3em;
}

a.email {
	color: #fea600;
}

ul {
	color: #fff;
	line-height: 1.4em;
	font-size: 12px;
	margin-left: 50px;
	list-style: disc;
	margin-bottom: 25px;
}

ul li {
	line-height: 1.5em;
}

p.highlight {
	margin-left: 40px;
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

p.title {
	margin-bottom: 0;
}

