.contactContainer {
	width: 750px;/*width of the contact form*/
	color: black; /*font text color, same as above applies */
	float: left;
	}

.physicalContact{
	width: 355px;
	height:380px;
	float:left;
	color:black;
	margin-left:25px;
}
.contactPic{
	width: 290px;
	background-image:url('images/fruity.jpg');
	background-repeat: no-repeat;
	height: 130px;
	float: left;
	margin:30px 0px 0px 32px;
	background-color:white;
}

.contactTop{
	width: 355px;
	height:190px;
	background-image:url('images/contactPicture.jpg');
}

.contactBottom{
	background-color: #FFE9D7;
	border: 3px double;
	border-color: #9d9d9d;
	width: 355px;
	margin: 0px 0px 25px 25px;
	float:left;
}

.info{
	padding-top: 27px;
	float:left;
	font-size: 17px;
}
.info ul{
	list-style-type: none;
}

#contct {
	background-color: #FFE9D7;
	border: 3px double;
	border-color: #9d9d9d;
	width: 355px;/*width of the contact form*/
	color: #000000; /*font text color, same as above applies */
	float: left;
	margin-left: 25px;
	margin-bottom:25px;
	}
	
#contct li {
	float: left;/*necessary to set the li box apart from the contct div */
	width: 355px;/*width of the container that holds the label and input elements */
	padding: 2px;/* best left alone */
	margin: 2px;/* best left alone */
	list-style-type: none;/* best left alone */
	}

#contct input, #contct textarea {
	width: 335px;
	float: left;
	}