.wrapper {
	width: 1020px;
	margin: 0 auto;
}
body {
	margin:0;
	background-color: #98287e;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: calibri;
	font-size:16px;
}
.main {
	float: left;
	width: 1020px;
	padding: 15px 10px;
	background: #ffeffb;
	-webkit-box-shadow: 0px 0px 18px -4px rgba(71,8,71,1);
	-moz-box-shadow: 0px 0px 18px -4px rgba(71,8,71,1);
	box-shadow: 0px 0px 18px -4px rgba(71,8,71,1);}
	
.header {
	float: left;
	width: 1020px;
	margin-bottom:20px;
}
.logo-lft {
	float: left;
	width: 300px;
}
.logo-rgt {
	float: right;
	width: 560px;
	text-align: right;
}

.banner {
	float: left;
	width: 1000px;
	margin-top: 10px;
}
.content {
	float: left;
	width: 100%;
	margin-top: 20PX;
}
.welcome {
	width: 100%;
	float: left;
}
h1 {
	font-family: calibri;
	font-size: 36px;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {
	font-family: calibri;
	font-size: 18px;
	color: #1d1d1d;
}
.sec-bx {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.left {
	background-color: #f7f5f6;
	border: 1px solid #e4e4e4;
	width: 327px;
	float:left;
	margin-right:15px;
}
.left h1 {
	background-color: #98287e;
	font-family: calibri;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px;
	font-weight:bold;
}
.left p {
	font-family: calibri;
	font-size: 16px;
	color: #404040;
	padding:10px;
	margin:0;
	line-height:22px;
}
.middle {
	background-color: #f7f5f6;
	border: 1px solid #e4e4e4;
	width: 327px;
	float:left;
	margin-right:15px;
}
.middle h1 {
	background-color: #98287e;
	font-family: calibri;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px;
	font-weight:bold;
}
.middle p {
	font-family: calibri;
	font-size: 16px;
	color: #404040;
	padding:10px;
	margin:0;
	line-height:22px;
}
.right{ 	width: 310px;	float:left;}
.right1 {
	background-color: #f7f5f6;
	border: 1px solid #e4e4e4;
	margin-right:15px;
}
.right1 h1 {
	background-color: #98287e;
	font-family: calibri;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px;
	font-weight:bold;
}
.right1 p {
	font-family: calibri;
	font-size: 16px;
	color: #404040;
	padding:10px;
	margin:0;
}.gallery {
	margin-top: 10px;
}
.footer {
  background-image: url("../images/footer-bg.jpg");
  background-repeat: repeat-x;
  color: #ffffff;
  float: left;
  font-size: 15px;
  line-height: 25px;
  padding: 8px 10px;
  width: 1020px;
}
.footer a{
	color: #FFFFFF;
	font-size: 15px;
	line-height: 25px;
	text-decoration:none;
	padding:0px 2px;
}