/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Homepage  */
#divhometxt {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 472px;
	height: 286px;
	border: 1px solid #333333;
}
#divhometxt a {
	color: #333333;
	text-decoration: none;
}
#divhometxt.corners div {
	position: absolute;
	width: 13px;
	height: 13px;
	overflow: hidden; /* IE allows space for text content, so have to tell it not to */
	background-repeat: no-repeat;
}
#divhometxt.corners #divhometxt01 {
	position: absolute;
	left: 10px;
	top: 11px;
	width: 440px;
	overflow: visible;
}
#divhometxt.corners #divhometxt02 {
	position: absolute;
	left: 10px;
	top: 76px;
	width: 400px;
	overflow: visible;
}
#divhometxt.corners #divhometxt03 {
	position: absolute;
	left: 10px;
	top: 155px;
	width: 240px;
	overflow: visible;
	z-index: 1;
}
#divobjhomeoutthere {
	position: absolute;
	top: 150px;
	left: 483px;
}
#objhomeoutthere {
	position: relative; /* mac ie needed this */
}
#imghome02 {
	left: 483px;
	top: 0px;
}
#imghome03 {
	left: 483px;
	top: 50px;
}
.wtl { background-image: url(images/corwtl.gif); top: -1px; left: -1px; }
.wtr { background-image: url(images/corwtr.gif); top: -1px; right: -1px; }
.wbl { background-image: url(images/corwbl.gif); bottom: -1px; left: -1px; }
.wbr { background-image: url(images/corwbr.gif); bottom: -1px; right: -1px; }

#imghome01 {
	left: 165px;
	top: 155px;
}

