/* I Do, I Do Stylesheet */
/* Index */
p {
	color:#333333}

p.main {
	font-size: 12px;
}

#picture {
	float: left;
	padding: 20px 0px 0px 50px;
	height: 210px; /* forces IE and firefox to use the same height */
	width:191px; /* keeps positioning when images are turned off */
}

#welcome {
	float: right;
	width: 460px;
	padding: 20px 60px 0px 0px;
}

/* #threecols{} div present to force height alignment of all three columns */

#leftcol {
	float:left;
	width: 200px;
	padding-left:55px;
	clear:left;
}

#centrecol {
	float:left;
	width: 230px;
	padding-left:26px;
}

#rightcol {
	float:right;
	width: 200px;
	padding-right:58px;
}

