@import url(kellys.css);

body {
	font-size: 70%; /* sets the stage for using ems */
	text-align: center;
	background: #fff url(Images/bg-body3.jpg) repeat-x;
}

#map{

	float:left;
 	width: 630px; 
	height: 300px;
	border:2px double gray;
}

#directions{

	float:right;
	margin-left:420px;
}

#welcomePic1
{
	width:628px;
	height:220px;
	float:left;
	background: url(Images/Sean_Kelly.jpg);
}

#welcomePic2
{
	margin-left:360px;
	width:267px;
	height:176px;
	background: url(Images/sheepFields.jpg);

}

#contentCol1
{
	width:630px;
	float:left;
}

#contentCol1 ul li {
		padding-left: 90px;
		}

