body {
	background-image: url(images/grid.gif);
	/*background-color: #B4BCC9;*/
}

.container {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 1258px;
}

.banner1 {
	position: absolute;
	background:url(images/ban1.jpg);
	height: 125px;
	width: 700px;
	left: 0px;
	top: 0px;
}
.banner2 {
	position: absolute;
	background:url(images/ban2.jpg);
	height: 125px;
	width: 250px;
	left: 700px;
	top: 0px;
}
.banner3 {
	position: absolute;
	background:url(images/ban3.jpg);
	height: 125px;
	width: 950px;
	left: 0px;
	top: 125px;
}
.content {
	position: absolute;
	height: 120px;
	width: 906px;
	top: 250px;
	left: 0px;
	padding: 20px;
	font-size:large;
	background-color: #FFFFFF;
  	border-right: 2px solid #000000;
  	border-left: 2px solid #000000;
}
.content2 {
	position: absolute;
	height: 356px;
	width: 433px;
	top: 410px;
	left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	font-size:large;
	background-color: #FFFFFF;
  	border-left: 2px solid #000000;
}
.pic1 {
	position: absolute;
	background:url(images/pic1.jpg);
	height: 356px;
	width: 475px;
	top: 410px;
	left: 475px;
}
.content3 {
	position: absolute;
	height: 180px;
	width: 946px;
	top: 766px;
	left: 0px;
	font-size:large;
	background-color: #FFFFFF;
  	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
.pic2 {
	position: absolute;
	background:url(images/pic2.jpg);
	height: 250px;
	width: 950px;
	top: 946px;
	left: 0px;
}
.footer {
	position: absolute;
	height: 60px;
	width: 946px;
	top: 1196px;
	left: 0px;
	background-color: #FFFFFF;
  	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

