/* CSS Document */
body {
	background: #FF9900;
}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#left {
	width: 4px;
	background: url(pics/left.gif);
	background-repeat: repeat-y;
}
#main {
	width: 795px;
	background-color: #FFFFFF;
}
#right {
	width: 10px;
	background: url(pics/right.gif);
	background-repeat: repeat-y;
}
#bottom {
	height: 52px;
	width: 809px;
	background: url(pics/bottom.gif);
	background-repeat: no-repeat;
}
#id1 {
	height: 80px;
	width: 734px;
	background: url(pics/1.jpg);
	background-repeat: no-repeat;
}
#id2 {
	height: 80px;
	width: 734px;
	background: url(pics/2.jpg);
	background-repeat: no-repeat;
}
#id3 {
	height: 80px;
	width: 734px;
	background: url(pics/3.jpg);
	background-repeat: no-repeat;
}
.summarytop {
	border-top-color: #FF9900;
	border-top-style: solid;
	border-top-width: 1px;
}
.summarybottom {
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.thecasa {
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.step {
	color: #FF9900;
	font-weight: bold;
}
.copy {
	font-size: small;
}
.ddb {
	font-size: smaller;
}
.pic {
	height: 133px;
	width: 175px;
	background: url(pics/picback.jpg);
	background-repeat: no-repeat;
}
.pic2 {
	height: 133px;
	width: 224px;
	background: url(pics/picback2.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}