@import url(kellys.css);
/* greeting (welcome/perspective)
==============================================================================*/
body {
	font-size: 70%; /* sets the stage for using ems */
	text-align: center;
	background: #fff url(Images/bg-body3.jpg) repeat-x;
}

#welcome
{
	width:630px;
	height:220px;

}

#welcomePic1
{
	width:628px;
	height:220px;
	float:left;
	background: url(Images/Sean_Kelly6.jpg);
}


/*Home Content 
===============================================================*/
#content
{
	width:630px;
	padding-top:5px;
}

#contentCol1
{
	width:630px;
	height:176px;
	float:left;
}


#content h1
{
		
	height:18px;
	color:#ff9300;
	font-size:1.5em;
	border-bottom:1px solid lightgray;
}



#content p
{
	font: 1.1em 'lucida grande',tahoma,sans-serif;
	margin-bottom:10px;
	margin-top:6px;
	margin-left:28px;
    margin-right:18px;
	color:#555;
}

#contentCol2
{
	margin-left:325px;
	width:280px;
	height:176px;
}
#contentCol2 h2
{
	margin-top:12px;
	font: 1.4em 'lucida grande', tahoma, sans-serif;
	font-weight:bold;
	color: #2388ff;
}
#contentCol2 img
{
	padding:2px;
	float:right;
	border:1px solid #ccc;
	margin-left:7px;
	background:#fff;

}


#contentCol2 a
{
	color:#2388ff;
	font-weight:bold;
}

#contentCol1 ul {
		
		list-style: none;
		font: 1.1em 'lucida grande',tahoma,sans-serif;
		color: #555;
		background: #ffc;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		}
#contentCol2 ul {
		
		list-style: none;
		font: 1.1em 'lucida grande',tahoma,sans-serif;
		margin-left:12px;
		padding:18px;
		color: #555;
		background: #ffc;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		}
.blue{

color:#2388ff;
}


#contentCol1  a {
		color: #2388ff;
		font-weight: bold;
		}
#contentCol1  a:hover {
		text-decoration: underline;
		color: #333;
		background: #ffc;
		}


