body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-family: Verdana, Arial, cursive;
	font-size: 14px;
	color: #333;
	line-height: 150%;
	background-image: url(../images/header/butterfly_background.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#container {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	padding: 0px 20px;
	border: medium solid #6600CC;
}

#hp_content {
	padding: 0px;
	margin: 0px;
	position: relative;
	clear: both;
	height: 500px;
}
#m_header, #content, #footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: none;
	}
#m_header {
	height: 120px;
	padding: 20px 0px;
}
#content {
	padding: 10px 0px;
}
#footer {
	clear: both;
	height: 85px;
}
#bottom_address {
	text-align: center;
	color: #6600CC;
	}
	
.contact_dtls {
  padding-left: 62px;
  text-align: left;
  color: blue;
  font-size: 12px;
  }


/*Homepage*/
#picGrid {
	position: absolute;
	left: 14px;
	top: 20px;
	margin: 0px;
}
/*#picBFly {
	position: absolute;
	left: 0px;
	top: 25px;
	margin: 0px;
}
#picName {
	position: absolute;
	left: 120px;
	top: 10px;
	margin: 0px;
}
*/
/* adjustments for pics */  
.pic_l {
  padding-right: 10px;
  float: left;
  }

.pic_r {
  padding-left: 10px;
  float: right;
  }

#pic1 {
	position: absolute;
	left: 52px;
	width: 120px;
	height: 120px;
	top: 194px;
	margin: 0px;
	}
#pic2 {
	position: absolute;
	left: 581px;
	width: 120px;
	height: 120px;
	top: 62px;
}
#pic3 {
	left: 449px;
	top: 326px;
	width: 120px;
	height: 120px;
	position: absolute;
	}
#text_1 {
	left: 220px;
	top: 0px;
	width: 326px;
	height: 220px;
	position: absolute;
}
#text_2 {
	left: 220px;
	top: 286px;
	width: 192px;
	height: 100px;
	position: absolute;
}

/*eof Homepage*/

