#ribbon {
	position: absolute;
	top: 150px;
	left: 285px;
	z-index: 5;
}

p#orderLink {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 245px;
	left: 288px;
	width: 250px;
	height: 40px;
	z-index: 5;
}

	p#orderLink a {
		font-family: Georgia, Times New Roman, serif;
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
		color: rgb(53,45,112);
		text-decoration: none;
	}
	
	p#orderLink a:hover {
		text-decoration: underline;
	}
	
#house {
	position: relative;
	top: 44px;
	left: 10px;
	width: 274px;
	height: 201px;
}

#welcome {
	position: relative;
	top: 60px;
	left: 2px;
	width: 556px;
	height: 21px;
}

div#leftColumn {
	float: left;
	position: relative;
	top: 60px;
	left: 22px;
	width: 250px;
	height: 266px;
}
	
	div#leftColumn p.first {
		font-style: italic;
		font-weight: bold;
	}
	
	div#leftColumn p {
		color: rgb(0,0,0);
		font-family: Georgia, Times New Roman, serif;
		font-size: 10px;
		line-height: 150%;
		margin-bottom: 10px;
		margin-top: 10px;
	}

div#rightColumn {
	float: right;
	position: relative;
	top: 60px;
	right: 22px;
	width: 250px;
	height: 266px;
}

	div#rightColumn p {
		color: rgb(0,0,0);
		font-family: Georgia, Times New Roman, serif;
		font-size: 10px;
		margin-bottom: 10px;
		margin-top: 10px;
		line-height: 150%;
	}
