body {
	font-family: "Myriad Pro", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #666;
	margin: 0px;
	padding: 0px 15px;
}
p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
}
a:link , a:visited{
	color: #2B9DBC;
	text-decoration: none;
}
#welcome {
	border-bottom: dotted 1px #2B9DBC;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	height: 24px;
	font-family: "Myriad Pro", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3CADC6;
}
#welcome img {
	float: left;
}
#pics {
	margin: 0px 20px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: dotted 1px #2B9DBC;
}
#contact {
	font-size: 10px;
	color: #2B9DBC;
	float: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

