* {
	margin:0;
	padding:0;
}
body {
	background:white;
	font-family:Open Sans;
}
#page_body {
	width:100%;
	height:auto;
	background:url(https://cdn3.ticketnew.com/partners/img/Laurel_Mall/background.jpg);
}
.pg_body {
	width: 1000px;
	height:auto;
	margin: 0 auto;
}
.header {
	width:100%;
	height:130px;
}
.logo {
	width:230px;
	height:130px;
	float:left;
	margin-top:23px;
}
/*menu starts*/

.items {
	list-style: none;
	background:#d59d4f;
	float:right;
	height: auto;
	width: 420px;
	border-radius:7px;
	padding:3px 0px;
	margin-top:45px;
}
.items ul li {
	float:left;
	list-style-type:none;
	border-right: 1px solid #b96412;
	font-weight:normal;
}
.items ul li a {
	color:white;
	font:bold 14px Droid Sans;
	padding: 8px 19px;
	float: left;
	text-decoration:none;
}
.items ul li:last-child {
	border-right:none;
}
.items ul li a:hover {
	color:#a85d14;
}
.items ul li a.active {
	color:#a85d14s;
}
/*menu ends*/
.slide {
	width:1000px;
	height:414px;
	margin-top:23px;
}
.content {
	width:1000px;
	height: 126px;
	margin-top: 25px;
}
.content h2 {
	color:#b95807;
	font:bold 18px PT Sans;
	padding:10px;
	text-align:center;
}
.content p {
	color:#884245;
	font:bold 15px PT Sans;
	padding:10px;
	line-height:25px;
	text-align:center;
}
.events {
	width:1000px;
	height:415px;
}
.event1 {
	width:330px;
	height:415px;
	float:left;
}
.event1 img {
	margin-left:43px;
}
.para {
	width:330px;
	height:172px;
}
.para h2 {
	color:#b95807;
	font:bold 18px PT Sans;
	padding:10px;
	text-align:center;
}
.para p {
	color:#884245;
	font:bold 15px PT Sans;
	padding:10px;
	line-height:25px;
	text-align:center;
}
.event2 {
	width:330px;
	height:415px;
	float:left;
	margin-left:4px;
}

.event2 img {
	margin-left:43px;
}

.event3 img {
	margin-left:43px;
}
.event3 {
	width:330px;
	height:415px;
	float:right;
}
.footer{
width:100%;
	height:80px;
	background:#b76010;
}

.footer_menu{
width:700px;;
	height:80px;
	margin:0 auto;
}
.footer_menu p {
	color:#fff;
	font:normal 12px PT Sans;
	padding:10px;
	text-align:center;
}

a{
text-decoration:none;
color:white;
}
