*, html, body {
	margin: 0;
	padding: 0;
}
img, a img {
	border: 0px solid black;
}
body {
  background-color: #fff;
  font-size: 11pt;
  color:#5d6567;  
  padding:0px;
  margin:0px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}


#main { 	
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 862px;
  background-color: #ffffff;
}

#top {
	height: 154px;
	background-color: #000;
	position: relative;
}

#body {
	background-image: url("./body-bg.png");
/*	background-attachment: fixed;*/
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 625px;
	position: relative;	
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 150px;
	width: 862px;
	color: #aeaeae;
	font-size: 80%;
}

#footer .r {
	text-align: right;
	padding-right: 10px;	
}

#body1 {
	position: absolute;
	left: 0px;
	top: 34px;
	background-image: url('./body1.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 168px;
	height: 129px;
}
#body2 {
	position: absolute;
	left: 0;
	top: 313px;
	background-image: url('./body2.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width: 198px;
	height: 335px;
}

#logo1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 252px;
	height: 154px;
}

#logo2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 184px;
	height: 154px;
}

#logo3 {
	position: absolute;
	left: 319px;
	top: 0;
	width: 302px;
	height: 154px;
}


#text {
	position: absolute;
	left: 177px;
	top: 44px;
	width: 635px;
	height: 202px;
	overflow: auto;
}
#text p {
	text-align: justify;	
}

#nav {
	width: 657px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
}

a.l {
	display: block;
	width: 219px;
	height: 100px;
	float: left;
}
a.c {
	display: block;
	width: 219px;
	height: 100px;
	float: left;
}
a.r {
	display: block;
	width: 219px;
	height: 100px;
	float: left;
}
